mirror of https://github.com/explosion/spaCy.git
* Temporarily add PUNC name to parts_of_specch dictionary, until better solution
This commit is contained in:
parent
008b02b035
commit
f8f2f4e545
|
@ -15,6 +15,7 @@ UNIV_POS_NAMES = {
|
|||
"VERB": VERB,
|
||||
"X": X,
|
||||
"PUNCT": PUNCT,
|
||||
"PUNC": PUNCT,
|
||||
"SPACE": SPACE,
|
||||
"EOL": EOL
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue