Sign inSign up

alectolytic/jamspell-server

By alectolytic

Updated about 8 years ago

A docker container for the JamSpell HTTP API Server

Image
0

320

alectolytic/jamspell-server repository overview

JamSpell HTTP API Server Docker Container

A docker container for the JamSpell HTTP API Server.

Environment Configuration

Environment VariableDescriptionDefault Value
HOSTBind interface for the server0.0.0.0
PORTPort to expose server on8080
DATA_DIRDirectory where models are mounted/opt/jamspell/data
MODELModel file to use from DATA_DIRen.bin

Example Usage

$  docker run --rm -it -v `pwd`/en.bin:/opt/jamspell/data/en.bin alectolytic/jamspell-server
+ /usr/bin/jamspell-server /opt/jamspell/data/en.bin 0.0.0.0 8080
[info] loading model
[info] starting web server at 0.0.0.0:8080

Tag summary

Content type

Image

Digest

Size

90.8 MB

Last updated

about 8 years ago

docker pull alectolytic/jamspell-server