gherkin_language with ngram support
1.3K
Assuming there is a test.feature within the current folder, then the following command will check the feature file.
docker run -t -v $(pwd):/user -w /user gherkin/language test.feature
For usage of ngrams (be aware, that it will need roughly 10 GB) just use. This will show where very uncommon word combinations are used.
docker run -t -v $(pwd):/user -w /user gherkin/language-ngram test.feature
Content type
Image
Digest
Size
8.5 GB
Last updated
almost 9 years ago
docker pull gherkin/language-ngram