kootenpv/contractions

Abbreviations that shouldn't be fixed

Opened this issue · 1 comments

The following shouldn't be fixed

contractions.fix("The U.S. government")
Output: 'The YOU.S. government'

Is there a way to ignore such cases?

You can do:

fix(..., slang=False) which should solve your case