Top "Part-of-speech" questions

Linguistic category of words

Java Stanford NLP: Part of Speech labels?

The Stanford NLP, demo'd here, gives an output like this: Colorless/JJ green/JJ ideas/NNS sleep/VBP furiously/RB ./. …

java nlp stanford-nlp part-of-speech
Count verbs, nouns, and other parts of speech with python's NLTK

I have multiple texts and I would like to create profiles of them based on their usage of various parts …

python nlp tagging nltk part-of-speech
How to extract lines numbers that match a regular expression in a text file

I'm doing a project on statistical machine translation in which I need to extract line numbers from a POS-tagged text …

python regex nlp part-of-speech