meyayl / docker-languagetool

GNU Lesser General Public License v2.1
66 stars 9 forks source link

Deployment in eks cluster in kubernetes #36

Closed UTSAV-44 closed 2 months ago

UTSAV-44 commented 2 months ago

I am deploying a this image in kubernetes .It is downloading only 3grams and if i want to hit the api it is giving errors as Error: Internal Error: java.lang.RuntimeException: Expected at least '1grams', '2grams', and '3grams' sub directories but only got [3grams] in /language_model/ngrams/en, detected: en-US.

meyayl commented 2 months ago

I am not sure how this should be possible.

The entrypoint script does this:

Since the zip files of the ngrams didn't change since 23.11.2020, and always extracted the structure mentioned above, I have no idea how "only downloading 3grams" could even be possible.

meyayl commented 2 months ago

I am closing this issue due to lack of updates.