com.kotlinnlp:linguisticconditions

A helper module for verifying linguistic conditions on morpho-syntactic tokens.

License

License

Categories

Categories

Kotlin Languages GUI User Interface
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

linguisticconditions
Last Version

Last Version

0.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:linguisticconditions
A helper module for verifying linguistic conditions on morpho-syntactic tokens.
Project URL

Project URL

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

Source Code Management

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

Download linguisticconditions

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.beust : klaxon jar 5.2
com.kotlinnlp : dependencytree jar 0.5.2

runtime (1)

Group / Artifact Type Version
org.jetbrains.spek : spek-junit-platform-engine jar 1.1.5

test (2)

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

Project Modules

There are no modules declared in this project.

LinguisticConditions Maven Central Build Status

LinguisticConditions is a helper module for verifying linguistic conditions on morpho-syntactic tokens.

LinguisticConditions is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>linguisticconditions</artifactId>
    <version>0.2.3</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.2.3
0.2.2
0.2.1
0.2.0
0.1.0