yannvgn / laserembeddings

LASER multilingual sentence embeddings as a pip package
BSD 3-Clause "New" or "Revised" License
224 stars 29 forks source link

disable Japanese extra on Windows #20

Closed yannvgn closed 4 years ago

yannvgn commented 4 years ago

Japanese extra will be disabled on windows until wheels are available for windows. This PR also implements a fix that will prevent Laser from complaining when mecab-python3 was installed but is not working.

Context:

Mecab-python3 does not provide wheels for windows (https://github.com/SamuraiT/mecab-python3/issues/31) and it looks like there's no easy solution for Windows for now (without having to install Mecab separately or without compiling).

Fixes #16