jar

com.github.houbb : nlp-hanzi-similar

Maven & Gradle

Mar 28, 2023
198 stars

nlp-hanzi-similar · The nlp hanzi simiar tool.

Table Of Contents

Latest Version

Download com.github.houbb : nlp-hanzi-similar JAR file - Latest Versions:

All Versions

Download com.github.houbb : nlp-hanzi-similar JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.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 nlp-hanzi-similar-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.nlp.hanzi.similar.bs

├─ com.github.houbb.nlp.hanzi.similar.bs.HanziSimilarBs.class - [JAR]

com.github.houbb.nlp.hanzi.similar.support.data

├─ com.github.houbb.nlp.hanzi.similar.support.data.BihuashuData.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.data.BushouData.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.data.HanziSimilarDatas.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.data.JiegouData.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.data.SijiaoData.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.data.UserDefineData.class - [JAR]

com.github.houbb.nlp.hanzi.similar.constant

├─ com.github.houbb.nlp.hanzi.similar.constant.HanziSimilarDataConst.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.constant.HanziSimilarRateConst.class - [JAR]

com.github.houbb.nlp.hanzi.similar.api

├─ com.github.houbb.nlp.hanzi.similar.api.IHanziData.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.api.IHanziSimilar.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.api.IHanziSimilarContext.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.api.IHanziSimilarListData.class - [JAR]

com.github.houbb.nlp.hanzi.similar.support.similar

├─ com.github.houbb.nlp.hanzi.similar.support.similar.BihuashuSimilar.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.similar.BushouSimilar.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.similar.ChaiziSimilar.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.similar.HanziSimilarContext.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.similar.HanziSimilars.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.similar.JiegouSimilar.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.similar.PinyinSimilar.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.support.similar.SijiaoSimilar.class - [JAR]

com.github.houbb.nlp.hanzi.similar.core

├─ com.github.houbb.nlp.hanzi.similar.core.HanziSimilar.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.core.HanziSimilarListData.class - [JAR]

├─ com.github.houbb.nlp.hanzi.similar.core.HanziSimilarListDatas.class - [JAR]

com.github.houbb.nlp.hanzi.similar.util

├─ com.github.houbb.nlp.hanzi.similar.util.HanziSimilarHelper.class - [JAR]

com.github.houbb.nlp.hanzi.similar.exception

├─ com.github.houbb.nlp.hanzi.similar.exception.HanziSimilarException.class - [JAR]

Advertisement