├── COPYING ├── README.ja.md ├── README.md ├── bin └── install-word-vector-web-api ├── conf ├── mime.types ├── sample-word-vector-web-api-master-solo.conf ├── sample-word-vector-web-api-master.conf ├── sample-word-vector-web-api-slave1.conf ├── sample-word-vector-web-api-slave2.conf └── sample-word-vector-web-api-slave3.conf ├── docker ├── sample_s1 │ └── Dockerfile └── sample_s3 │ └── Dockerfile ├── libexec ├── boot-word-vector-web-api-3-slaves-sample.sh ├── boot-word-vector-web-api-sample-1-slave.sh ├── boot-word-vector-web-api-sample-3-slaves.sh ├── boot-word-vector-web-api-sample.sh ├── create-docker-image-sample-word-vector-web-api-s1.sh ├── create-docker-image-sample-word-vector-web-api-s3.sh ├── create-symlink-from-nginxdir-to-wwwdir.sh ├── download-sample-jawiki-model.sh ├── install-mecab-and-mecab-ipadic.sh ├── make-install-nginx-with-msgpack-rpc-moulle.sh ├── make-install-word2vec-msgpack-rpc-server.sh ├── make-install-word2vec.sh ├── make_osx_env.sh ├── quit-word-vector-web-api-3-slaves-sample.sh ├── quit-word-vector-web-api-sample.sh ├── run-docker-container-of-sample-word-vector-web-api-s1.sh ├── setup-word-vector-web-api.sh └── update-mecab-ipadic-neologd.sh ├── patch └── word2vec.rev42.local.patch └── www ├── documentation.css ├── github-markdown.css └── reset.css /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/COPYING -------------------------------------------------------------------------------- /README.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/README.ja.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/README.md -------------------------------------------------------------------------------- /bin/install-word-vector-web-api: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/bin/install-word-vector-web-api -------------------------------------------------------------------------------- /conf/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/conf/mime.types -------------------------------------------------------------------------------- /conf/sample-word-vector-web-api-master-solo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/conf/sample-word-vector-web-api-master-solo.conf -------------------------------------------------------------------------------- /conf/sample-word-vector-web-api-master.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/conf/sample-word-vector-web-api-master.conf -------------------------------------------------------------------------------- /conf/sample-word-vector-web-api-slave1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/conf/sample-word-vector-web-api-slave1.conf -------------------------------------------------------------------------------- /conf/sample-word-vector-web-api-slave2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/conf/sample-word-vector-web-api-slave2.conf -------------------------------------------------------------------------------- /conf/sample-word-vector-web-api-slave3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/conf/sample-word-vector-web-api-slave3.conf -------------------------------------------------------------------------------- /docker/sample_s1/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/docker/sample_s1/Dockerfile -------------------------------------------------------------------------------- /docker/sample_s3/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/docker/sample_s3/Dockerfile -------------------------------------------------------------------------------- /libexec/boot-word-vector-web-api-3-slaves-sample.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/boot-word-vector-web-api-3-slaves-sample.sh -------------------------------------------------------------------------------- /libexec/boot-word-vector-web-api-sample-1-slave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/boot-word-vector-web-api-sample-1-slave.sh -------------------------------------------------------------------------------- /libexec/boot-word-vector-web-api-sample-3-slaves.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/boot-word-vector-web-api-sample-3-slaves.sh -------------------------------------------------------------------------------- /libexec/boot-word-vector-web-api-sample.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/boot-word-vector-web-api-sample.sh -------------------------------------------------------------------------------- /libexec/create-docker-image-sample-word-vector-web-api-s1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/create-docker-image-sample-word-vector-web-api-s1.sh -------------------------------------------------------------------------------- /libexec/create-docker-image-sample-word-vector-web-api-s3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/create-docker-image-sample-word-vector-web-api-s3.sh -------------------------------------------------------------------------------- /libexec/create-symlink-from-nginxdir-to-wwwdir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/create-symlink-from-nginxdir-to-wwwdir.sh -------------------------------------------------------------------------------- /libexec/download-sample-jawiki-model.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/download-sample-jawiki-model.sh -------------------------------------------------------------------------------- /libexec/install-mecab-and-mecab-ipadic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/install-mecab-and-mecab-ipadic.sh -------------------------------------------------------------------------------- /libexec/make-install-nginx-with-msgpack-rpc-moulle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/make-install-nginx-with-msgpack-rpc-moulle.sh -------------------------------------------------------------------------------- /libexec/make-install-word2vec-msgpack-rpc-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/make-install-word2vec-msgpack-rpc-server.sh -------------------------------------------------------------------------------- /libexec/make-install-word2vec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/make-install-word2vec.sh -------------------------------------------------------------------------------- /libexec/make_osx_env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/make_osx_env.sh -------------------------------------------------------------------------------- /libexec/quit-word-vector-web-api-3-slaves-sample.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/quit-word-vector-web-api-3-slaves-sample.sh -------------------------------------------------------------------------------- /libexec/quit-word-vector-web-api-sample.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/quit-word-vector-web-api-sample.sh -------------------------------------------------------------------------------- /libexec/run-docker-container-of-sample-word-vector-web-api-s1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/run-docker-container-of-sample-word-vector-web-api-s1.sh -------------------------------------------------------------------------------- /libexec/setup-word-vector-web-api.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/setup-word-vector-web-api.sh -------------------------------------------------------------------------------- /libexec/update-mecab-ipadic-neologd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/libexec/update-mecab-ipadic-neologd.sh -------------------------------------------------------------------------------- /patch/word2vec.rev42.local.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/patch/word2vec.rev42.local.patch -------------------------------------------------------------------------------- /www/documentation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/www/documentation.css -------------------------------------------------------------------------------- /www/github-markdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/www/github-markdown.css -------------------------------------------------------------------------------- /www/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overlast/word-vector-web-api/HEAD/www/reset.css --------------------------------------------------------------------------------