Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
159
Issues
159
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
d61b0aba
Verified
Commit
d61b0aba
authored
Oct 09, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docker-compose] use corenlp by default
This causes less confusion for newcomers than spacy
parent
163304df
Pipeline
#6798
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
docker-compose.yaml
devops/docker/docker-compose.yaml
+5
-5
gargantext-settings.toml_toModify
gargantext-settings.toml_toModify
+3
-2
No files found.
devops/docker/docker-compose.yaml
View file @
d61b0aba
...
@@ -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'
...
...
gargantext-settings.toml_toModify
View file @
d61b0aba
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment