Python Forum
[NPL] Annotated corpus of English
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[NPL] Annotated corpus of English
#1
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020