| Crates.io | wordnet-types |
| lib.rs | wordnet-types |
| version | 0.1.3 |
| created_at | 2026-01-01 10:35:58.188259+00 |
| updated_at | 2026-01-01 12:53:42.706027+00 |
| description | Shared types and part-of-speech enums for WordNet data. |
| homepage | https://github.com/johanneswd/crosswordsolver |
| repository | https://github.com/johanneswd/crosswordsolver |
| max_upload_size | |
| id | 2016025 |
| size | 7,578 |
Zero-copy Rust types that mirror WordNet's data.* and index.* records. These structs back wordnet-db for loading dictionaries and pair with wordnet-morphy to describe POS information during lemmatization.
&str) from the original files; no cloning or normalization on load.offset, lex_id, ss_type), avoiding conversions.wordnet-db: loads WordNet dictionaries using these types.wordnet-morphy: uses Pos and other types while emitting lemma candidates.