-
Notifications
You must be signed in to change notification settings - Fork 44
Home
Dawid Weiss edited this page Sep 10, 2015
·
2 revisions
Morfologik contains several subprojects. These are:
- morfologik-fsa, morfologik-fsa-builders: creation of byte-based, efficient finite state automata in Java, including custom, efficient data storage formats.
- morfologik-stemming: Automata-based dictionary stemming infrastructure.
- morfologik-polish: Precompiled dictionary of inflected forms, stems and tags for Polish.
- morfologik-speller: Simplistic automaton-based spelling correction (suggester).
- morfologik-tools: Command line tools to preprocess, build and dump FSA automata and dictionaries.
Current releases are available at github's project page.