Skip to content

0.58.0

Compare
Choose a tag to compare
@adrienball adrienball released this 17 Jul 12:25
· 266 commits to master since this release
4728835

Added

  • Interactive parsing CLI

Changed

  • The SnipsNluEngine object is now loaded from a directory instead of a single json file
    (see https://github.com/snipsco/snips-nlu/releases/tag/0.16.0).
  • Language resources are now loaded dynamically from the trained engine directory instead of
    being statically hardcoded, reducing the binary size by 31Mb.

Removed

  • snips-nlu-resources and snips-nlu-resources-packed crates no longer exists.
  • FileBasedConfiguration, ZipBasedConfiguration and `NluEngineConfigurationConvertible
  • Rust examples (replaced by interactive CLI).