maltparser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.maltparser</groupId> <artifactId>maltparser</artifactId> <version>1.9.2</version> </dependency>
<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>org.maltparser</groupId> <artifactId>maltparser</artifactId> <version>1.9.2</version> <packaging>jar</packaging> <name>MaltParser</name> <description>MaltParser is a system for data-driven dependency parsing, which can be used to induce a parsing model from treebank data and to parse new data using an induced model.</description> <url>http://maltparser.org/</url> <licenses> <license> <name>BSD 3-Clause License</name> <url>http://maltparser.org/license.html</url> </license> </licenses> <scm> <url>http://maltparser.org/dist/maltparser-1.9.2.tar.gz</url> <connection>http://maltparser.org/dist/maltparser-1.9.2.tar.gz</connection> </scm> <developers> <developer> <id>joakim.nivre</id> <name>Joakim Nivre</name> <email>joakim.nivre@maltparser.org</email> </developer> <developer> <id>johan.hall</id> <name>Johan Hall</name> <email>johan.hall@maltparser.org</email> </developer> </developers> <dependencies> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency> <dependency> <groupId>tw.edu.ntu.csie</groupId> <artifactId>libsvm</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>de.bwaldvogel</groupId> <artifactId>liblinear</artifactId> <version>1.8</version> </dependency> </dependencies> <properties> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> <encoding>UTF-8</encoding> </properties> <build> <sourceDirectory>src</sourceDirectory> </build> </project>