* Map NIL to empty string in tag map

This commit is contained in:
Matthew Honnibal 2015-10-10 22:09:50 +11:00
parent d70e8cac2c
commit fd204d3cd5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"JJS": {"pos": "adj", "degree": "sup"},
"LS": {"pos": "punct", "numtype": "ord"},
"MD": {"pos": "verb", "verbtype": "mod"},
"NIL": {"pos": "no_tag"},
"NIL": {"pos": ""},
"NN": {"pos": "noun", "number": "sing"},
"NNP": {"pos": "noun", "nountype": "prop", "number": "sing"},
"NNPS": {"pos": "noun", "nountype": "prop", "number": "plur"},