h

hanlp-solr-plugin

A Lucene tokenizer plugin for both Simplified Chinese and Traditional Chinese, featured with Chinese Word Segmentation, custom dictionary etc.
https://github.com/hankcs/hanlp-lucene-plugin
Apache License Version 2.0
码农场
hankcs
Files download
File Operation
hanlp-solr-plugin-1.1.2.jar download
hanlp-solr-plugin-1.1.2.pom download
hanlp-solr-plugin-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hankcs.nlp</groupId>
  <artifactId>hanlp-solr-plugin</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.hankcs.nlp:hanlp-solr-plugin:1.1.2'
Gradle Kotlin
implementation("com.hankcs.nlp:hanlp-solr-plugin:1.1.2")
Scala SBT
libraryDependencies += "com.hankcs.nlp" % "hanlp-solr-plugin" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.hankcs.nlp', module='hanlp-solr-plugin', version='1.1.2')
)
Apache Ivy
<dependency org="com.hankcs.nlp" name="hanlp-solr-plugin" rev="1.1.2" />
Leiningen
[com.hankcs.nlp/hanlp-solr-plugin "1.1.2"]
Apache Buildr
'com.hankcs.nlp:hanlp-solr-plugin:jar:1.1.2'