Releases: funkwerk/gherkin_language
Releases · funkwerk/gherkin_language
bugfix in languagetool interface
0.2.1 release 0.2.1; small bugfix in languagetool interface
LanguageTool 3.3
Usage of LanguageTool 3.3 Release Notes
Scenarios without Given, unknown words check switched off by default
- Scenarios without Given are now perfectly fine. Disabled that language_tool check by default
- Bug in Languagetool, that marks sentences starting with 'When' as sentence fragments.
- unknown words check needs to be explicitly enabled. Otherwise it's disabled.
- Languagetool Tagger does not support words with hyphens.
LanguageTool 3.2
- usage of LanguageTool 3.2
- extracted readability report as gherkin_readability
Docker support
DockerHub now provides the latest binary for Gherkin Language.
https://hub.docker.com/r/gherkin/language/
NGram support is not build in in the default image, because this would mean ~15 GB, which seems to be too much for dockerhub.io and which also is against the small container principle.
If you want ngram support, check one file with "--ngram" enabled. This will be slow, but the ngram download will be cached afterwards.
Readability Report
- added readability report that sorts features by readability