Skip to content

Commit

Permalink
人名词典微调
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed May 20, 2015
1 parent 4c1dbcf commit 8ca2fbe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion data/dictionary/person/nr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22181,4 +22181,5 @@ ypy L 1
阿两国 A 1
那就 A 1
文艺 Z 1
景山 Z 1
景山 Z 1
计划 Z 1
1 change: 1 addition & 0 deletions src/test/java/com/hankcs/demo/DemoCRFSegment.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public static void main(String[] args)
"财政部副部长王保安调任国家统计局党组书记",
"2.34米男子娶1.53米女粉丝 称夫妻生活没问题",
"你看过穆赫兰道吗",
"国办发布网络提速降费十四条指导意见 鼓励流量不清零",
"乐视超级手机能否承载贾布斯的生态梦"
};
for (String sentence : sentenceArray)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static void main(String[] args)
"签约仪式前,秦光荣、李纪恒、仇和等一同会见了参加签约的企业家。",
"区长庄木弟新年致辞",
"朱立伦:两岸都希望共创双赢 习朱历史会晤在即",
"陕西首富吴一坚被带走 与令计划妻子有交集",
"据美国之音电台网站4月28日报道,8岁的凯瑟琳·克罗尔(凤甫娟)和很多华裔美国小朋友一样,小小年纪就开始学小提琴了。她的妈妈是位虎妈么?",
"凯瑟琳和露西(庐瑞媛),跟她们的哥哥们有一些不同。",
"王国强、高峰、汪洋、张朝阳光着头、韩寒、小四",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static void main(String[] args)
"壹佰块都不给我",
"9012345678只蚂蚁",
"牛奶三〇〇克*2",
"ChinaJoy“扫黄”细则露胸超2厘米罚款",
};
for (String sentence : testCase)
{
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/com/hankcs/test/seg/TestSegment.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ public void testSeg() throws Exception

public void testViterbi() throws Exception
{
HanLP.Config.enableDebug(true);
// HanLP.Config.enableDebug(true);
HanLP.Config.ShowTermNature = false;
Segment segment = new DijkstraSegment();
System.out.println(segment.seg(
"十四"
"陕西首富吴一坚被带走 与令计划妻子有交集"
));
}

Expand Down

0 comments on commit 8ca2fbe

Please sign in to comment.