Skip to content

Releases: funkwerk/gherkin_language

bugfix in languagetool interface

27 Apr 13:06
Compare
Choose a tag to compare
0.2.1

release 0.2.1; small bugfix in languagetool interface

LanguageTool 3.3

22 Apr 09:39
Compare
Choose a tag to compare

Usage of LanguageTool 3.3 Release Notes

Scenarios without Given, unknown words check switched off by default

28 Feb 14:11
Compare
Choose a tag to compare
  • 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

03 Feb 22:43
Compare
Choose a tag to compare
  • usage of LanguageTool 3.2
  • extracted readability report as gherkin_readability

Docker support

18 Oct 18:13
Compare
Choose a tag to compare

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

11 Oct 20:10
Compare
Choose a tag to compare
  • added readability report that sorts features by readability