is not current version
Last Version 1.1.7

com.hankcs.nlp:hanlp-lucene-plugin 1.1.6

A Lucene tokenizer plugin for both Simplified Chinese and Traditional Chinese, featured with Chinese Word Segmentation, custom dictionary etc.

GroupId

GroupId

com.hankcs.nlp
ArtifactId

ArtifactId

hanlp-lucene-plugin
Version

Version

1.1.6
Type

Type

jar

Download hanlp-lucene-plugin 1.1.6


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