SkillAgentSearch skills...

Pytextpreprocess

Preprocess text for NLP (tokenizing, lowercasing, stemming, sentence splitting, etc.)

Install / Use

/learn @turian/Pytextpreprocess
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pytextpreprocess

written by Joseph Turian released under a BSD license

Preprocess text for NLP (tokenizing, lowercasing, stemming, sentence splitting, etc.)

REQUIREMENTS: * My Python common library: http://github.com/turian/common and sub-requirements thereof. * NLTK, for word tokenization e.g. apt-get install python-nltk

* Splitta if you want to sentence tokenize

The English stoplist is from: http://jmlr.csail.mit.edu/papers/volume5/lewis04a/a11-smart-stop-list/english.stop However, I added words at the top (above "a").

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated3y ago
Forks16

Languages

Python

Security Score

60/100

Audited on Jul 22, 2022

No findings