|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.hankcs.hanlp.corpus.util.Precompiler
public class Precompiler
预编译与反编译一些词语
| 构造方法摘要 | |
|---|---|
Precompiler()
|
|
| 方法摘要 | |
|---|---|
static Word |
compile(IWord word)
|
static Word |
compile(Word word)
将一个单词编译为等效字串 |
static void |
compileWithoutNS(List<IWord> wordList)
在忽略ns的前提下预编译 |
static void |
compileWithoutNT(List<IWord> wordList)
在忽略ns的前提下预编译 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Precompiler()
| 方法详细信息 |
|---|
public static Word compile(Word word)
word -
public static Word compile(IWord word)
public static void compileWithoutNS(List<IWord> wordList)
wordList - public static void compileWithoutNT(List<IWord> wordList)
wordList -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||