Download stanford-postag-models-1.3.2.jar file

Introduction

You can download stanford-postag-models-1.3.2.jar in this page.

License

Open Source

Type List

stanford-postag-models-1.3.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/edu.washington.cs.knowitall.stanford-corenlp/stanford-postag-models/pom.properties
META-INF/maven/edu.washington.cs.knowitall.stanford-corenlp/stanford-postag-models/pom.xml
edu/stanford/nlp/models/pos-tagger/english-bidirectional/english-bidirectional-distsim.tagger
edu/stanford/nlp/models/pos-tagger/english-bidirectional/english-bidirectional-distsim.tagger.props
edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger
edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger.props

Pom

stanford-postag-models-1.3.2.pom file content.

<?xml version="1.0"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>edu.washington.cs.knowitall</groupId>
    <artifactId>knowitall-oss</artifactId>
    <version>1.0.1</version>
  </parent>
  <groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId>
  <artifactId>stanford-postag-models</artifactId>
  <version>1.3.2</version>
  <packaging>jar</packaging>
  <name>Stanford Part-Of-Speech Tagger Models</name>
  <description>Stock Stanford postagger 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>

POM Entry

<dependency>
   <groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId>
   <artifactId>stanford-postag-models</artifactId>
   <version>1.3.2</version>
</dependency>

Download

If you think the following stanford-postag-models-1.3.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download stanford-postag-models-1.3.2.jar file




PreviousNext

Related