jar

com.github.houbb : segment

Maven & Gradle

Mar 23, 2023
14 usages
123 stars

segment · The segment tool for java.

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x
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 segment-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.segment.support.segment.mode.impl.precise

├─ com.github.houbb.segment.support.segment.mode.impl.precise.AbstractPreciseSegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.precise.DictSegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.precise.HmmSegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.precise.SearchSegmentMode.class - [JAR]

com.github.houbb.segment.support.segment.result

├─ com.github.houbb.segment.support.segment.result.ISegmentResultHandler.class - [JAR]

com.github.houbb.segment.support.segment.mode.impl

├─ com.github.houbb.segment.support.segment.mode.impl.AbstractSegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.AllSegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.GreedyFrequencySegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.GreedyLengthSegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.IndexSegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.SegmentModes.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.impl.SingleSegmentMode.class - [JAR]

com.github.houbb.segment.support.tagging.pos.tag

├─ com.github.houbb.segment.support.tagging.pos.tag.ISegmentPosTagging.class - [JAR]

com.github.houbb.segment.support.segment.strategy.impl

├─ com.github.houbb.segment.support.segment.strategy.impl.AbstractSegmentStrategy.class - [JAR]

├─ com.github.houbb.segment.support.segment.strategy.impl.SegmentStrategies.class - [JAR]

├─ com.github.houbb.segment.support.segment.strategy.impl.SimpleSegmentStrategy.class - [JAR]

├─ com.github.houbb.segment.support.segment.strategy.impl.TireTreeSegmentStrategy.class - [JAR]

com.github.houbb.segment.support.segment.mode

├─ com.github.houbb.segment.support.segment.mode.ISegmentMode.class - [JAR]

├─ com.github.houbb.segment.support.segment.mode.SegmentModeContext.class - [JAR]

com.github.houbb.segment.support.segment.strategy.impl.hmm

├─ com.github.houbb.segment.support.segment.strategy.impl.hmm.HmmSegmentStrategy.class - [JAR]

com.github.houbb.segment.exception

├─ com.github.houbb.segment.exception.SegmentException.class - [JAR]

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

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

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

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

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

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

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

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

com.github.houbb.segment.bs

├─ com.github.houbb.segment.bs.ISegmentBs.class - [JAR]

├─ com.github.houbb.segment.bs.SegmentBs.class - [JAR]

com.github.houbb.segment.constant.enums

├─ com.github.houbb.segment.constant.enums.HmmStateEnum.class - [JAR]

├─ com.github.houbb.segment.constant.enums.SegmentPosEnum.class - [JAR]

com.github.houbb.segment.support.format

├─ com.github.houbb.segment.support.format.ISegmentFormat.class - [JAR]

com.github.houbb.segment.support.format.impl

├─ com.github.houbb.segment.support.format.impl.AbstractSegmentFormat.class - [JAR]

├─ com.github.houbb.segment.support.format.impl.AbstractSegmentFormatInit.class - [JAR]

├─ com.github.houbb.segment.support.format.impl.ChineseTsSegmentFormat.class - [JAR]

├─ com.github.houbb.segment.support.format.impl.HalfWidthSegmentFormat.class - [JAR]

├─ com.github.houbb.segment.support.format.impl.LowerCaseSegmentFormat.class - [JAR]

├─ com.github.houbb.segment.support.format.impl.NoneSegmentFormat.class - [JAR]

├─ com.github.houbb.segment.support.format.impl.SegmentFormats.class - [JAR]

com.github.houbb.segment.support.segment.strategy

├─ com.github.houbb.segment.support.segment.strategy.ISegmentStrategy.class - [JAR]

com.github.houbb.segment.support.tagging.pos.tag.impl

├─ com.github.houbb.segment.support.tagging.pos.tag.impl.AbstractSegmentPosTagging.class - [JAR]

├─ com.github.houbb.segment.support.tagging.pos.tag.impl.NoneSegmentPosTagging.class - [JAR]

├─ com.github.houbb.segment.support.tagging.pos.tag.impl.SegmentPosTaggings.class - [JAR]

├─ com.github.houbb.segment.support.tagging.pos.tag.impl.SimpleSegmentPosTagging.class - [JAR]

com.github.houbb.segment.api

├─ com.github.houbb.segment.api.ISegment.class - [JAR]

├─ com.github.houbb.segment.api.ISegmentContext.class - [JAR]

├─ com.github.houbb.segment.api.ISegmentResult.class - [JAR]

com.github.houbb.segment.support.segment.result.impl

├─ com.github.houbb.segment.support.segment.result.impl.SegmentResultHandler.class - [JAR]

├─ com.github.houbb.segment.support.segment.result.impl.SegmentResultHandlerWord.class - [JAR]

├─ com.github.houbb.segment.support.segment.result.impl.SegmentResultHandlerWordCount.class - [JAR]

├─ com.github.houbb.segment.support.segment.result.impl.SegmentResultHandlers.class - [JAR]

com.github.houbb.segment.support.trie

├─ com.github.houbb.segment.support.trie.ISegmentTrieTree.class - [JAR]

com.github.houbb.segment.support.trie.impl

├─ com.github.houbb.segment.support.trie.impl.AbstractSegmentTrieTree.class - [JAR]

├─ com.github.houbb.segment.support.trie.impl.SegmentTrieTree.class - [JAR]

├─ com.github.houbb.segment.support.trie.impl.SegmentTrieTrees.class - [JAR]

com.github.houbb.segment.constant

├─ com.github.houbb.segment.constant.SegmentConst.class - [JAR]

├─ com.github.houbb.segment.constant.SegmentPosTaggingConst.class - [JAR]

com.github.houbb.segment.support.viterbi

├─ com.github.houbb.segment.support.viterbi.IViterbi.class - [JAR]

├─ com.github.houbb.segment.support.viterbi.Viterbi.class - [JAR]

├─ com.github.houbb.segment.support.viterbi.Viterbis.class - [JAR]

com.github.houbb.segment.util

├─ com.github.houbb.segment.util.CharUtils.class - [JAR]

├─ com.github.houbb.segment.util.SegmentHelper.class - [JAR]

Advertisement

Dependencies from Group

Aug 03, 2023
235 usages
33 stars
May 06, 2020
75 usages
Aug 04, 2020
49 usages
Aug 04, 2020
26 usages
Jul 03, 2022
20 usages

Discover Dependencies

Mar 16, 2020
13 usages
213 stars
Mar 29, 2017
8 usages
60 stars
Jan 25, 2019
35 usages
351 stars
Sep 02, 2019
22 usages
0 stars
May 18, 2012
21 usages
Jan 20, 2016
6 usages
May 14, 2020
8 usages
233 stars
Nov 18, 2019
14 usages
0 stars
Dec 11, 2014
5 usages
47 stars