Prefer to import from symbols instead of parts_of_speech

This commit is contained in:
Matthew Honnibal 2016-11-04 00:27:55 +01:00
parent 4a8a2b6001
commit e30348b331
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import pathlib
import ujson as json
from .parts_of_speech import NOUN, VERB, ADJ, PUNCT
from .symbols import NOUN, VERB, ADJ, PUNCT
class Lemmatizer(object):