UDPipe Java Bindings

UDPipe is an trainable pipeline for tokenization, tagging, lemmatization and dependency parsing of CoNLL-U files.

License

License

GroupId

GroupId

cz.cuni.mff.ufal.udpipe
ArtifactId

ArtifactId

udpipe
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

UDPipe Java Bindings
UDPipe is an trainable pipeline for tokenization, tagging, lemmatization and dependency parsing of CoNLL-U files.
Project URL

Project URL

http://ufal.mff.cuni.cz/udpipe
Source Code Management

Source Code Management

http://github.com/ufal/udpipe/tree/master

Download udpipe

How to add to project

<!-- https://jarcasting.com/artifacts/cz.cuni.mff.ufal.udpipe/udpipe/ -->
<dependency>
    <groupId>cz.cuni.mff.ufal.udpipe</groupId>
    <artifactId>udpipe</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.cuni.mff.ufal.udpipe/udpipe/
implementation 'cz.cuni.mff.ufal.udpipe:udpipe:1.1.0'
// https://jarcasting.com/artifacts/cz.cuni.mff.ufal.udpipe/udpipe/
implementation ("cz.cuni.mff.ufal.udpipe:udpipe:1.1.0")
'cz.cuni.mff.ufal.udpipe:udpipe:jar:1.1.0'
<dependency org="cz.cuni.mff.ufal.udpipe" name="udpipe" rev="1.1.0">
  <artifact name="udpipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.cuni.mff.ufal.udpipe', module='udpipe', version='1.1.0')
)
libraryDependencies += "cz.cuni.mff.ufal.udpipe" % "udpipe" % "1.1.0"
[cz.cuni.mff.ufal.udpipe/udpipe "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

UDPipe

Build Status

UDPipe is a trainable pipeline for tokenization, tagging, lemmatization and dependency parsing of CoNLL-U files. UDPipe is language-agnostic and can be trained given annotated data in CoNLL-U format. Trained models are provided for nearly all UD treebanks. UDPipe is available as a binary for Linux/Windows/OS X, as a library for C++, Python, Perl, Java, C#, and as a web service. Third-party R CRAN package also exists.

UDPipe is a free software distributed under the Mozilla Public License 2.0 and the linguistic models are free for non-commercial use and distributed under the CC BY-NC-SA license, although for some models the original data used to create the model may impose additional licensing conditions. UDPipe is versioned using Semantic Versioning.

Copyright 2017 by Institute of Formal and Applied Linguistics, Faculty of Mathematics and Physics, Charles University, Czech Republic.

UDPipe website http://ufal.mff.cuni.cz/udpipe contains download links of both the released packages and trained models, hosts documentation and offers online web service.

UDPipe development repository http://github.com/ufal/udpipe is hosted on GitHub.

Third-party contribution: Instructions how to build UDPipe REST server as Docker image is here: http://github.com/samisalkosuo/udpipe-rest-server-docker. Instructions how to train UDPipe language models using a Docker image is also there.

cz.cuni.mff.ufal.udpipe

ÚFAL

Institute of Formal and Applied Linguistics (ÚFAL), Faculty of Mathematics and Physics, Charles University

Versions

Version
1.1.0