MVN

ua.net.nlp : nlp_uk

Maven & Gradle

May 31, 2023
69 stars

NLP Tools for Ukrainian · NLP tools for Ukrainian language

<dependency>
    <groupId>ua.net.nlp</groupId>
    <artifactId>nlp_uk</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.net.nlp : nlp_uk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.2

All Versions

Choose a version of ua.net.nlp : nlp_uk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
nlp_uk-3.2.2
nlp_uk-3.2.1
3.1.x
nlp_uk-3.1.0

How to add a dependency to Maven

Add the following ua.net.nlp : nlp_uk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ua.net.nlp</groupId>
    <artifactId>nlp_uk</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ua.net.nlp : nlp_uk gradle dependency to your build.gradle file:

implementation 'ua.net.nlp:nlp_uk:3.2.2'

Gradle Kotlin DSL: Add the following ua.net.nlp : nlp_uk gradle kotlin dependency to your build.gradle.kts file:

implementation("ua.net.nlp:nlp_uk:3.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ua.net.nlp : nlp_uk sbt scala dependency to your build.sbt file:

libraryDependencies += "ua.net.nlp" % "nlp_uk" % "3.2.2"

Advertisement