Huan-Chih Wang (Jimmy)

Results 5 comments of Huan-Chih Wang (Jimmy)

try my fork: https://github.com/whcjimmy/lda2vec. I've tested the twenty_newsgroups example.

My doc follows this repo and i didn't change any details, but I can try to answer your questions. 1) It doesn't mean "German" is -0.6. The whole 1 *...

check if lda2vec is in ```/usr/lib/python[version]/dist-packages``` or ```/usr/local/lib/python[version]/dist-packages```. If not, try to build and install using the following command again. ```python setup.py build install``` Otherwise, you can import lda2vec using...

Actually, it's fine to build he-transformer with cmake without openssl.

把 searxng/settings.yml 當中 outgoing 的 request_timeout 設定成 5.0 可以避開這個問題 參考: https://github.com/searxng/searxng/issues/334#issuecomment-922730089