Recent Releases of https://github.com/axa-group/nlp.js
https://github.com/axa-group/nlp.js - 4.14.2
- JavaScript
Published by jesus-seijas-sp over 5 years ago
https://github.com/axa-group/nlp.js - 3.10.2
- Fix Czech Stemmer
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.10.1
- Add spanish corpus for benchmark
- Improves in spanish stemmer
- logic in process actions
- Update docs
- Fix duplicated stem method in several stemmers
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.10.0
[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
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.9.0
- Integration with duckling
- Ukrainian support
- Update dependencies
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.8.0
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.7.2
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.7.1
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.7.0
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.5.2
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.5.1
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.5.0
Support for emojis
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.4.0
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.2.1
- JavaScript
Published by jesus-seijas-sp over 6 years ago
https://github.com/axa-group/nlp.js - 3.1.1
Performance, performance, performance
- JavaScript
Published by jesus-seijas-sp almost 7 years ago
https://github.com/axa-group/nlp.js - 3.1.0
- Actions
- Japanese
- Update dependencies
- Tweek hyperparameters for best performance
- JavaScript
Published by jesus-seijas-sp almost 7 years ago
https://github.com/axa-group/nlp.js - 3.0.2
- JavaScript
Published by jesus-seijas-sp almost 7 years ago
https://github.com/axa-group/nlp.js - 3.0.1
The version 3 comes with some important changes, mainly focused on improve performance: - NlpClassifier no longer exists, in favor of NluManager as the manager of several NLU classes, and is able to manage several languages and several domains inside each language. - Now by default, each domain of a language has it's own neural network classifier. When a language has more than 1 domain, a master neural network is trained that instead of classifying into the intent, classify into de domain. That way the models are faster to train and have a better score. - The language guesser is now trained with the trigrams from the utterances used to train. That means that has a best guessing, and also that non-existing languages are guessed (example, klingon). - Added Tagalog and Galician languages. - The console-bot example training time in version 2.x in my laptop was 108 seconds, in the version 3.x the training time went down to 3 seconds, so the improvement in performance is notable. - Also the size of the model.nlp files is decreased, the console-bot example went from 1614KB down to 928KB. - The browser version has decreased from 5.08MB down to 2.3MB
- JavaScript
Published by jesus-seijas-sp almost 7 years ago
https://github.com/axa-group/nlp.js - 2.5.2
- When using LRC and Neural, give some different ways to calculate the score, by default average.
- JavaScript
Published by jesus-seijas-sp almost 7 years ago
https://github.com/axa-group/nlp.js - 2.5.1
- JavaScript
Published by jesus-seijas-sp almost 7 years ago
https://github.com/axa-group/nlp.js - 2.4.1
- Minimize browser bundle
- Fix version of brain.js to 1.6.0 due to an issue in next versions.
- JavaScript
Published by jesus-seijas-sp about 7 years ago
https://github.com/axa-group/nlp.js - 2.4.0
Support for any language
- JavaScript
Published by jesus-seijas-sp about 7 years ago
https://github.com/axa-group/nlp.js - 2.3.2
Fix import/export Use again LRC
- JavaScript
Published by jesus-seijas-sp about 7 years ago
https://github.com/axa-group/nlp.js - 2.3.1
- Solve arabic issues
- JavaScript
Published by jesus-seijas-sp about 7 years ago
https://github.com/axa-group/nlp.js - 2.3.0
- JavaScript
Published by jesus-seijas-sp about 7 years ago
https://github.com/axa-group/nlp.js - 2.1.2
- Naive Bayes Classifier
- Fix language guesser fails for chinese
- Minor fixes in slot manager
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 2.1.0
- Documentation for context
- Documentation for import/export
- Added Binary Relevance Neural Network Classifier
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 2.0.4
- Add benchmark
- NLP Classifier Train interface is now async
- Add prettier
- Add precommit hooks
- Removed Natural
- Created stemmers and tokenizers from Natural
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 2.0.3
- Upgrade Microsoft Recognizers to 1.1.3
- Added built-in entity extraction for chinese
- Added built-in entity extraction for japanese
- Added Tamil language to docs
- Update npmignore to not upload docs or testing model.nlp
- Change test from french to english
- Updated built-in entity extraction documentation
- Added method to do entity extraction without intent recognition in NLP Manger
- Comment NER Manager
- Benchmark
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 2.0.2
- Basque Stemmer
- Irish Stemmer
- Czech Stemmer
- Slovene Stemmer
- Armenian Stemmer
- Tamil Stemmer
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 2.0.1
- Added catalan stemmer
- Added arabic stemmer
- Fixed error at german stemmer
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 2.0.0
- Load and Save Trim Entities
- Adding coveralls to the repo
- Slot Filling
- Microsoft Bot Framework Recognizer with Slot Filling
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.3.1
- Domains
- Tim named entities split
- Fix on setElements of matrix when first element is 0
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.3.0
- Documentation split
- Async process
- JSON transformations
- Trim Named Entities
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.2.7
- Minimized size of nlp files
- Added builtin named entity extraction
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.2.6
- German sentiment analysis
- Fix default tokenizer from Treebank to Punctuation
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.2.5
Chinese Support
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.2.4
- Added default builtins for Named Entity Recognition
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - Locale calculation
Guess the locale when the provided one is not white listed.
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - Templating
- Added template for the answers, based on context
- The dialogId is added to the context so answers can be different based on the current dialog
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - Microsoft Bot Framework recognizer
- Adding a Microsoft Bot Framework compatible recognizer.
- Overriding default disambiguate route
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.1.1
- Updated documentation with use of excel
- JavaScript
Published by jesus-seijas-sp over 7 years ago
https://github.com/axa-group/nlp.js - 1.1.0
- Added Excel Support.
- Increased test coverage
- Bugfix of evaluator
- Added if-then-else to evaluator
- JavaScript
Published by jesus-seijas-sp over 7 years ago