iPoe icon indicating copy to clipboard operation
iPoe copied to clipboard

Parts of speech

Open bennn opened this issue 10 years ago • 1 comments

Add part-of-speech to word database.

This will be useful for spellchecking; instead of adding definitions for words like "cats" and "books" we can just add a rule like word ::= noun + 's'.

bennn avatar Jul 30 '15 05:07 bennn

It's maybe better to just brute-force plurals. idk.

Another idea, if the word's not in the DB do a small heuristic search. Like if the word ends with an s, try removing it.

bennn avatar Aug 17 '15 17:08 bennn