Skip to content

Releases: axa-group/nlp.js

3.5.1

18 Aug 16:42

Choose a tag to compare

build: version 3.5.1

3.5.0

09 Aug 08:13

Choose a tag to compare

Support for emojis

3.4.0

24 Jul 15:44

Choose a tag to compare

Merge branch 'master' of https://github.com/axa-group/nlp.js

3.2.1

16 Jul 21:00

Choose a tag to compare

fix: Error retrieving entity from whitelist

3.1.1

06 May 10:23

Choose a tag to compare

Performance, performance, performance

3.1.0

05 May 20:46

Choose a tag to compare

  • Actions
  • Japanese
  • Update dependencies
  • Tweek hyperparameters for best performance

3.0.2

22 Apr 17:11

Choose a tag to compare

build: version 3.0.2

3.0.1

17 Apr 17:22
01c32a1

Choose a tag to compare

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

2.5.2

26 Mar 11:52

Choose a tag to compare

  • When using LRC and Neural, give some different ways to calculate the score, by default average.

2.5.1

07 Mar 13:10

Choose a tag to compare

build: version 2.5.1