title: 标记集 tags: grammar_cjkRuby: true --- LTP分词标注集 标记 含义 举例 B 词首 __中__国 I 词中 哈__工__大 E 词尾 科__学__ S 单字成词 的 LTP词性标注集 LTP 使用的是863词性标注集,其各个词性含义如下表. Tag Description Example Tag Description Example a adjective 美丽 ni organization name 保险公司 b other noun-mod
1. 命名实体识别功能测试 @Test public void testNer(){ if (NER.create("ltp_data/ner.model")<0) { System.err.println("load failed"); return; } List<String> words = new ArrayList<String>(); List<String> tags = new ArrayList<S