bjascob / LemmInflect

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

Word casing not preserved in all cases #3

Open bjascob opened 5 years ago

bjascob commented 5 years ago

LemmInflect currently preserves casing for "all lower", "all upper" and "first upper" casing styles. For words like "McDonald", after lemma/inflection the returned word will be "Mcdonald" since capitalization of individual letters is not maintained.