跳过导航链接
A C D E F G H O P S T Z 

A

AppConstant - com.github.houbb.opencc4j.constant中的类
1.
AppConstant.SimpleToTraditional - com.github.houbb.opencc4j.constant中的类
simple to traditional
AppConstant.TraditionalToSimple - com.github.houbb.opencc4j.constant中的类
traditional to simple

C

CHAR_PATH - 类 中的静态变量com.github.houbb.opencc4j.constant.AppConstant.SimpleToTraditional
单词
CHAR_PATH - 类 中的静态变量com.github.houbb.opencc4j.constant.AppConstant.TraditionalToSimple
单词
CharSegment - com.github.houbb.opencc4j.core.impl中的类
简单的转化为 char 列表 Created: 2018/6/22 下午2:43 Project: opencc4j
CharSegment() - 类 的构造器com.github.houbb.opencc4j.core.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.util - 程序包 com.github.houbb.opencc4j.util
 
convert(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ToSimpleZhConvert
 
convert(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.ToTraditonZhConvert
 
convert(String) - 接口 中的方法com.github.houbb.opencc4j.core.ZhConvert
对中文进行转化
convertToSimple(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
转换为简体 1.
convertToSimple(String, boolean) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
转换为简体
convertToTraditional(String) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
转换为繁体 1.
convertToTraditional(String, boolean) - 类 中的静态方法com.github.houbb.opencc4j.util.ZhConverterUtil
转换为繁体

D

DataFileUtil - com.github.houbb.opencc4j.util中的类
2018/2/11 数据文件工具类 1.
DEFAULT_CHARSET - 类 中的静态变量com.github.houbb.opencc4j.constant.AppConstant
默认编码

E

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

F

FenciUtil - com.github.houbb.opencc4j.util中的类
使用 ThreadLocal 保证数据的准确性,同时兼顾性能 Created: 2018/6/22 下午1:41 Project: opencc4j

G

getS2TResult(String) - 类 中的静态方法com.github.houbb.opencc4j.util.DataFileUtil
获取简体=》繁体的转换结果
getT2SResult(String) - 类 中的静态方法com.github.houbb.opencc4j.util.DataFileUtil
获取繁体=》简体的转换结果

H

huaban(String) - 类 中的静态方法com.github.houbb.opencc4j.util.FenciUtil
花瓣分词
HuabanSegment - com.github.houbb.opencc4j.core.impl中的类
花瓣分词 Created: 2018/6/22 下午2:43 Project: opencc4j
HuabanSegment() - 类 的构造器com.github.houbb.opencc4j.core.impl.HuabanSegment
 

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

P

PHRASE_PATH - 类 中的静态变量com.github.houbb.opencc4j.constant.AppConstant.SimpleToTraditional
短语
PHRASE_PATH - 类 中的静态变量com.github.houbb.opencc4j.constant.AppConstant.TraditionalToSimple
短语

S

seg(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.CharSegment
 
seg(String) - 类 中的方法com.github.houbb.opencc4j.core.impl.HuabanSegment
 
seg(String) - 接口 中的方法com.github.houbb.opencc4j.core.Segment
分词
Segment - com.github.houbb.opencc4j.core中的接口
Created: 2018/6/22 下午2:41 Project: opencc4j

T

ToSimpleZhConvert - com.github.houbb.opencc4j.core.impl中的类
转换为简写 Created: 2018/6/22 下午2:47 Project: opencc4j
ToSimpleZhConvert() - 类 的构造器com.github.houbb.opencc4j.core.impl.ToSimpleZhConvert
 
ToTraditonZhConvert - com.github.houbb.opencc4j.core.impl中的类
转换为繁写 Created: 2018/6/22 下午2:47 Project: opencc4j
ToTraditonZhConvert() - 类 的构造器com.github.houbb.opencc4j.core.impl.ToTraditonZhConvert
 

Z

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

Copyright © 2018. All rights reserved.