Basic question about Lexemes #9883
-
It is stated that everything is stored in spaCy in the form of hash values for better memory utilization. So even a string in Vocabulary is stored as a hash value. It is said that the strings along with other metadata is stored in Lexemes and the collection of these Lexemes forms the vocabulary. But I am not able to understand that whenever I load |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'd recommend this section of the docs: https://spacy.io/usage/spacy-101#vocab And there's a graphical overview here: https://spacy.io/api Here's an explanation I wrote on stackoverflow for a similar question (https://stackoverflow.com/a/68889010):
|
Beta Was this translation helpful? Give feedback.
I'd recommend this section of the docs: https://spacy.io/usage/spacy-101#vocab
And there's a graphical overview here: https://spacy.io/api
Here's an explanation I wrote on stackoverflow for a similar question (https://stackoverflow.com/a/68889010):