Skip to content

posts/enable-c-extension-for-gensim-on-windows/ #2

@utterances-bot

Description

@utterances-bot

Enable C Extension for gensim on Windows · KK's Blog (fromkk)

These days, I’m working on some text classification works, and I use gensim ’s doc2vec function.
When using gensim, it shows this warning message:
C extension not loaded for Word2Vec, training will be slow.
I search this on Internet and found that gensim has rewrite some part of the code using cython rather than numpy to get better performance. A compiler is required to enable this feature.
I tried to install mingw and add it into the path, but it’s not working.

http://localhost:1313/posts/enable-c-extension-for-gensim-on-windows/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions