stanford-parse-models
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId>
<artifactId>stanford-parse-models</artifactId>
<version>1.3.5</version>
</dependency><?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>knowitall-oss</artifactId>
<version>1.0.2</version>
</parent>
<groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId>
<artifactId>stanford-parse-models</artifactId>
<version>1.3.5</version>
<packaging>jar</packaging>
<name>Stanford Parser Models</name>
<description>Stock Stanford parser models.</description>
<url>http://nlp.stanford.edu/software/corenlp.shtml</url>
<scm>
<url>http://nlp.stanford.edu/software/corenlp.shtml</url>
<connection>http://nlp.stanford.edu/software/corenlp.shtml</connection>
</scm>
<developers>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>