Skip to content

Commit

Permalink
Merge pull request #97 from lewkoo/patch-1
Browse files Browse the repository at this point in the history
Update config_file.py
  • Loading branch information
jxmorris12 authored Nov 7, 2024
2 parents 50c8ada + cd5a332 commit 455c5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language_tool_python/config_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'maxSpellingSuggestions', 'maxCheckThreads', 'cacheSize', 'cacheTTLSeconds', 'cacheSize', 'requestLimit',
'requestLimitInBytes', 'timeoutRequestLimit', 'requestLimitPeriodInSeconds', 'languageModel',
'word2vecModel', 'fasttextModel', 'fasttextBinary', 'maxWorkQueueSize', 'rulesFile', 'warmUp',
'blockedReferrers' 'premiumOnly', 'disabledRuleIds', 'pipelineCaching', 'maxPipelinePoolSize',
'blockedReferrers', 'premiumOnly', 'disabledRuleIds', 'pipelineCaching', 'maxPipelinePoolSize',
'pipelineCaching', 'pipelineExpireTimeInSeconds', 'pipelinePrewarming'
}
class LanguageToolConfig:
Expand Down Expand Up @@ -93,4 +93,4 @@ def _create_temp_file(self) -> str:
--word2vecModel a directory with word2vec data (optional), see
https://github.com/languagetool-org/languagetool/blob/master/languagetool-standalone/CHANGES.md#word2vec
--premiumAlways activate the premium rules even when user has no username/password - useful for API servers
"""
"""

0 comments on commit 455c5bd

Please sign in to comment.