* Add mappings to Twitter POS tag corpus

This commit is contained in:
Matthew Honnibal 2014-11-02 13:21:19 +11:00
parent 437cd2217d
commit 829bb2bdbe

View File

@ -136,6 +136,31 @@ WH X
WP PRON
WP$ PRON
WRB ADV
! PRT
# X
$ NUM
& CONJ
, .
@ X
A ADJ
D DET
E X
G X
L PRT
M PRT
N NOUN
O PRON
P ADP
R ADV
S NOUN
T PRT
U X
V VERB
X PRT
Y PRT
Z NOUN
^ NOUN
~ X
`` .""".strip().split('\n'))
return mapping[tag]