nlptools-typer-stanford_2.9.3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-typer-stanford_2.9.3</artifactId>
<version>2.4.3</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-typer-stanford_2.9.3</artifactId>
<packaging>jar</packaging>
<description>nlptools-typer-stanford</description>
<url>https://github.com/knowitall/nlptools</url>
<version>2.4.3</version>
<licenses>
<license>
<name>GPL 2.0 </name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>nlptools-typer-stanford</name>
<organization>
<name>edu.washington.cs.knowitall.nlptools</name>
<url>https://github.com/knowitall/nlptools</url>
</organization>
<scm>
<url>https://github.com/knowitall/nlptools</url>
<connection>scm:git://github.com/knowitall/nlptools.git</connection>
<developerConnection>scm:git:git@github.com:knowitall/nlptools.git</developerConnection>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<name>Michael Schmitz</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-core_2.9.3</artifactId>
<version>2.4.3</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.9.2</artifactId>
<version>1.12.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.databinder.dispatch</groupId>
<artifactId>dispatch-core_2.9.3</artifactId>
<version>0.11.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-filter_2.9.3</artifactId>
<version>0.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-jetty_2.9.3</artifactId>
<version>0.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId>
<artifactId>stanford-ner-models</artifactId>
<version>1.3.5</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>common</id>
<name>common</name>
<url>https://oss.sonatype.org/content/repositories/eduwashingtoncsknowitall-1027/</url>
<layout>default</layout>
</repository>
</repositories>
</project>