Skip to content

Commit 9784655

Browse files
committed
update grobid version, cleanup, detect URLs using the grobid method
1 parent d7a4015 commit 9784655

File tree

7 files changed

+4
-943
lines changed

7 files changed

+4
-943
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ dependencies {
133133
implementation group: 'org.jvnet', name: 'mimepull', version: '1.6'
134134

135135
//Grobid
136-
implementation(group: 'org.grobid', name: 'grobid-core', version: '0.8.1') {
136+
implementation(group: 'org.grobid', name: 'grobid-core', version: '0.8.2') {
137137
exclude group: 'org.slf4j', module: "slf4j-log4j12"
138138
}
139-
implementation(group: 'org.grobid', name: 'grobid-trainer', version: '0.8.1') {
139+
implementation(group: 'org.grobid', name: 'grobid-trainer', version: '0.8.2') {
140140
exclude group: 'org.slf4j', module: "slf4j-log4j12"
141141
}
142142

-15.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)