diff --git a/README.md b/README.md new file mode 100644 index 0000000..7eeed8b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# KenLM Docker image + +This is a docker image for [https://github.com/kpu/kenlm](kenLM) binaries and python module. + +## Usage + +Build the image: +```bash +docker build . -t kenlm +```