Skip to content

An alternate implementation of https://github.com/hunspell/hunspell/blob/master/src/tools/wordforms with the ability to generate every affix variant of every word in a Hunspell dictionary.

License

Notifications You must be signed in to change notification settings

fin-w/wordforms-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordforms-rust

Creates the affixed forms for a given stem in a Hunspell dictionary. Can also generate all words in a dictionary by affixing every stem with its related affixes, which is useful for decompressing Hunspell dictionary data to assess the quality of the dictionary data (how many false positives, etc.).

To use

Assuming Rust and Cargo are installed, clone the repo, build with cargo run and read the help text for details on how to run the tool on a specific dictionary.

About

An alternate implementation of https://github.com/hunspell/hunspell/blob/master/src/tools/wordforms with the ability to generate every affix variant of every word in a Hunspell dictionary.

Topics

Resources

License

Stars

Watchers

Forks

Languages