[docker-compose] use corenlp by default

This causes less confusion for newcomers than spacy
parent 163304df
Pipeline #6798 canceled with stages
......@@ -61,11 +61,11 @@ services:
# volumes:
# - pgadmin:/var/lib/pgadmin
# corenlp:
# #image: 'cgenie/corenlp-garg:latest'
# image: 'cgenie/corenlp-garg:4.5.4'
# ports:
# - 9000:9000
corenlp:
#image: 'cgenie/corenlp-garg:latest'
image: 'cgenie/corenlp-garg:4.5.4'
ports:
- 9000:9000
# johnsnownlp:
# image: 'johnsnowlabs/nlp-server:latest'
......
......@@ -136,5 +136,6 @@ dispatcher = { bind = "tcp://*:5561", connect = "tcp://localhost:5561" }
# - corenlps:// (for https:// CoreNLP)
# - johnsnow:// (for http:// JohnSnow)
# - johnsnows:// (for https:// JohnSnow)
EN = "spacy://localhost:8000"
FR = "spacy://localhost:8001"
EN = "corenlp://localhost:9000"
# EN = "spacy://localhost:8000"
# FR = "spacy://localhost:8001"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment