jar

com.github.houbb : synonyms

Maven & Gradle

Mar 21, 2020

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

Table Of Contents

Latest Version

Download com.github.houbb : synonyms JAR file - Latest Versions:

All Versions

Download com.github.houbb : synonyms JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window synonyms-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.synonyms.support.strategy.more.impl

├─ com.github.houbb.synonyms.support.strategy.more.impl.SynonymsStrategyMoreRepeat.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.more.impl.SynonymsStrategyMoreSpecified.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.more.impl.SynonymsStrategyMores.class - [JAR]

com.github.houbb.synonyms.support.strategy.replace

├─ com.github.houbb.synonyms.support.strategy.replace.ISynonymsStrategyReplace.class - [JAR]

com.github.houbb.synonyms.support.strategy.swap.impl

├─ com.github.houbb.synonyms.support.strategy.swap.impl.SynonymsStrategySwapRandom.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.swap.impl.SynonymsStrategySwapReverse.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.swap.impl.SynonymsStrategySwaps.class - [JAR]

com.github.houbb.synonyms.api.impl

├─ com.github.houbb.synonyms.api.impl.Synonyms.class - [JAR]

├─ com.github.houbb.synonyms.api.impl.SynonymsContext.class - [JAR]

├─ com.github.houbb.synonyms.api.impl.SynonymsResult.class - [JAR]

com.github.houbb.synonyms.support.strategy.more

├─ com.github.houbb.synonyms.support.strategy.more.ISynonymsStrategyMore.class - [JAR]

com.github.houbb.synonyms.bs

├─ com.github.houbb.synonyms.bs.SynonymsBs.class - [JAR]

com.github.houbb.synonyms.support.strategy.api

├─ com.github.houbb.synonyms.support.strategy.api.ISynonymsStrategy.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.api.ISynonymsStrategyContext.class - [JAR]

com.github.houbb.synonyms.support.strategy.replace.impl

├─ com.github.houbb.synonyms.support.strategy.replace.impl.AbstractSynonymsStrategyReplace.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.replace.impl.SynonymsStrategyReplaceChineseTraditional.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.replace.impl.SynonymsStrategyReplaceFullWidth.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.replace.impl.SynonymsStrategyReplaceLikely.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.replace.impl.SynonymsStrategyReplacePinyin.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.replace.impl.SynonymsStrategyReplaceSimilarChar.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.replace.impl.SynonymsStrategyReplaces.class - [JAR]

com.github.houbb.synonyms.support.handler.impl

├─ com.github.houbb.synonyms.support.handler.impl.SynonymsHandler.class - [JAR]

├─ com.github.houbb.synonyms.support.handler.impl.SynonymsHandlerText.class - [JAR]

├─ com.github.houbb.synonyms.support.handler.impl.SynonymsHandlers.class - [JAR]

com.github.houbb.synonyms.support.handler

├─ com.github.houbb.synonyms.support.handler.ISynonymsHandler.class - [JAR]

com.github.houbb.synonyms.support.segment

├─ com.github.houbb.synonyms.support.segment.ISynonymsSegment.class - [JAR]

com.github.houbb.synonyms.model

├─ com.github.houbb.synonyms.model.ISynonymsInfo.class - [JAR]

├─ com.github.houbb.synonyms.model.SynonymsInfo.class - [JAR]

com.github.houbb.synonyms.support.strategy.api.impl

├─ com.github.houbb.synonyms.support.strategy.api.impl.AbstractSynonymsStrategy.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.api.impl.SynonymsStrategies.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.api.impl.SynonymsStrategyContext.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.api.impl.SynonymsStrategyNone.class - [JAR]

com.github.houbb.synonyms.api

├─ com.github.houbb.synonyms.api.ISynonyms.class - [JAR]

├─ com.github.houbb.synonyms.api.ISynonymsContext.class - [JAR]

├─ com.github.houbb.synonyms.api.ISynonymsResult.class - [JAR]

com.github.houbb.synonyms.support.segment.impl

├─ com.github.houbb.synonyms.support.segment.impl.SynonymsSegment.class - [JAR]

com.github.houbb.synonyms.support.sentence.impl

├─ com.github.houbb.synonyms.support.sentence.impl.SynonymsSentence.class - [JAR]

com.github.houbb.synonyms.util

├─ com.github.houbb.synonyms.util.InnerRandomHelper.class - [JAR]

├─ com.github.houbb.synonyms.util.SynonymsHelper.class - [JAR]

com.github.houbb.synonyms.support.condition

├─ com.github.houbb.synonyms.support.condition.ISynonymsCondition.class - [JAR]

com.github.houbb.synonyms.support.strategy.swap

├─ com.github.houbb.synonyms.support.strategy.swap.ISynonymsStrategySwap.class - [JAR]

com.github.houbb.synonyms.constant

├─ com.github.houbb.synonyms.constant.SynonymsConst.class - [JAR]

com.github.houbb.synonyms.support.strategy.loss

├─ com.github.houbb.synonyms.support.strategy.loss.ISynonymsStrategyLoss.class - [JAR]

com.github.houbb.synonyms.support.strategy.loss.impl

├─ com.github.houbb.synonyms.support.strategy.loss.impl.SynonymsStrategyLossRandom.class - [JAR]

├─ com.github.houbb.synonyms.support.strategy.loss.impl.SynonymsStrategyLosses.class - [JAR]

com.github.houbb.synonyms.support.sentence

├─ com.github.houbb.synonyms.support.sentence.ISynonymsSentence.class - [JAR]

com.github.houbb.synonyms.support.condition.impl

├─ com.github.houbb.synonyms.support.condition.impl.SynonymsConditionAlwaysFalse.class - [JAR]

├─ com.github.houbb.synonyms.support.condition.impl.SynonymsConditionAlwaysTrue.class - [JAR]

├─ com.github.houbb.synonyms.support.condition.impl.SynonymsConditionPercent.class - [JAR]

├─ com.github.houbb.synonyms.support.condition.impl.SynonymsConditions.class - [JAR]

Advertisement