-
python main.py
Traceback (most recent call last):
File "main.py", line 20, in
from bin import field_extraction
File "/home/lance/Downloads/ResumeParser-master/bin/field_extraction.py", li…
-
I have trained LDA model using Gensim, and now want to use topicwizard for visualization.
But even after following the Readme for using Gensim topic model case, it doesn't seem to work.
Note: I am…
-
New release of `gensim==3.7.2` broke several things in `CandidateGenerator` in `typos`:
1. Loading fasttext model from the file - _easy fix_.
2. Modelforge save/load functions are now broken becau…
-
Oi pessoal, parabéns pelo projeto e belos resultados! Que tal [adicionar os modelos treinados ao repositório RaRe-Technologies/gensim-data](https://github.com/RaRe-Technologies/gensim-data#want-to-add…
-
This was long due. It's time to do it! Spacy takes minutes to install, requires dictionary for each language...etc. etc. Gensim does not.
-
Fresh installation, setup new environment (python 3.9.18 or 3.12):
`serg: ~ : python3 -m venv new_env`
`serg: ~ : source new_env/bin/activate`
`(new_env) serg: ~ : pip install bpemb gensim`
_Col…
-
Please elaborate the step how i can run this project from anaconda jupyter. When i am running the "test_word2vec.ipynb" then i am getting this error "No module named 'gensim'". But i have installed th…
-
Hi,
this function
> models.Word2Vec.load_word2vec_format
is deprecated in new gensim.
It's solved by replacing Word2Vec by KeyedVectors.
`#self.word2vec_model = models.Word2Vec.load_word2ve…
-
Thanks for sharing this code. I'm trying to run it and I encountered an issue with Join2Vec (cf. error message below). It seems that there is a problem with data format in [example data](https://githu…
-
The code for support of gensim models looks pretty old.
I am not sure if gensim (at the time of writing this code) didn't support better means to achieve the goals this code tries to achieve.
Exam…