mirror of https://github.com/explosion/spaCy.git
Prefer to import from symbols instead of parts_of_speech
This commit is contained in:
parent
4a8a2b6001
commit
e30348b331
|
@ -4,7 +4,7 @@ import pathlib
|
||||||
|
|
||||||
import ujson as json
|
import ujson as json
|
||||||
|
|
||||||
from .parts_of_speech import NOUN, VERB, ADJ, PUNCT
|
from .symbols import NOUN, VERB, ADJ, PUNCT
|
||||||
|
|
||||||
|
|
||||||
class Lemmatizer(object):
|
class Lemmatizer(object):
|
||||||
|
|
Loading…
Reference in New Issue