@girish Many thanks for the link and the example. Then n-gram is used correctly on my server!
Z
zeitrechnen
@zeitrechnen
Posts
-
N-grams are not used? -
N-grams are not used?Before I installed the German n-gram data set the API responded to a check request with source = +fallback
"language": { "name": "German (Germany)", "code": "de-DE", "detectedLanguage": { "name": "German (Germany)", "code": "de-DE", "confidence": 0.99999934, "source": "+fallback" } }
Then I installed the data set and checked the .env file: Data set is installed and path is correct. After restarting the app I made the same request again and expected "ngram" as the source. At least this is the result when I make a request here: https://languagetool.org/http-api/swagger-ui/#!/default/post_check
Does this mean the n-gram data set is not used in my installation?
-
Database drivers@girish Many thanks! I updated to the latest version, and now I can select BigQuery. Great!
-
Database drivers@girish Has the driver for BigQuery been removed? I cannot find BigQuery as a selection in the list of available databases (package version 1.6.0).