Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
Text Mining
Bio Tools
umls-tagger
Commits
b6398491
Commit
b6398491
authored
Mar 12, 2020
by
jcorvi
Browse files
maven change for annie library
parent
95ab78d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
b6398491
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
uk.ac.gate
</groupId>
<artifactId>
gate-core
</artifactId>
<version>
8.
5
.1
</version>
<version>
8.
6
.1
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
src/main/java/es/bsc/inb/umlstagger/main/App.java
View file @
b6398491
...
...
@@ -292,7 +292,7 @@ public class App {
ExtensionFileFilter
filter
=
new
ExtensionFileFilter
(
"Txt files"
,
new
String
[]{
"txt"
,
"xml"
});
URL
url
=
directory
.
toURL
();
corpus
.
populate
(
url
,
filter
,
null
,
false
);
Plugin
anniePlugin
=
new
Plugin
.
Maven
(
"uk.ac.gate.plugins"
,
"annie"
,
"8.
5
"
);
Plugin
anniePlugin
=
new
Plugin
.
Maven
(
"uk.ac.gate.plugins"
,
"annie"
,
"8.
6
"
);
Gate
.
getCreoleRegister
().
registerPlugin
(
anniePlugin
);
// create a serial analyser controller to run ANNIE with
SerialAnalyserController
annieController
=
(
SerialAnalyserController
)
Factory
.
createResource
(
"gate.creole.SerialAnalyserController"
,
...
...
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