Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indoqa/indoqa-fsa
Developer friendly API to use the Morphologic FSA
https://github.com/indoqa/indoqa-fsa
automaton fsa indoqa-library java
Last synced: 4 days ago
JSON representation
Developer friendly API to use the Morphologic FSA
- Host: GitHub
- URL: https://github.com/indoqa/indoqa-fsa
- Owner: Indoqa
- License: apache-2.0
- Created: 2017-07-12T18:51:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T16:57:51.000Z (12 months ago)
- Last Synced: 2024-04-09T12:01:38.927Z (7 months ago)
- Topics: automaton, fsa, indoqa-library, java
- Language: Java
- Homepage:
- Size: 151 KB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# indoqa-fsa
Provides an abstraction layer for acceptors and transducers from [Morfologik](https://github.com/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.