You can download stanford-postag-models-1.3.5.jar in this page.
Open Source
stanford-postag-models-1.3.5.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
stanford-postag-models-1.3.5.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.2</version> </parent> <groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId> <artifactId>stanford-postag-models</artifactId> <version>1.3.5</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>
<dependency> <groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId> <artifactId>stanford-postag-models</artifactId> <version>1.3.5</version> </dependency>
If you think the following stanford-postag-models-1.3.5.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.5.jar file