is not current version
Last Version 0.0.7

com.github.houbb:keyword 0.0.3

The keyword tool for java.(java nlp 分词关键词提取工具。)

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

keyword
Version

Version

0.0.3
Type

Type

jar

Download keyword 0.0.3


<!-- https://jarcasting.com/artifacts/com.github.houbb/keyword/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>keyword</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/keyword/
implementation 'com.github.houbb:keyword:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/keyword/
implementation ("com.github.houbb:keyword:0.0.3")
'com.github.houbb:keyword:jar:0.0.3'
<dependency org="com.github.houbb" name="keyword" rev="0.0.3">
  <artifact name="keyword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='keyword', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "keyword" % "0.0.3"
[com.github.houbb/keyword "0.0.3"]