DOC

com.github.houbb : synonyms

Maven & Gradle

Mar 21, 2020

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

Table Of Contents

Latest Version

Download com.github.houbb : synonyms Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.houbb : synonyms Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file synonyms-0.0.4-javadoc.jar to synonyms-0.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder synonyms-0.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "synonyms-0.0.4-sources.jar" -d "synonyms-0.0.4-javadoc" -subpackages 

Advertisement