mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-28 17:55:06 +00:00
Don't update stanford-nlp just yet
With current version (3.9.2) analysis against a test corpus showed much better results as with version 4.0 dropped in. It needs more investigation than just bumping versions.
This commit is contained in:
parent
c2ff9b82be
commit
fb348b3a7c
3
.scala-steward.conf
Normal file
3
.scala-steward.conf
Normal file
@ -0,0 +1,3 @@
|
||||
updates.ignore = [
|
||||
{ groupId = "edu.stanford.nlp", artifactId = "stanford-corenlp" }
|
||||
]
|
@ -30,7 +30,7 @@ object Dependencies {
|
||||
val PureConfigVersion = "0.12.3"
|
||||
val Slf4jVersion = "1.7.30"
|
||||
val SqliteVersion = "3.30.1"
|
||||
val StanfordNlpVersion = "4.0.0"
|
||||
val StanfordNlpVersion = "3.9.2"
|
||||
val TikaVersion = "1.24.1"
|
||||
val YamuscaVersion = "0.6.1"
|
||||
val SwaggerUIVersion = "3.25.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user