Sign inSign up

gherkin/language-ngram

By gherkin

•Updated almost 9 years ago

gherkin_language with ngram support

Image
0

1.3K

gherkin/language-ngram repository overview

⁠Docker Image for gherkin_language with ngrams

⁠Usage

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

Tag summary

Content type

Image

Digest

Size

8.5 GB

Last updated

almost 9 years ago

docker pull gherkin/language-ngram