MVN

org.fnlp : fnlp-core

Maven & Gradle

Dec 31, 2014
2.6k stars

fnlp-core · FNLP is developed for Chinese natural language processing (NLP), which also includes some machine learning algorithms and data sets to achieve the NLP tasks. FNLP is distributed under LGPL3.0.

<dependency>
    <groupId>org.fnlp</groupId>
    <artifactId>fnlp-core</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fnlp : fnlp-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of org.fnlp : fnlp-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
fnlp-core-2.1
2.0
fnlp-core-2.0

How to add a dependency to Maven

Add the following org.fnlp : fnlp-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fnlp</groupId>
    <artifactId>fnlp-core</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fnlp : fnlp-core gradle dependency to your build.gradle file:

implementation 'org.fnlp:fnlp-core:2.1'

Gradle Kotlin DSL: Add the following org.fnlp : fnlp-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fnlp:fnlp-core:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fnlp : fnlp-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fnlp" % "fnlp-core" % "2.1"

Advertisement