Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Releases: shixzie/nlp

0.1.9

18 Sep 14:19
Compare
Choose a tag to compare

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

10 Aug 15:44
Compare
Choose a tag to compare
  • Fixed import path

0.1.7

03 Aug 16:34
Compare
Choose a tag to compare
  • Replace all possible strings with []bytes
  • Changed license from Apache 2.0 to MIT

0.1.6

05 Jul 15:16
Compare
Choose a tag to compare
  • Use dep as the package manager
  • Added Makefile

0.1.5

02 Jul 15:43
Compare
Choose a tag to compare
  • Renamed type expected to item
  • Changed ModelOption type from func(*model) to func(*model) error

0.1.4

28 Jun 12:49
Compare
Choose a tag to compare

This release includes:

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