Releases: gnames/gnfinder
Releases · gnames/gnfinder
v0.15.1
v0.15.0
v0.14.2
v0.14.1
v0.14.0
v0.13.0
v0.12.1
v0.12.0
CHANGELOG
This release is not backward compatible with command line flags and name verification. It introduces CSV format as a default output and JSON compact and pretty formats as optional. Verification format is now the same as at https://verifier.globalnames.org, and is using this site as verification engine.
- Add: [#81]: represent new lines in verbatim output as "\n".
- Add: [#80]: use CSV, JSON, JSON pretty for output.
- Add: [#79]: adjust prior odds using the density of found names in a text.
- Add: [#78]: fix Odds value for names with 'grey' genus and species.
- Add: [#77]: add RESTful interface.
- Add: [#76]: remove subcommands from CLI.
- Add: [#75]: update tests, remove ginkgo depencency for tests.
- Add: [#73]: benchmark and optimize tokenizer.
- Add: [#71]: use
embed
introduced in Go v1.16. - Add: [#70]: migrate code to use gner tokenizer.
- Add: [#69]: Output Odds as a log10.
- Add: [#68]: Refactor the code with interfaces to be consistent withother projects.
- Add: [#64]: Remove common words from species.
- Add: [#63]: Remove geo-names as uninomials.
- Add: [#62]: Remove human names as uninomials.
v0.11.1 Dictionaries update
CHANGELOG
- Add: Update dictionaries.
- Fix [#51]: Remove 'Piper' from black list, add new words to dictionaries.
Cleaner protobuf schema and fixes in CLI JSON
Output formats are not backward compatible
CHANGELOG
- Add [#49]: Cleanup protobuf and JSON outputs. Introducing backward
incompatible changes in the output. Standardising CLI JSON
to camelcase, introducing cardinality instead of string for
a name type, adding canonical simple and full canonical foms
for matched and current names. Removing current name unless
it is a synonym.