跳过导航链接
A C D E G H I N O S T U Z 

A

AbstractSegment - com.github.houbb.opencc4j.support.segment.impl中的类
抽象分词实现
AbstractSegment() - 类 的构造器com.github.houbb.opencc4j.support.segment.impl.AbstractSegment
 
AppConstant - com.github.houbb.opencc4j.constant中的类
用于指定本项目中常用的常量

C

chars() - 类 中的静态方法com.github.houbb.opencc4j.support.segment.impl.Segments
直接拆分为单个字符
CharSegment - com.github.houbb.opencc4j.support.segment.impl中的类
简单的转化为 char 列表 Created: 2018/6/22 下午2:43 Project: opencc4j
CharSegment() - 类 的构造器com.github.houbb.opencc4j.support.segment.impl.CharSegment
 
com.github.houbb.opencc4j.constant - 程序包 com.github.houbb.opencc4j.constant
 
com.github.houbb.opencc4j.core - 程序包 com.github.houbb.opencc4j.core
 
com.github.houbb.opencc4j.core.impl - 程序包 com.github.houbb.opencc4j.core.impl
 
com.github.houbb.opencc4j.exception - 程序包 com.github.houbb.opencc4j.exception
 
com.github.houbb.opencc4j.model - 程序包 com.github.houbb.opencc4j.model
对象文件夹
com.github.houbb.opencc4j.model.data - 程序包 com.github.houbb.opencc4j.model.data
 
com.github.houbb.opencc4j.support - 程序包 com.github.houbb.opencc4j.support
支持相关类
com.github.houbb.opencc4j.support.convert - 程序包 com.github.houbb.opencc4j.support.convert
 
com.github.houbb.opencc4j.support.convert.context - 程序包 com.github.houbb.opencc4j.support.convert.context
 
com.github.houbb.opencc4j.support.convert.context.impl - 程序包 com.github.houbb.opencc4j.support.convert.context.impl
 
com.github.houbb.opencc4j.support.convert.core - 程序包 com.github.houbb.opencc4j.support.convert.core
 
com.github.houbb.opencc4j.support.convert.core.impl - 程序包 com.github.houbb.opencc4j.support.convert.core.impl
 
com.github.houbb.opencc4j.support.data - 程序包 com.github.houbb.opencc4j.support.data
中文数据接口
com.github.houbb.opencc4j.support.data.impl - 程序包 com.github.houbb.opencc4j.support.data.impl
 
com.github.houbb.opencc4j.support.segment - 程序包 com.github.houbb.opencc4j.support.segment
分词相关接口
com.github.houbb.opencc4j.support.segment.impl - 程序包 com.github.houbb.opencc4j.support.segment.impl
分词实现类
com.github.houbb.opencc4j.util - 程序包 com.github.houbb.opencc4j.util
工具类
convert(UnitConvertContext) - 类 中的方法com.github.houbb.opencc4j.support.convert.core.impl.DefaultUnitConvert
 
convert(UnitConvertContext) - 接口 中的方法com.github.houbb.opencc4j.support.convert.core.UnitConvert
中文单元转化类
convertToSimple(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
已过时。
convertToSimple(String, boolean) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
已过时。
convertToTraditional(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
已过时。
convertToTraditional(String, boolean) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
已过时。

D

Data - com.github.houbb.opencc4j.support.data中的接口
中文数据接口 1.
data() - 接口 中的方法com.github.houbb.opencc4j.support.data.Data
构建数据信息
data() - 类 中的方法com.github.houbb.opencc4j.support.data.impl.STCharData
 
data() - 类 中的方法com.github.houbb.opencc4j.support.data.impl.STPhraseData
 
data() - 类 中的方法com.github.houbb.opencc4j.support.data.impl.TSCharData
 
data() - 类 中的方法com.github.houbb.opencc4j.support.data.impl.TSPhraseData
 
DataInfo - com.github.houbb.opencc4j.model.data中的类
中文数据信息 1.
DataInfo() - 类 的构造器com.github.houbb.opencc4j.model.data.DataInfo
 
DEFAULT_CHARSET - 类 中的静态变量com.github.houbb.opencc4j.constant.AppConstant
默认编码
defaults() - 类 中的静态方法com.github.houbb.opencc4j.support.segment.impl.Segments
默认分词形式 1.
DefaultUnitConvert - com.github.houbb.opencc4j.support.convert.core.impl中的类
默认的中文单个词组/单词转换实现
DefaultUnitConvert() - 类 的构造器com.github.houbb.opencc4j.support.convert.core.impl.DefaultUnitConvert
 
DefaultUnitConvertContext - com.github.houbb.opencc4j.support.convert.context.impl中的类
默认中文单元转换上下文
DefaultUnitConvertContext() - 类 的构造器com.github.houbb.opencc4j.support.convert.context.impl.DefaultUnitConvertContext
 
doSeg(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
 
doSeg(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
获取分词后的字符串列表 (1)如果原始字符串为空,则返回空列表
doSeg(String) - 类 中的方法com.github.houbb.opencc4j.support.segment.impl.AbstractSegment
真正的分词实现
doSeg(String) - 类 中的方法com.github.houbb.opencc4j.support.segment.impl.CharSegment
 
doSeg(String) - 类 中的方法com.github.houbb.opencc4j.support.segment.impl.HuaBanSegment
 

E

EMPTY_RESULT - 类 中的静态变量com.github.houbb.opencc4j.constant.AppConstant
空白结果

G

getCharData() - 类 中的方法com.github.houbb.opencc4j.support.convert.context.impl.DefaultUnitConvertContext
 
getCharData() - 接口 中的方法com.github.houbb.opencc4j.support.convert.context.UnitConvertContext
获取字符数据
getDataMap() - 类 中的方法com.github.houbb.opencc4j.model.data.DataInfo
 
getName() - 类 中的方法com.github.houbb.opencc4j.model.data.DataInfo
 
getPhraseData() - 类 中的方法com.github.houbb.opencc4j.support.convert.context.impl.DefaultUnitConvertContext
 
getPhraseData() - 接口 中的方法com.github.houbb.opencc4j.support.convert.context.UnitConvertContext
获取词组数据
getUnit() - 类 中的方法com.github.houbb.opencc4j.support.convert.context.impl.DefaultUnitConvertContext
 
getUnit() - 接口 中的方法com.github.houbb.opencc4j.support.convert.context.UnitConvertContext
获取原始单元(词/词组)

H

HuaBanSegment - com.github.houbb.opencc4j.support.segment.impl中的类
花瓣分词 Created: 2018/6/22 下午2:43 Project: opencc4j
HuaBanSegment() - 类 的构造器com.github.houbb.opencc4j.support.segment.impl.HuaBanSegment
 

I

isSimple(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
 
isSimple(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
是否为简体 (1)原始字符串为空,直接返回 false (2)其他情况,则和 ZhConvert.isTraditional(String) 取反
isSimple(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
是否为简体
isTraditional(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
 
isTraditional(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
是否为繁体 1.
isTraditional(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
是否为繁体

N

newInstance() - 类 中的静态方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
每次获取全新的对象
newInstance(Segment) - 类 中的静态方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
已过时。

O

Opencc4jRuntimeException - com.github.houbb.opencc4j.exception中的异常错误
2018/2/11 运行时异常
Opencc4jRuntimeException() - 异常错误 的构造器com.github.houbb.opencc4j.exception.Opencc4jRuntimeException
opencc4j runtime exception
Opencc4jRuntimeException(String) - 异常错误 的构造器com.github.houbb.opencc4j.exception.Opencc4jRuntimeException
opencc4j runtime exception
Opencc4jRuntimeException(String, Throwable) - 异常错误 的构造器com.github.houbb.opencc4j.exception.Opencc4jRuntimeException
opencc4j runtime exception
Opencc4jRuntimeException(Throwable) - 异常错误 的构造器com.github.houbb.opencc4j.exception.Opencc4jRuntimeException
opencc4j runtime exception
Opencc4jRuntimeException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.houbb.opencc4j.exception.Opencc4jRuntimeException
opencc4j runtime exception

S

seg(String) - 类 中的方法com.github.houbb.opencc4j.support.segment.impl.AbstractSegment
 
seg(String) - 接口 中的方法com.github.houbb.opencc4j.support.segment.Segment
分词
segment(Segment) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
分词实现
Segment - com.github.houbb.opencc4j.support.segment中的接口
分词接口 Created: 2018/6/22 下午2:41 Project: opencc4j
Segments - com.github.houbb.opencc4j.support.segment.impl中的类
分词工具类
setCharData(Map<String, String>) - 类 中的方法com.github.houbb.opencc4j.support.convert.context.impl.DefaultUnitConvertContext
 
setDataMap(Map<String, String>) - 类 中的方法com.github.houbb.opencc4j.model.data.DataInfo
 
setName(String) - 类 中的方法com.github.houbb.opencc4j.model.data.DataInfo
 
setPhraseData(Map<String, String>) - 类 中的方法com.github.houbb.opencc4j.support.convert.context.impl.DefaultUnitConvertContext
 
setUnit(String) - 类 中的方法com.github.houbb.opencc4j.support.convert.context.impl.DefaultUnitConvertContext
 
simpleList(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
 
simpleList(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
返回简体字列表 说明:返回 ZhConvert.doSeg(String) 列表中符合 ZhConvert.isSimple(String) 的字符串列表
simpleList(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
简体字符列表
STCharData - com.github.houbb.opencc4j.support.data.impl中的类
简写=》繁写 字符
STCharData() - 类 的构造器com.github.houbb.opencc4j.support.data.impl.STCharData
 
STPhraseData - com.github.houbb.opencc4j.support.data.impl中的类
简写=》繁写 词组
STPhraseData() - 类 的构造器com.github.houbb.opencc4j.support.data.impl.STPhraseData
 

T

toSimple(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
 
toSimple(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
转换为简体
toSimple(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
转换为简体
toTraditional(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
 
toTraditional(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
转换为繁体
toTraditional(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
转换为简体
traditionalList(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ZhConvertBootstrap
 
traditionalList(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
返回繁体字列表 说明:返回 ZhConvert.doSeg(String) 列表中符合 ZhConvert.isTraditional(String) 的字符串列表
traditionalList(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
繁体字符列表
TSCharData - com.github.houbb.opencc4j.support.data.impl中的类
繁体=》简体 字符
TSCharData() - 类 的构造器com.github.houbb.opencc4j.support.data.impl.TSCharData
 
TSPhraseData - com.github.houbb.opencc4j.support.data.impl中的类
繁体=》简体 词组
TSPhraseData() - 类 的构造器com.github.houbb.opencc4j.support.data.impl.TSPhraseData
 

U

UnitConvert - com.github.houbb.opencc4j.support.convert.core中的接口
中文单个单词/词组转换接口 Created: 2018/6/22 下午2:42 Project: opencc4j
UnitConvertContext - com.github.houbb.opencc4j.support.convert.context中的接口
中文转换上下文接口

Z

ZhConvert - com.github.houbb.opencc4j.core中的接口
中文转换接口 Created: 2018/6/22 下午2:42 Project: opencc4j
ZhConvertBootstrap - com.github.houbb.opencc4j.core.impl中的类
中文转换器引导类 1.
ZhConverterUtil - com.github.houbb.opencc4j.util中的类
中文转换工具类 1.
A C D E G H I N O S T U Z 
跳过导航链接

Copyright © 2020. All rights reserved.