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
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