wordfreq/wordfreq_builder/tests
Rob Speer 5a1fc00aaa Strip apostrophes from edges of tokens
The issue here is that if you had French text with an apostrophe,
such as "d'un", it would split it into "d'" and "un", but if "d'"
were re-tokenized it would come out as "d". Stripping apostrophes
makes the process more idempotent.
2015-08-25 12:41:48 -04:00
..
test_tokenizer.py Strip apostrophes from edges of tokens 2015-08-25 12:41:48 -04:00