yannvgn / laserembeddings

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

Japanese support #28

Closed adielcahana closed 3 years ago

adielcahana commented 3 years ago

How can i approch towards japanese support on windows? what kind of issues are there when using the japanese on windows?

Thnaks!!

yannvgn commented 3 years ago

Hi @adielcahana,

Japanese support on Windows is back! Please update to v1.1.0 and install the "ja" extra:

pip install --upgrade laserembeddings[ja]

I had to disable it because mecab-python3 had no wheels for Windows. Thanks to them for their effort making the wheels available for Windows.

Cheers,

adielcahana commented 3 years ago

Thats really great! Thanks!