...
 
Commits (2)
......@@ -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,8 @@ 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"
# If you want to use spacy, you should clone
# https://gitlab.iscpif.fr/gargantext/spacy-server
\ No newline at end of file