-
- [x] Section 1: Text Classification
- [x] Follow tutorial
- [x] Text preprocessing
- [x] EDA on data
- [x] Word cloud
- [x] Train model
- [x] Evaluate model
- [x] Section 2: Senti…
-
- [x] Section 1: Text Classification
- [x] Follow tutorial
- [x] Text preprocessing
- [x] EDA on data
- [x] Word cloud
- [x] Train model
- [x] Evaluate model
- [x] Section 2: Senti…
-
#### Problem description
I would like to retrain and update my gensim fasttext model
expected result:
my vocab from my text file can be loaded into the fasttext model with the command:
…
-
After I loaded the model using pickle, I tried to use the function "most_similar" of fasttextmodel. But it raised an error "fasttextkeyedvector doesn't have attributes 'vectors' ". I think the reason …
-
سلام وقت بخیر
خیلی از مطالب مفید شما استفاده کردم امیدوارم شما بتونید کمکم کنید من هنگام اجرای کد شما به این ارور بر میخورم
Traceback (most recent call last):
File "F:\code\hw2_word_embedding.py"…
-
#### Problem description
Analogy test for accuracy function does not work properly because of the typo (topn = False) on line 1187 in keyedvectors.py script.
(https://github.com/RaRe-Technologies/ge…
-
**Description:**
I'm encountering an issue when trying to load a spaCy model using the `SpacyPOSTagger` or even with `spacy.load` method. The error message I receive is:
```
memoryview: a bytes…
-
#### Description
The tagging system for training corpora appears to result in ambiguous indexing on `model.docvecs`
#### Steps/Code/Corpus to Reproduce
This example is a lightly modified versio…
-
#### Description
Gensim's Doc2Vec model can not be loaded after saving.
I trained my Doc2Vec model using examples of code provided below, saved it on 9th epoch and than when I'm trying to load it…
-
#### Problem description
It seems that the `get_latest_training_loss` function in `fasttext` returns only 0. Both gensim **4.1.0** and **4.0.0** do not work.
```
from gensim.models.callback…