contractions icon indicating copy to clipboard operation
contractions copied to clipboard

CONTRACTION_MAP

Open ehsong opened this issue 4 years ago • 1 comments

I tired from contractions import CONTRACTION_MAP but it didn't work, so I ended up finding contraction.py file with the dictionary of phrases and expansions name "CONTRACTION_MAP". Does this mean that the module does not work?

ehsong avatar Jan 16 '20 04:01 ehsong

It does work. You can look at:

from contractions import contractions_dict

kootenpv avatar Jan 16 '20 12:01 kootenpv