bjascob / LemmInflect

A python module for English lemmatization and inflection.
MIT License
260 stars 25 forks source link

Contractions not in the lookup #2

Closed bjascob closed 5 years ago

bjascob commented 5 years ago

Contracts are not in the dictionary lookups They show up in the LEXICON and in the english_dict.txt but not the forms_table.csv.gz. Likely they are being eliminated by the ASCII checks and shouldn't be. words = ["'d", "'ll", "'m", "'re", "'s", "'ve"] words = [would, will, am, are, is, have] lemmas = [will, will, be, be, be, have

bjascob commented 5 years ago

Closed with commit fc6175e7e0e1274677c0bb8d0a2862cbb309f609