Overview
NLPCraft 0.7.0 brings about several important features:
- The project has moved to JDK 11 Java version and therefore is no longer compatible with previous versions or prior JDK version.
- We introduced @NCIntentSample annotation that is broadly used throughout the project:
- In model auto-validation.
- In the new synonym suggestion tool.
- In the upcoming BERT-based server side enricher.
- We introduced model auto-validation based on @NCIntentSample annotation that allows for zero-code testing of the models (all shipped examples have been updated accordingly).
- We introduced synonym suggestion tool that takes an existing model, analyses its synonyms and intents and comes up with a list of synonyms that are currently missing that you might want to add to your model.
- We've added a preview of the upcoming REPL tool for NLPCraft (see
nlpcraft.{shg|cmd}
scripts in the bin folder) and corresponding ASCI/ANSI support for both server and probe log output.