Download mstparser-0.5.1.jar file

Introduction

You can download mstparser-0.5.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

mstparser-0.5.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.sourceforge.mstparser/mstparser/pom.properties
META-INF/maven/net.sourceforge.mstparser/mstparser/pom.xml
mstparser.Alphabet.class
mstparser.BinaryHeap.class
mstparser.ConfidenceEstimator.class
mstparser.ConfidenceEstimatorKDFix.class
mstparser.DependencyDecoder.class
mstparser.DependencyDecoder2O.class
mstparser.DependencyEvaluator.class
mstparser.DependencyInstance.class
mstparser.DependencyParser.class
mstparser.DependencyPipe.class
mstparser.DependencyPipe2O.class
mstparser.EdgeRankerByConfidence.class
mstparser.Feature.class
mstparser.FeatureVector.class
mstparser.KBestParseForest.class
mstparser.KBestParseForest2O.class
mstparser.Parameters.class
mstparser.ParseForestItem.class
mstparser.ParserOptions.class
mstparser.RelationalFeature.class
mstparser.Util.class
mstparser.ValueIndexPair.class
mstparser.io.CONLLReader.class
mstparser.io.CONLLWriter.class
mstparser.io.DependencyReader.class
mstparser.io.DependencyWriter.class
mstparser.io.MSTReader.class
mstparser.io.MSTWriter.class

Pom

mstparser-0.5.1.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>net.sourceforge.mstparser</groupId>
	<artifactId>mstparser</artifactId>
	<version>0.5.1</version>
	<name>MSTParser</name>
	<url>http://mstparser.sourceforge.net</url>
	<description>
	    MSTParser is a non-projective dependency parser that searches for maximum spanning trees 
	    over directed graphs. Models of dependency structure are based on large-margin 
	    discriminative training methods. Projective parsing is also supported.
	</description>
	<inceptionYear>2006</inceptionYear>
	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<maven.compiler.target>1.5</maven.compiler.target>
		<maven.compiler.source>1.5</maven.compiler.source>
	</properties>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:svn:https://svn.code.sf.net/p/mstparser/code/tags/mstparser-0.5.1</connection>
		<developerConnection>scm:svn:https://svn.code.sf.net/p/mstparser/code/tags/mstparser-0.5.1</developerConnection>
		<url>https://sourceforge.net/p/mstparser/code/tags/mstparser-0.5.1</url>
	</scm>
	<issueManagement>
		<system>Sourceforge</system>
		<url>https://sourceforge.net/p/mstparser/bugs/</url>
	</issueManagement>
	<dependencies>
		<dependency>
			<groupId>trove</groupId>
			<artifactId>trove</artifactId>
			<version>1.1-beta-5</version>
		</dependency>
	</dependencies>
	<profiles>
		<profile>
			<id>m2e</id>
			<activation>
				<property>
					<name>m2e.version</name>
				</property>
			</activation>
			<build>
				<pluginManagement>
					<plugins>
						<plugin>
							<groupId>org.eclipse.m2e</groupId>
							<artifactId>lifecycle-mapping</artifactId>
							<version>1.0.0</version>
							<configuration>
								<lifecycleMappingMetadata>
									<pluginExecutions>
										<pluginExecution>
											<pluginExecutionFilter>
												<groupId>org.apache.maven.plugins</groupId>
												<artifactId>maven-enforcer-plugin</artifactId>
												<versionRange>[1,)</versionRange>
												<goals>
													<goal>enforce</goal>
												</goals>
											</pluginExecutionFilter>
											<action>
												<ignore />
											</action>
										</pluginExecution>
									</pluginExecutions>
								</lifecycleMappingMetadata>
							</configuration>
						</plugin>
					</plugins>
				</pluginManagement>
			</build>
		</profile>
	</profiles>
</project>

POM Entry

<dependency>
   <groupId>net.sourceforge.mstparser</groupId>
   <artifactId>mstparser</artifactId>
   <version>0.5.1</version>
</dependency>

Download

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



Download mstparser-0.5.1.jar file




PreviousNext

Related