facebookresearch / LASER

Language-Agnostic SEntence Representations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make LASER pip-installable

avidale opened this issue · comments

Currently, in order to run LASER inference, users have to clone the repository and install a bunch of external tools.

This issue suggests creating a pip package that gets installed with all dependencies required to run LASER-2,3 inference, which would improve the user experience.

A similar effort was made some time ago by community to create the laserembeddings package for LASER-1 sentence embeddings.

Done in #249