Skip to content

Commit

Permalink
Release 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Mar 28, 2019
1 parent 90936c7 commit c929305
Show file tree
Hide file tree
Showing 95 changed files with 528 additions and 432 deletions.
2 changes: 1 addition & 1 deletion jcore-banner-ae-biomedical-english/component.meta
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"maven-artifact": {
"artifactId": "jcore-banner-ae-biomedical-english",
"groupId": "de.julielab",
"version": "2.4.0-SNAPSHOT"
"version": "2.4.0"
},
"name": "JCoRe BANNER AE for Biomedical English"
}
4 changes: 2 additions & 2 deletions jcore-banner-ae-biomedical-english/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jcore-projects</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<dependencies>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-banner-ae</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>true</primitive>
<annotatorImplementationName>de.julielab.jcore.ae.banner.BANNERAnnotator</annotatorImplementationName>
<analysisEngineMetaData>
<name>JCoRe BANNER AE for Biomedical English</name>
<description>This component uses the BANNER named entity recognizer with a model trained on the complete (train and test) dataset of the BioCreative II gene mention challenge.</description>
<version>1.0</version>
<vendor/>
<version>2.4.0</version>
<vendor />
<configurationParameters>
<configurationParameter>
<name>ConfigFile</name>
Expand Down Expand Up @@ -46,13 +46,13 @@
</configurationParameterSettings>
<typeSystemDescription>
<imports>
<import name="de.julielab.jcore.types.jcore-document-structure-types"/>
<import name="de.julielab.jcore.types.jcore-morpho-syntax-types"/>
<import name="de.julielab.jcore.types.jcore-semantics-biology-types"/>
<import name="de.julielab.jcore.types.jcore-document-structure-types" />
<import name="de.julielab.jcore.types.jcore-morpho-syntax-types" />
<import name="de.julielab.jcore.types.jcore-semantics-biology-types" />
</imports>
</typeSystemDescription>
<typePriorities/>
<fsIndexCollection/>
<typePriorities />
<fsIndexCollection />
<capabilities>
<capability>
<inputs>
Expand All @@ -61,7 +61,7 @@
<outputs>
<type allAnnotatorFeatures="true">de.julielab.jcore.types.Gene</type>
</outputs>
<languagesSupported/>
<languagesSupported />
</capability>
</capabilities>
<operationalProperties>
Expand All @@ -70,5 +70,5 @@
<outputsNewCASes>false</outputsNewCASes>
</operationalProperties>
</analysisEngineMetaData>
<resourceManagerConfiguration/>
</analysisEngineDescription>
<resourceManagerConfiguration />
</analysisEngineDescription>
2 changes: 1 addition & 1 deletion jcore-biosem-ae-bionlp-st09/component.meta
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"maven-artifact": {
"artifactId": "jcore-biosem-ae-bionlp-st09",
"groupId": "de.julielab",
"version": "2.4.0-SNAPSHOT"
"version": "2.4.0"
},
"name": "JCoRe BioSem AE, BioNLP SharedTask 2009"
}
4 changes: 2 additions & 2 deletions jcore-biosem-ae-bionlp-st09/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jcore-projects</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>jcore-biosem-ae-bionlp-st09</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-biosem-ae</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>true</primitive> <annotatorImplementationName>de.julielab.jcore.ae.biosem.BioSemEventAnnotator</annotatorImplementationName>
<analysisEngineMetaData>
<name>JCoRe BioSEM Event Annotator</name>
<description/>
<version>2.1.0</version>
<vendor/>
<configurationParameters/>
<configurationParameterSettings/>
<description />
<version>2.4.0</version>
<vendor />
<configurationParameters />
<configurationParameterSettings />
<typeSystemDescription>
<imports>
<import name="de.julielab.jcore.types.jcore-semantics-biology-types"/>
<import name="de.julielab.jcore.types.jcore-semantics-biology-types" />
</imports>
</typeSystemDescription>
<typePriorities/>
<fsIndexCollection/>
<typePriorities />
<fsIndexCollection />
<capabilities>
<capability>
<inputs>
Expand All @@ -26,7 +26,7 @@
<type allAnnotatorFeatures="true">de.julielab.jcore.types.EventMention</type>
<type allAnnotatorFeatures="true">de.julielab.jcore.types.ArgumentMention</type>
</outputs>
<languagesSupported/>
<languagesSupported />
</capability>
</capabilities>
<operationalProperties>
Expand All @@ -47,7 +47,7 @@
<externalResources>
<externalResource>
<name>TrainedDB</name>
<description/>
<description />
<fileResourceSpecifier>
<fileUrl>file:de/julielab/jcore/ae/biosem/conf/biosemannotator-st09.properties</fileUrl>
</fileResourceSpecifier>
Expand All @@ -61,4 +61,4 @@
</externalResourceBinding>
</externalResourceBindings>
</resourceManagerConfiguration>
</analysisEngineDescription>
</analysisEngineDescription>
2 changes: 1 addition & 1 deletion jcore-biosem-ae-bionlp-st11/component.meta
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"maven-artifact": {
"artifactId": "jcore-biosem-ae-bionlp-st11",
"groupId": "de.julielab",
"version": "2.4.0-SNAPSHOT"
"version": "2.4.0"
},
"name": "JCoRe BioSem AE, BioNLP SharedTask 2011"
}
4 changes: 2 additions & 2 deletions jcore-biosem-ae-bionlp-st11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jcore-projects</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>jcore-biosem-ae-bionlp-st11</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-biosem-ae</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>true</primitive> <annotatorImplementationName>de.julielab.jcore.ae.biosem.BioSemEventAnnotator</annotatorImplementationName>
<analysisEngineMetaData>
<name>JCoRe BioSEM Event Annotator</name>
<description/>
<version>2.1.0</version>
<vendor/>
<configurationParameters/>
<configurationParameterSettings/>
<description />
<version>2.4.0</version>
<vendor />
<configurationParameters />
<configurationParameterSettings />
<typeSystemDescription>
<imports>
<import name="de.julielab.jcore.types.jcore-semantics-biology-types"/>
<import name="de.julielab.jcore.types.jcore-semantics-biology-types" />
</imports>
</typeSystemDescription>
<typePriorities/>
<fsIndexCollection/>
<typePriorities />
<fsIndexCollection />
<capabilities>
<capability>
<inputs>
Expand All @@ -26,7 +26,7 @@
<type allAnnotatorFeatures="true">de.julielab.jcore.types.EventMention</type>
<type allAnnotatorFeatures="true">de.julielab.jcore.types.ArgumentMention</type>
</outputs>
<languagesSupported/>
<languagesSupported />
</capability>
</capabilities>
<operationalProperties>
Expand All @@ -47,7 +47,7 @@
<externalResources>
<externalResource>
<name>TrainedDB</name>
<description/>
<description />
<fileResourceSpecifier>
<fileUrl>file:de/julielab/jcore/ae/biosem/conf/biosemannotator-st11.properties</fileUrl>
</fileResourceSpecifier>
Expand All @@ -61,4 +61,4 @@
</externalResourceBinding>
</externalResourceBindings>
</resourceManagerConfiguration>
</analysisEngineDescription>
</analysisEngineDescription>
2 changes: 1 addition & 1 deletion jcore-biosem-ae-bionlp-st13/component.meta
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"maven-artifact": {
"artifactId": "jcore-biosem-ae-bionlp-st13",
"groupId": "de.julielab",
"version": "2.4.0-SNAPSHOT"
"version": "2.4.0"
},
"name": "JCoRe BioSem AE, BioNLP SharedTask 2013"
}
4 changes: 2 additions & 2 deletions jcore-biosem-ae-bionlp-st13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jcore-projects</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>jcore-biosem-ae-bionlp-st13</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-biosem-ae</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>true</primitive> <annotatorImplementationName>de.julielab.jcore.ae.biosem.BioSemEventAnnotator</annotatorImplementationName>
<analysisEngineMetaData>
<name>JCoRe BioSEM Event Annotator</name>
<description/>
<version>2.1.0</version>
<vendor/>
<configurationParameters/>
<configurationParameterSettings/>
<description />
<version>2.4.0</version>
<vendor />
<configurationParameters />
<configurationParameterSettings />
<typeSystemDescription>
<imports>
<import name="de.julielab.jcore.types.jcore-semantics-biology-types"/>
<import name="de.julielab.jcore.types.jcore-semantics-biology-types" />
</imports>
</typeSystemDescription>
<typePriorities/>
<fsIndexCollection/>
<typePriorities />
<fsIndexCollection />
<capabilities>
<capability>
<inputs>
Expand All @@ -26,7 +26,7 @@
<type allAnnotatorFeatures="true">de.julielab.jcore.types.EventMention</type>
<type allAnnotatorFeatures="true">de.julielab.jcore.types.ArgumentMention</type>
</outputs>
<languagesSupported/>
<languagesSupported />
</capability>
</capabilities>
<operationalProperties>
Expand All @@ -47,7 +47,7 @@
<externalResources>
<externalResource>
<name>TrainedDB</name>
<description/>
<description />
<fileResourceSpecifier>
<fileUrl>file:de/julielab/jcore/ae/biosem/conf/biosemannotator-st13.properties</fileUrl>
</fileResourceSpecifier>
Expand All @@ -61,4 +61,4 @@
</externalResourceBinding>
</externalResourceBindings>
</resourceManagerConfiguration>
</analysisEngineDescription>
</analysisEngineDescription>
2 changes: 1 addition & 1 deletion jcore-jnet-ae-biomedical-english/component.meta
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"maven-artifact": {
"artifactId": "jcore-jnet-ae-biomedical-english",
"groupId": "de.julielab",
"version": "2.4.0-SNAPSHOT"
"version": "2.4.0"
},
"name": "JCoRe JNET AE, Biomedical English"
}
4 changes: 2 additions & 2 deletions jcore-jnet-ae-biomedical-english/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<description>This project employs the jcore-jnet-ae (Named Entity Tagger) with a model trained on the PennBioIE corpus.</description>
<parent>
<artifactId>jcore-projects</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<groupId>de.julielab</groupId>
</parent>
<dependencies>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-jnet-ae</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Loading

0 comments on commit c929305

Please sign in to comment.