Releases: proycon/lexmatch
Releases · proycon/lexmatch
v0.3.0
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
- updated dependencies
- added support for verbose output that can be imported with stam tools.