All Projects → vzhong → corenlp-docker

vzhong / corenlp-docker

Licence: Apache-2.0 License
Docker image for Stanford CoreNLP

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to corenlp-docker

flowsense
FlowSense: A Natural Language Interface for Visual Data Exploration within a Dataflow System
Stars: ✭ 40 (+60%)
Mutual labels:  corenlp
stanford-corenlp-docker
build/run the most current Stanford CoreNLP server in a docker container
Stars: ✭ 38 (+52%)
Mutual labels:  corenlp
dstlr
scalable knowledge graph construction from unstructured text
Stars: ✭ 82 (+228%)
Mutual labels:  corenlp
node-corenlp
CoreNLP @ NodeJS
Stars: ✭ 63 (+152%)
Mutual labels:  corenlp
turing
✨ 🧬 Turing AI - Semantic Navigation, Chatbot using Search Engine and Many NLP Vendors.
Stars: ✭ 30 (+20%)
Mutual labels:  corenlp
jstarcraft-nlp
专注于解决自然语言处理领域的几个核心问题:词法分析,句法分析,语义分析,语种检测,信息抽取,文本聚类和文本分类. 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了多种自然语言处理算法,适配了多个自然语言处理框架. 兼容Lucene/Solr/ElasticSearch插件.
Stars: ✭ 92 (+268%)
Mutual labels:  corenlp
datalinguist
Stanford CoreNLP in idiomatic Clojure.
Stars: ✭ 93 (+272%)
Mutual labels:  corenlp
ling
Natural Language Processing Toolkit in Golang
Stars: ✭ 57 (+128%)
Mutual labels:  corenlp
python-corenlp-protobuf
Python bindings for Stanford CoreNLP's protobufs.
Stars: ✭ 21 (-16%)
Mutual labels:  corenlp
hawking
A Natural Language Date Time Parser that Extract date and time from text with context and parse to the required format
Stars: ✭ 168 (+572%)
Mutual labels:  corenlp
Stanza
Official Stanford NLP Python Library for Many Human Languages
Stars: ✭ 5,887 (+23448%)
Mutual labels:  corenlp

CoreNLP Server Docker

To get this image:

docker pull vzhong/corenlp-server

To run the server:

docker run -p 9000:9000 vzhong/corenlp-server

To run the server as a daemon:

docker run --name corenlp -p 9000:9000 -d vzhong/corenlp-server

The port exposed on the docker image for CoreNLP is 9000. On the image, CoreNLP is installed at /opt/corenlp/src/.

You can test out the server as follows:

wget --post-data 'The quick brown fox jumped over the lazy dog.' 'localhost:9000/?properties={"annotators":"tokenize,ssplit,pos","outputFormat":"json"}' -O -
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].