| Crates.io | wordnet-morphy |
| lib.rs | wordnet-morphy |
| version | 0.1.3 |
| created_at | 2026-01-01 10:54:08.812791+00 |
| updated_at | 2026-01-01 12:53:48.904059+00 |
| description | WordNet morphology rules and lookup helpers for lemmas and inflections. |
| homepage | https://github.com/johanneswd/crosswordsolver |
| repository | https://github.com/johanneswd/crosswordsolver |
| max_upload_size | |
| id | 2016049 |
| size | 16,171 |
WordNet-style morphological processing (morphy) for lemmatization. It checks exception lists, applies POS-specific suffix rules, and verifies candidates through a caller-supplied predicate (typically backed by wordnet-db) while sharing POS types from wordnet-types.
*.exc) cached in memory for O(1) lookups.lemma_exists callback—commonly WordNet::lemma_exists from wordnet-db.wordnet-db: supplies the lemma existence predicate used to confirm morphy candidates.wordnet-types: provides the shared Pos enum and other types used in morphy APIs.