* Temporarily add PUNC name to parts_of_specch dictionary, until better solution

This commit is contained in:
Matthew Honnibal 2015-08-26 19:18:19 +02:00
parent 008b02b035
commit f8f2f4e545
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ UNIV_POS_NAMES = {
"VERB": VERB,
"X": X,
"PUNCT": PUNCT,
"PUNC": PUNCT,
"SPACE": SPACE,
"EOL": EOL
}