Registry / utility / hanlp
libraryportable-1.8.5javamavenunverified

HanLP is a multilingual natural language processing toolkit for Chinese text segmentation, part-of-speech tagging, named entity recognition, and dependency parsing.

<dependency> <groupId>com.hankcs</groupId> <artifactId>hanlp</artifactId> <version>portable-1.8.5</version> </dependency>
INSTALL
IMPORT
SIG · HANLP
H
hanlp
utilityjavavportable-1.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HanLP
com.hankcs.hanlp.HanLP

Segment a Chinese sentence using HanLP.

import com.hankcs.hanlp.HanLP; public class Example { public static void main(String[] args) { System.out.println(HanLP.segment("你好,世界!")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
portable-1.8.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hanlp — mvn dependency:get hanlp · libregistry