mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-29 09:23:12 +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.
|
+code.
|
||||||
import spacy
|
import spacy
|
||||||
from spacy.symbols import ORTH, LEMMA, POS
|
from spacy.symbols import ORTH, LEMMA, POS, TAG
|
||||||
|
|
||||||
nlp = spacy.load('en')
|
nlp = spacy.load('en')
|
||||||
doc = nlp(u'gimme that') # phrase to tokenize
|
doc = nlp(u'gimme that') # phrase to tokenize
|
||||||
|
|
Loading…
Reference in New Issue
Block a user