tint-digimorph-annotator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>eu.fbk.dh</groupId>
<artifactId>tint-digimorph-annotator</artifactId>
<version>0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>tint</artifactId>
<groupId>eu.fbk.dh</groupId>
<version>0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tint-digimorph-annotator</artifactId>
<name>tint-digimorph-annotator</name>
<description>Stanford annotator for DigiMorph</description>
<dependencies>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>${corenlp-version}</version>
</dependency>
<dependency>
<groupId>eu.fbk.dh</groupId>
<artifactId>tint-digimorph</artifactId>
<version>${tint.version}</version>
</dependency>
<dependency>
<groupId>eu.fbk.utils</groupId>
<artifactId>utils-gson</artifactId>
<version>${tint.utils.version}</version>
</dependency>
<dependency>
<groupId>eu.fbk.utils</groupId>
<artifactId>utils-core</artifactId>
<version>${tint.utils.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.concurrent-trees</groupId>
<artifactId>concurrent-trees</artifactId>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>eu.fbk.fcw</groupId>
<artifactId>fcw-utils</artifactId>
<version>${fcw.version}</version>
</dependency>
</dependencies>
<properties>
<parent-path>/..</parent-path>
</properties>
</project>