mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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
|
||||
|
||||
from .parts_of_speech import NOUN, VERB, ADJ, PUNCT
|
||||
from .symbols import NOUN, VERB, ADJ, PUNCT
|
||||
|
||||
|
||||
class Lemmatizer(object):
|
||||
|
|
Loading…
Reference in New Issue
Block a user