MVN

com.github.houbb : synonyms

Maven & Gradle

Mar 21, 2020

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

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>synonyms</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.houbb : synonyms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.github.houbb : synonyms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
synonyms-0.0.4
synonyms-0.0.3
synonyms-0.0.2
synonyms-0.0.1

How to add a dependency to Maven

Add the following com.github.houbb : synonyms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>synonyms</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.houbb : synonyms gradle dependency to your build.gradle file:

implementation 'com.github.houbb:synonyms:0.0.4'

Gradle Kotlin DSL: Add the following com.github.houbb : synonyms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.houbb:synonyms:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.houbb : synonyms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.houbb" % "synonyms" % "0.0.4"

Advertisement