Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.10.0.tar.gz | 2019-10-07 | 5.5 MB | |
3.10.0.zip | 2019-10-07 | 5.8 MB | |
README.md | 2019-10-07 | 706 Bytes | |
Totals: 3 Items | 11.3 MB | 1 |
[3.10.0] - 2019-10-07
Added
- Traverse for handlebars, so answers now can be arrays or objects
- Automatic stemmer: is able to learn rules from languages without stemmer when the languages are inflected.
- Tests of the automatic stemmer in polish
- Spell checking: now users can write with small typos
- Changelog
- Portuguese sentiment analysis
- Contributor pictures to the readme
- Bengali sentiment analysis
Changed
- Faster Levenshtein implementation
- Now the browser version is generated with terser
Fixed
- Extended NER to support datetimerange
- Sort classifications in the NER manager
- Use performance.now instead of process.hrtime for browser compatibility