MVN

org.apdplat : word

Maven & Gradle

Oct 06, 2015
13 usages
1.6k stars

word · word分词是一个Java实现的中文分词组件,提供了多种基于词典的分词算法,并利用ngram模型来消除歧义。 能准确识别英文、数字,以及日期、时间等数量词,能识别人名、地名、组织机构名等未登录词。 同时提供了Lucene、Solr、ElasticSearch插件。

<dependency>
    <groupId>org.apdplat</groupId>
    <artifactId>word</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apdplat : word to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.apdplat : word to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
word-1.3.1
1.3
word-1.3
1.2
word-1.2
1.1
word-1.1
1.0
word-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apdplat</groupId>
    <artifactId>word</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apdplat : word gradle dependency to your build.gradle file:

implementation 'org.apdplat:word:1.3.1'

Gradle Kotlin DSL: Add the following org.apdplat : word gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apdplat:word:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apdplat : word sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apdplat" % "word" % "1.3.1"

Advertisement

Dependencies from Group

Oct 06, 2015
13 usages
1.6k stars
Sep 26, 2015
Nov 25, 2015
Apr 15, 2015
157 stars

Discover Dependencies

Aug 19, 2023
81 usages
126 stars
Sep 24, 2015
3 usages
598 stars
Mar 12, 2021
133 stars
Aug 28, 2015
5 usages
78 stars
Sep 06, 2015
1 usages
78 stars
Jun 13, 2023
2 usages
52 stars
Dec 17, 2021
4 usages
41.7k stars