jar

io.github.kylin-hunter : k-dic-core

Maven & Gradle

Jun 30, 2023
1 stars

k-dic · k-dic

Table Of Contents

Latest Version

Download io.github.kylin-hunter : k-dic-core JAR file - Latest Versions:

All Versions

Download io.github.kylin-hunter : k-dic-core JAR file - All Versions:

Version Vulnerabilities Size Updated
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 k-dic-core-1.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.kylinhunter.tools.dic.core.dictionary.constant

├─ io.github.kylinhunter.tools.dic.core.dictionary.constant.DicConst.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.dictionary.constant.FindLevel.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.dictionary.constant.HitMode.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.dictionary.constant.MatchLevel.class - [JAR]

io.github.kylinhunter.tools.dic.core.dictionary.helper

├─ io.github.kylinhunter.tools.dic.core.dictionary.helper.DictionarySkipper.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.dictionary.helper.WordNodeConvertor.class - [JAR]

io.github.kylinhunter.tools.dic.core.dictionary

├─ io.github.kylinhunter.tools.dic.core.dictionary.Dictionary.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.dictionary.DictionaryGroup.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.dictionary.WordNodeAware.class - [JAR]

io.github.kylinhunter.tools.dic.core.match.helper

├─ io.github.kylinhunter.tools.dic.core.match.helper.DictionaryMatchHelper.class - [JAR]

io.github.kylinhunter.tools.dic.core.match

├─ io.github.kylinhunter.tools.dic.core.match.DictionaryMatcher.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.match.MatchType.class - [JAR]

io.github.kylinhunter.tools.dic.core.match.bean

├─ io.github.kylinhunter.tools.dic.core.match.bean.MatchFrag.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.match.bean.MatchResult.class - [JAR]

io.github.kylinhunter.tools.dic.core.trie

├─ io.github.kylinhunter.tools.dic.core.trie.TireConst.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.trie.Trie.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.trie.TrieHelper.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.trie.TrieNode.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.trie.TrieStat.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.trie.TrieStatHelper.class - [JAR]

io.github.kylinhunter.tools.dic.core.match.imp

├─ io.github.kylinhunter.tools.dic.core.match.imp.AbstractDictionaryMatcher.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.match.imp.FullDictionaryMatcher.class - [JAR]

├─ io.github.kylinhunter.tools.dic.core.match.imp.PrefixDictionaryMatcher.class - [JAR]

io.github.kylinhunter.tools.dic.core.dictionary.bean

├─ io.github.kylinhunter.tools.dic.core.dictionary.bean.WordNode.class - [JAR]

Advertisement