-
- Downloads
Split the Word struct into the classes/types
The word struct previously described every word imaginable in the German language. However moving on it became apparent that it is much more sensible to split it into Nouns/Verbs/Adjectives (possibly more in the future) since rules correspond to these classes.
Showing
- src/german/word.rs 0 additions, 212 deletionssrc/german/word.rs
- src/german/word/adjective.rs 62 additions, 0 deletionssrc/german/word/adjective.rs
- src/german/word/mod.rs 80 additions, 0 deletionssrc/german/word/mod.rs
- src/german/word/noun.rs 71 additions, 0 deletionssrc/german/word/noun.rs
- src/german/word/verb.rs 84 additions, 0 deletionssrc/german/word/verb.rs
Loading
Please register or sign in to comment