nlp.js v3.10.0 Release Notes

Release Date: 2019-10-07 // over 4 years ago
  • โž• 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