Shixzie Nlp Versions Save

[UNMANTEINED] Extract values from strings and fill your structs with nlp.

0.1.9

6 years ago

Important release, everyone should update.

Bug fixes

  • #4 Non-keywords were tagged as limits even if the next token wasn't a Keyword causing mismatches

Additional changes

  • NL.Learn errors will now show the model index apart from the sample id
  • Some additional tests were added due to #4

0.1.8

6 years ago
  • Fixed import path

0.1.7

6 years ago
  • Replace all possible strings with []bytes
  • Changed license from Apache 2.0 to MIT

0.1.6

6 years ago
  • Use dep as the package manager
  • Added Makefile

0.1.5

6 years ago
  • Renamed type expected to item
  • Changed ModelOption type from func(*model) to func(*model) error

0.1.4

6 years ago

This release includes:

  • Support for time.Time and time.Duration
  • Extended tests
  • Better documentation