Python Forum

Full Version: [NPL] Annotated corpus of English
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I am looking for annotated corpus of English (or just list of words) in the format:

"word1" - { POS: noun , PERSON: p, NUMBER: n }
"word2" - { POS: verb , PERSON: p, NUMBER: n, TENSE: t ... }
...

In other words, I need more linguistic information about a word. I know that there is brown corpus, but I provides only POS-tags.

P.S. I work with NLTK