License |
License |
---|---|
GroupId | GroupIdcom.hankcs.nlp |
ArtifactId | ArtifactIdhanlp-lucene-plugin |
Last Version | Last Version1.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhanlp-solr-plugin
A Lucene tokenizer plugin for both Simplified Chinese and Traditional Chinese,
featured with Chinese Word Segmentation, custom dictionary etc.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
hanlp-lucene-plugin-1.1.7.pom | |
hanlp-lucene-plugin-1.1.7.jar | 16 KB |
hanlp-lucene-plugin-1.1.7-sources.jar | 9 KB |
hanlp-lucene-plugin-1.1.7-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/ -->
<dependency>
<groupId>com.hankcs.nlp</groupId>
<artifactId>hanlp-lucene-plugin</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/
implementation 'com.hankcs.nlp:hanlp-lucene-plugin:1.1.7'
// https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/
implementation ("com.hankcs.nlp:hanlp-lucene-plugin:1.1.7")
'com.hankcs.nlp:hanlp-lucene-plugin:jar:1.1.7'
<dependency org="com.hankcs.nlp" name="hanlp-lucene-plugin" rev="1.1.7">
<artifact name="hanlp-lucene-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs.nlp', module='hanlp-lucene-plugin', version='1.1.7')
)
libraryDependencies += "com.hankcs.nlp" % "hanlp-lucene-plugin" % "1.1.7"
[com.hankcs.nlp/hanlp-lucene-plugin "1.1.7"]
Group / Artifact | Type | Version |
---|---|---|
com.hankcs : hanlp | jar | portable-1.7.6 |
org.apache.lucene : lucene-core | jar | 7.2.0 |
org.apache.lucene : lucene-queryparser | jar | 7.2.0 |
org.apache.lucene : lucene-analyzers-common | jar | 7.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.apache.lucene : lucene-highlighter | jar | 7.2.0 |