
n.cs.knowitall.stanford-corenlp.stanford-dcoref-models.1.3.5.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stanford-dcoref-models
Show all versions of stanford-dcoref-models
Stock Stanford dcoref models.
The newest version!
<?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-dcoref-models</artifactId> <version>1.3.5</version> <packaging>jar</packaging> <name>Stanford Deterministic Coreference Models</name> <description>Stock Stanford dcoref 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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy