is not current version
Last Version 0.0.4

com.github.houbb:synonyms 0.0.2

同义词库,提供完整的 api 接口。 提供文本内容的同义词替换,二次创作。 (1)同义词替换 (2)双重否定代表肯定 (3)深度重构,比如句子顺序的颠倒,打乱。

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

synonyms
Version

Version

0.0.2
Type

Type

jar

Download synonyms 0.0.2


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