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
155
Issues
155
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
e4e38760
Verified
Commit
e4e38760
authored
Mar 05, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[corenlp] upgrade to 4.5.8
parent
418eae51
Pipeline
#7406
passed with stages
in 61 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
build.sh
devops/coreNLP/build.sh
+3
-2
No files found.
devops/coreNLP/build.sh
View file @
e4e38760
...
...
@@ -3,13 +3,14 @@
# releases are here:
# https://stanfordnlp.github.io/CoreNLP/history.html
VERSION
=
4.5.
4
VERSION
=
4.5.
8
FILE
=
"stanford-corenlp-
${
VERSION
}
.zip"
DIR_V
=
"stanford-corenlp-
${
VERSION
}
"
DIR
=
"stanford-corenlp-current"
URL
=
"http://nlp.stanford.edu/software/
${
FILE
}
"
[
!
-f
${
FILE
}
]
&&
echo
'Fetching file'
&&
wget
${
URL
}
-O
${
FILE
}
# https://www.digitalocean.com/community/tutorials/workflow-downloading-files-curl
[
!
-f
${
FILE
}
]
&&
echo
'Fetching file'
&&
curl
-L
-o
${
FILE
}
${
URL
}
[
!
-d
${
DIR_V
}
]
&&
echo
'Unzipping file'
&&
unzip ./
${
FILE
}
...
...
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