[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: ...@@ -61,11 +61,11 @@ services:
# volumes: # volumes:
# - pgadmin:/var/lib/pgadmin # - pgadmin:/var/lib/pgadmin
# corenlp: corenlp:
# #image: 'cgenie/corenlp-garg:latest' #image: 'cgenie/corenlp-garg:latest'
# image: 'cgenie/corenlp-garg:4.5.4' image: 'cgenie/corenlp-garg:4.5.4'
# ports: ports:
# - 9000:9000 - 9000:9000
# johnsnownlp: # johnsnownlp:
# image: 'johnsnowlabs/nlp-server:latest' # image: 'johnsnowlabs/nlp-server:latest'
......
...@@ -136,5 +136,6 @@ dispatcher = { bind = "tcp://*:5561", connect = "tcp://localhost:5561" } ...@@ -136,5 +136,6 @@ dispatcher = { bind = "tcp://*:5561", connect = "tcp://localhost:5561" }
# - corenlps:// (for https:// CoreNLP) # - corenlps:// (for https:// CoreNLP)
# - johnsnow:// (for http:// JohnSnow) # - johnsnow:// (for http:// JohnSnow)
# - johnsnows:// (for https:// JohnSnow) # - johnsnows:// (for https:// JohnSnow)
EN = "spacy://localhost:8000" EN = "corenlp://localhost:9000"
FR = "spacy://localhost:8001" # 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