Release Indoqa FSA 0.2.2
March 11, 2019
- introduced version number for file format
- changed replacement detection to use sorting instead of a map
- improved minifying of acceptors
- bug fixes
About
Provides an abstraction layer for acceptors and transducers from Morfologik as well as alternative implementations.
The abstraction layer handles the conversion between Strings and bytes, offers support for case-insensitive operations and easier construction of acceptors and transducers.
The alternative implementations work directly on characters, which results in better runtime behaviour and greatly reduced need for garbage collection.
License
Apache License 2