largelymfs / topical_word_embeddings

A demo code for topical word embedding
MIT License
315 stars 145 forks source link

TWE-1 train failed #1

Open anbo724 opened 8 years ago

anbo724 commented 8 years ago

python train.py wordmap tassign topic_number /topical_word_embeddings-master/TWE-1/gensim/models/word2vec.py:405: UserWarning: Cython compilation failed, training will be slow. Do you have Cython installed? pip install cython warnings.warn("Cython compilation failed, training will be slow. Do you have Cython installed? `pip install cython

but i have installed the cython, anything else should I do ?

cynthia951031 commented 8 years ago

i have the same problem when i try to run the twe1, after that i tried to install Cython with the setup.py instead of .whl. if you install Cython with .whl maybe you can try this. although i still do not know why this happen, i still hope this can help you.