-
Sorry, ask your help again.
1) python scripts/evaluate.py -------------ok
2) python scripts/generate.py < my_file.complex--------------ok
3) python scripts/train.py-------------error
Traini…
-
Carving out this part from the discussion in #6.
I've got gensim word2vec built and working to some extent using a small pybo tokenized corpus. There are several things I need to get my head aroun…
-
Thanks for great project ...! I'm using this kr-wordrank for data analytics ( especially for my application's user)
I was using for big data log succesfully... But When I ran my simple code ag…
-
#### Description
I'm trying to implement Wordrank on a corpus, butting getting the following error.
```
from gensim.models.wrappers import Wordrank
wr_path = 'wordrank' # path to Wordran…
-
**Check this PR for the soon-to-be-deprecated modules:** #1618
Documented submodules:
- [ ] `__init__.py`
- [x] `dtmmodel.py`
- [x] `fasttext.py`
- [x] `ldamallet.py`
- [x] `ldavowpalwabbit…
-
#### Description
TODO: change commented example
#### Steps/Code/Corpus to Reproduce
#### Expected Results
#### Actual Results
#### Versions
-
I've been trying to train a wordrank model with the provided text8 data with the workrank package using gensim wrapper, but getting `No such file or directory` error, which is unusual cause I've veri…
-
Hi,
I am trying to run wordrank method on a sample corpus (text8) as described on the documentation page.
>> model = gensim.models.wrappers.Wordrank('./wordrank', corpus_file='text8', out_path=…
-
hi,
I'm trying to run the [wordrank_comparisions](https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/Wordrank_comparisons.ipynb), but while training the wordrank model, got t…
-
Hi,
When I try running the wordrank wrapper on a sample corpus, I get the following error:
>>> from gensim.models.wrappers import Wordrank
>>> Wordrank.train('./wordrank', './tweets_crawled.txt…