Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fasttext to README.md #70

Open
ai opened this issue Mar 20, 2023 · 3 comments
Open

Add fasttext to README.md #70

ai opened this issue Mar 20, 2023 · 3 comments

Comments

@ai
Copy link

ai commented Mar 20, 2023

Some LanguageTool guides recommend adding fasttext to system and set fasttextModel/fasttextBinary settings.

Does it really useful?

Should we add a guide? Or maybe add at least fasttext binary to Docker image?

@teapot9
Copy link

teapot9 commented Sep 11, 2023

fasttext is now available in the Alpine edge branch. This means it will probably be available in the next stable release, and we will be able to directly install it with apk add fasttext.

Until then, we would have to build it from source, maybe using the alpine's APKBUILD.

The user would have to set the variables langtool_fasttextBinary=/usr/bin/fasttext and langtool_fasttextModel=/fasttext.bin, and mount the model as a volume with -v /path/to/model.bin:/fasttext.bin:ro.

@Joelius300
Copy link

Any updates on this?

@ovizii
Copy link

ovizii commented Feb 16, 2024

I'm also interested in this, any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants