Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindt/docker-gherkin-language-ngram
https://github.com/lindt/docker-gherkin-language-ngram
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lindt/docker-gherkin-language-ngram
- Owner: lindt
- License: mit
- Created: 2016-11-12T09:14:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T09:51:33.000Z (about 8 years ago)
- Last Synced: 2024-11-08T11:56:33.318Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```