mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Added TAG from spacy symbols which used below
This commit is contained in:
parent
01cc9cd9c0
commit
416cd021ce
|
@ -54,7 +54,7 @@ p
|
|||
|
||||
+code.
|
||||
import spacy
|
||||
from spacy.symbols import ORTH, LEMMA, POS
|
||||
from spacy.symbols import ORTH, LEMMA, POS, TAG
|
||||
|
||||
nlp = spacy.load('en')
|
||||
doc = nlp(u'gimme that') # phrase to tokenize
|
||||
|
|
Loading…
Reference in New Issue
Block a user