Last Version

UDPipe Java Bindings 1.1.0

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
Version

Version

1.1.0
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 1.1.0


<!-- 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.