MVN

tw.cheyingwu : CKIPClient

Maven & Gradle

Feb 06, 2013
3 stars

CKIPClient · The CKIP (Chinese Knowledge and Information Processing) is a online service for separate Chinese sentence. The service maintain by [CKIP group](http://godel.iis.sinica.edu.tw/CKIP/) in [Sinica](http://www.sinica.edu.tw). CKIPClient-Java is a client library that simplify the procedure of TCP scoket communication between client and CKIP server. Developer can use CKIPClient-Java to access CKIP service more easily. The CKIPClient-Java licensed under Apache License Version 2.0. CKIP 是中研院詞庫小組開發的中文斷詞系統,此系統採用線上服務模式,採用 TCP Scoket 傳送文本到 Server 進行斷詞,再接收斷詞結果。 此專案是將上述斷詞流程採用 Java 實作,提供使用者方便地使用 CKIP 服務。本人並非中研院成員或是詞庫小組相關人士,本人只是將之前撰寫的 Client 端程式碼公開,並嘗試以不同的程式語言實做。所有中文斷詞相關技術及問題請洽中研院詞庫小組。 CKIPClient-Java 採用 Apache License Version 2.0 釋出

<dependency>
    <groupId>tw.cheyingwu</groupId>
    <artifactId>CKIPClient</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tw.cheyingwu : CKIPClient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3

All Versions

Choose a version of tw.cheyingwu : CKIPClient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
CKIPClient-0.4.3

How to add a dependency to Maven

Add the following tw.cheyingwu : CKIPClient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tw.cheyingwu</groupId>
    <artifactId>CKIPClient</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tw.cheyingwu : CKIPClient gradle dependency to your build.gradle file:

implementation 'tw.cheyingwu:CKIPClient:0.4.3'

Gradle Kotlin DSL: Add the following tw.cheyingwu : CKIPClient gradle kotlin dependency to your build.gradle.kts file:

implementation("tw.cheyingwu:CKIPClient:0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following tw.cheyingwu : CKIPClient sbt scala dependency to your build.sbt file:

libraryDependencies += "tw.cheyingwu" % "CKIPClient" % "0.4.3"

Advertisement