com.hankcs.hanlp.corpus.dependency.CoNll
类 PosTagCompiler
java.lang.Object
com.hankcs.hanlp.corpus.dependency.CoNll.PosTagCompiler
public class PosTagCompiler
- extends Object
等效词编译器
- 作者:
- hankcs
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PosTagCompiler
public PosTagCompiler()
compile
public static String compile(String tag,
String name)
- 编译,比如将词性为数词的转为##数##
- 参数:
tag - 标签name - 原词
- 返回:
- 编译后的等效词
Copyright © 2014–2015 码农场. All rights reserved.