From fd204d3cd5e9aa459b5df03e38545ff3e0c444d0 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 10 Oct 2015 22:09:50 +1100 Subject: [PATCH] * Map NIL to empty string in tag map --- lang_data/en/tag_map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang_data/en/tag_map.json b/lang_data/en/tag_map.json index de3e2eb58..a38411bcf 100644 --- a/lang_data/en/tag_map.json +++ b/lang_data/en/tag_map.json @@ -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"},