Skip to content

Commit

Permalink
Release 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed May 13, 2020
1 parent 6048047 commit e256539
Show file tree
Hide file tree
Showing 123 changed files with 1,013 additions and 5,998 deletions.
26 changes: 26 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BSD 2-Clause License

Copyright (c) 2017, JULIE Lab
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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.5.0-SNAPSHOT"
"version": "2.5.0"
},
"name": "JCoRe BANNER AE for Biomedical English"
}
11 changes: 8 additions & 3 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.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<dependencies>
Expand All @@ -20,14 +20,19 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-banner-ae</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>
<organization>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses> <organization>
<name>JULIE Lab Jena, Germany</name>
<url>http://www.julielab.de</url>
</organization>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<vendor />
<configurationParameters>
<configurationParameter>
Expand Down
686 changes: 25 additions & 661 deletions jcore-biosem-ae-bionlp-st09/LICENSE

Large diffs are not rendered by default.

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.5.0-SNAPSHOT"
"version": "2.5.0"
},
"name": "JCoRe BioSem AE, BioNLP SharedTask 2009"
}
13 changes: 9 additions & 4 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.5.0-SNAPSHOT</version>
<version>2.5.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.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -34,5 +34,10 @@
<version>${jcore-types-version}</version>
</dependency>
</dependencies>
<url>https://github.com/JULIELab/jcore-projects/tree/master/jcore-biosem-ae-bionlp-st09</url>
</project>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses> <url>https://github.com/JULIELab/jcore-projects/tree/master/jcore-biosem-ae-bionlp-st09</url>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<analysisEngineMetaData>
<name>JCoRe BioSEM Event Annotator</name>
<description />
<version>2.5.0-SNAPSHOT</version>
<vendor />
<version>2.5.0</version>
<vendor />
<configurationParameters />
<configurationParameterSettings />
<typeSystemDescription>
Expand Down
Loading

0 comments on commit e256539

Please sign in to comment.