tint-eval
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>eu.fbk.dh</groupId> <artifactId>tint-eval</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-eval</artifactId> <name>tint-eval</name> <description>Evaluation scripts for the Tint pipeline</description> <dependencies> <dependency> <groupId>eu.fbk.utils</groupId> <artifactId>utils-core</artifactId> <version>${tint.utils.version}</version> </dependency> <dependency> <groupId>edu.stanford.nlp</groupId> <artifactId>stanford-corenlp</artifactId> <version>${corenlp-version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> </dependencies> <properties> <parent-path>/..</parent-path> </properties> </project>