silvio / docker-languagetool

Dockerfile for LanguageTool
Other
176 stars 46 forks source link

How to run the language tool image with premium option? #32

Open rahulpratik opened 2 years ago

rahulpratik commented 2 years ago

Is there a way to pass --premiumAlways flag while running this image ?

someone-stole-my-name commented 2 years ago
docker run ... -e EXTRAOPTIONS="--premiumAlways ..."

See https://github.com/silvio/docker-languagetool/pull/34

xbdmHQ commented 1 year ago

Is there a way to pass --premiumAlways flag while running this image ?

Language Tool self-host doesn't allow premium, If you want premium go uses theirs. Premium really only gives you AI features etc.

garret commented 1 year ago

May I ask what that premiumalways field enables then?

jvanheijzen commented 4 months ago

How do I work with a dictionary? It's saying that I need to pass a user id, but I don't have a user id. Or is there a better way to tell the tool to ignore certain words?