Top "Python-textprocessing" questions

Creation or manipulation of text using Python.

How to count the number of words in a sentence, ignoring numbers, punctuation and whitespace?

How would I go about counting the words in a sentence? I'm using Python. For example, I might have the …

python list text counter python-textprocessing
Nltk stanford pos tagger error : Java command failed

I'm trying to use nltk.tag.stanford module for tagging a sentence (first like wiki's example) but i keep getting …

python nlp nltk stanford-nlp python-textprocessing