com.kotlinnlp:linguisticdescription

LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.

License

License

Categories

Categories

Kotlin Languages GUI User Interface
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

linguisticdescription
Last Version

Last Version

0.12.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:linguisticdescription
LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.
Project URL

Project URL

http://github.com/kotlinnlp/linguisticdescription
Source Code Management

Source Code Management

http://github.com/kotlinnlp/linguisticdescription/tree/master

Download linguisticdescription

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
org.spekframework.spek2 : spek-dsl-jvm pom 2.0.5
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.5
com.beust : klaxon jar 5.2
com.google.guava : guava jar 24.1.1-jre
com.kotlinnlp : utils jar 2.1.4

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.

LinguisticDescription Maven Central Build Status

LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.

LinguisticDescription is part of KotlinNLP.

Getting Started

Examples

Try some examples running the files in the examples folder.

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>linguisticdescription</artifactId>
    <version>0.12.2</version>
</dependency>

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

Versions

Version
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0