Skip to content

Releases: snipsco/gazetteer-entity-parser

0.9.0

29 Apr 14:12
b4bc734
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

27 Aug 13:51
0e11781
Compare
Choose a tag to compare

Changed

  • Add max_alternatives parameter to the Parser::run API #39
  • Add alternatives attribute in ParsedValue #39
  • Switch matched_value and raw_value #39
  • Group resolved_value and matched_value in a dedicated ResolvedValue object #39

0.7.2

19 Jul 16:32
63c0b93
Compare
Choose a tag to compare

Fixed

  • Make LicenseInfo public #38

0.7.1

18 Jul 15:26
d836d7e
Compare
Choose a tag to compare

Added

  • Add a license file to the gazetteer entity parser #36

0.7.0

16 Apr 13:44
a1e79b7
Compare
Choose a tag to compare

Added

  • Add API to prepend entity values #31
  • Add matched value in API output #32

0.6.0

09 Nov 15:31
6cbc956
Compare
Choose a tag to compare

Changed

  • Optimize memory usage
  • Simpler pattern for errors

0.5.1

15 Oct 16:32
b6b1529
Compare
Choose a tag to compare

Changed

  • Fig bug affecting the backward expansion of possible matches starting with stop words

0.5.0

01 Oct 16:14
367d9dc
Compare
Choose a tag to compare

Changed

  • Clearer ParserBuilder's API

FST-free Gazetteer parser

09 Aug 09:10
650dbdd
Compare
Choose a tag to compare
  • FST-free parsers, smaller and faster
  • Stop words and edge cases logic
  • Injection (ability to add new values to an already trained Parser)