License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdkeyword |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkeyword
The keyword tool for java.(java nlp 分词关键词提取工具。)
|
Filename | Size |
---|---|
keyword-0.0.7.pom | |
keyword-0.0.7.jar | 2 MB |
keyword-0.0.7-sources.jar | 2 MB |
keyword-0.0.7-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/keyword/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>keyword</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/keyword/
implementation 'com.github.houbb:keyword:0.0.7'
// https://jarcasting.com/artifacts/com.github.houbb/keyword/
implementation ("com.github.houbb:keyword:0.0.7")
'com.github.houbb:keyword:jar:0.0.7'
<dependency org="com.github.houbb" name="keyword" rev="0.0.7">
<artifact name="keyword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='keyword', version='0.0.7')
)
libraryDependencies += "com.github.houbb" % "keyword" % "0.0.7"
[com.github.houbb/keyword "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : heaven | jar | 0.1.99 |
com.github.houbb : segment | jar | 0.1.5 |
com.github.houbb : stopword | jar | 0.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.12 |