| License |
License |
|---|---|
| GroupId | GroupIdcom.hankcs |
| ArtifactId | ArtifactIdhanlp |
| Last Version | Last Versionportable-1.8.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHanLP
汉语言处理包
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hanlp-portable-1.8.3.pom | |
| hanlp-portable-1.8.3.jar | 7 MB |
| hanlp-portable-1.8.3-sources.jar | 7 MB |
| hanlp-portable-1.8.3-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hankcs/hanlp/ -->
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs/hanlp/
implementation 'com.hankcs:hanlp:portable-1.8.3'
// https://jarcasting.com/artifacts/com.hankcs/hanlp/
implementation ("com.hankcs:hanlp:portable-1.8.3")
'com.hankcs:hanlp:jar:portable-1.8.3'
<dependency org="com.hankcs" name="hanlp" rev="portable-1.8.3">
<artifact name="hanlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs', module='hanlp', version='portable-1.8.3')
)
libraryDependencies += "com.hankcs" % "hanlp" % "portable-1.8.3"
[com.hankcs/hanlp "portable-1.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |