Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@proycon proycon released this 03 Jul 19:07

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