python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Obtaining the index of a word between two columns in pandas
I am checking on which words the SpaCy Spanish lemmatizer works on using the .has_vector method. In the two columns of the datafame I have the output of the function that indicates which words can be ...
bavarianbear
Votes: 0
Answers: 1
How to set an extension attribute to a Doc object in spaCy so that it can be retrieved from a slice (Span) of the Doc?
I want to add an extension attribute to a spaCy doc that spans one or more tokens, similar to the entity attribute, so that it could also be accessed when looking at a span which contains that attribu...
Tiago Teodoro
Votes: 0
Answers: 1
How to solve the spacy latin language import error
i installed spacy_stanza and downloaded the latin model, but i get this error:
ImportError: [E048] Can't import language la or any matching language from spacy.lang: No module named 'spacy.lang.la'
h...
Laz22434
Votes: 0
Answers: 1
SpaCy - TextCategorizer - Bag Of Words: Is there a way to show the vectorized document?
I just trained and implemented a text categorizer using Space 3.0. Everything went smooth but I'd like to visualize the vectorized document ([13, 0, 0, 120..etc]) in order to better understand what fe...
JackFener
Votes: 0
Answers: 1