Kimtaro / docker-ve-server

1 stars 3 forks source link

docker-ve-server

This is a Docker container to run the simple JSON API for the Ve linguistics framework.

It currently only runs Mecab with Ipadic, but FreeLing English support is in the works.

Running

$ docker build -t kimtaro/ve-server .
$ docker run -d -p :4567 -i kimtaro/ve-server