Skip to content

Commit

Permalink
Merge pull request #74 from abrami/uima-3
Browse files Browse the repository at this point in the history
release 1.3
  • Loading branch information
abrami authored May 6, 2024
2 parents 7cef243 + 9d53ec2 commit 01197ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<artifactId>DockerUnifiedUIMAInterface</artifactId>
<version>1.3</version>

<description>Automatic analysis of large text corpora is a complex task. This complexity particularly concerns the question of time efficiency. Furthermore, efficient, flexible, and extensible textanalysis requires the continuous integration of every new text analysis tools. Since there are currently, in the area of NLP and especially in the application context of UIMA, only very few to no adequate frameworks for these purposes, which are not simultaneously outdated or can no longer be used for security reasons, this work will present a new approach to fill this gap. To this end, we present Docker Unified UIMA Interface (DUUI), a scalable, flexible, lightweight, and featurerich framework for automated and distributed analysis of text corpora that leverages experience in Big Data analytics and virtualization with Docker.</description>

<licenses>
<license>
Expand Down Expand Up @@ -76,8 +77,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<typesystem.version>bd6e684b12</typesystem.version>
<utilities.version>8bfa54cbe4</utilities.version>
<typesystem.version>3.0.1</typesystem.version>
<utilities.version>3.0.0</utilities.version>
<uima.version>3.5.0</uima.version>
<dkpro.core.version>2.4.0</dkpro.core.version>
</properties>
Expand Down

0 comments on commit 01197ba

Please sign in to comment.