textacy icon indicating copy to clipboard operation
textacy copied to clipboard

True-casing words and sentences

Open rubik opened this issue 7 years ago • 1 comments

It's mentioned in the README and in the front page of the documentation that textacy has some facilities for true-casing words.

Expected Behavior

It should be present in the documentation in some other place, or it should be removed from the README or the front page if no such thing exists currently.

Current Behavior

No true-casing functions or API can be found in the documentation or in the code with the Github search.

Context

I found that POS tagging doesn't work well with text that is not appropriately cased. I don't control my input and therefore I need to convert it to correct casing.

rubik avatar Apr 25 '17 08:04 rubik

textacy.spacier.utils.get_normalized_text

neomafo88 avatar Jan 19 '24 09:01 neomafo88