Manfed

Results 5 comments of Manfed

@kylemadigan I solved this issue by running commands from **Development** section of readme: - `python setup.py cythonize` - `pip install -e .` After that I used command: `ipython -i --...

I've modified `process_wiki.py` file. I changed line 43 to `output.write(" ".join(unicode(text)) + "\n")` After that the processing started without errors.

I didn't change anything in my config and in project files. My default python version is 2.7, didn't notice that earlier :) Probably if this will be run with Python...

Processing with my way is finished, but results are strange. `model_pl.word2vec.model.txt` file has only 42 vectors and most of them contains only 1 character. I'll try to run `make` with...

Result is `Python 3.6.3` Maybe is't something with my mac config? EDIT: The same issue on the Ubuntu.