
I have a token that is a left bracket, that was parsed from the sentence: [carlota] Chicas, ponedla aquí.
(Pdb) pp token
[If I check if it is a punctuation it says yes:
(Pdb) token.is_punct
TrueBut then I get the part of speech and it says PROPN not PUNCT:
(Pdb) token.pos_
'PROPN'
nl_core_news_sm
python3 -m spacy init-model nl ..., but then I won't have the other pipeline components like sentencizer, NER etc. in that new model
fabfile.py file and the builds are generated and posted through the buildkite service. Can someone help me?
'NNP' (proper noun) and lemmatizes it as 'Time'? I expected 'NN' (common noun) and 'time'. Sentence: 'Time is therefore that mediating order, homogeneous both with the sensible whose very style very style of dispersion and distention it is, and with the intelligible for which it is the condition of intuition since it lends itself to that intelligible determination that we call "series."'
TAG_MAP but there's information loss in this.
ModuleNotFoundError: No module named 'spacy.pipeline.pipes'. Searching the web has not resulted in solving the error. Can anybody help me out? Thanks in advance!
python setup.py clean first just in case.