Skip to content

Releases: proycon/lexmatch

v0.3.0

03 Jul 19:07
Compare
Choose a tag to compare

This release introduces many new features:

  • implemented token-based lexicon lookup via hash tables; use parameter --tokens
  • implemented for character-based lexicon lookup via hash tables; use parameter --cjk
  • support multiple input texts and support reading input texts from stdin (use - as filename)
  • allow multiple lexicons
  • coverage computation, use --coverage or --coverage-matrix
  • allow filtering on minimum token length
  • allow case-insensitive matching
  • changes in command line interface
  • stdin support
  • updated dependencies

v0.2.0

06 Feb 22:13
Compare
Choose a tag to compare
  • updated dependencies
  • added support for verbose output that can be imported with stam tools.

v0.1.0

21 Sep 09:52
Compare
Choose a tag to compare

First release, fully functional