Skip to content

Commit ef80635

Browse files
author
yaoguangluo
committed
准备字数卷积长度分类小表处理,分词速度再翻一倍.
1 parent bb0a465 commit ef80635

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

wordSegment/org/tinos/ortho/fhmm/imp/postt.lyg

+4-4
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,7 @@ z/字母
26762676
人口氣/名詞
26772677
多發/動詞
26782678
黑龍江省/地名
2679-
於高/人名
2679+
於高端/人名
26802680
覆蓋/動詞
26812681
大公無私/名詞
26822682
話裏裡有話/名詞
@@ -9847,7 +9847,7 @@ z/字母
98479847
摩托車/名詞
98489848
公認/動詞
98499849
貶低/動詞
9850-
力更/動詞
9850+
力挽狂澜/動詞
98519851
枳/名詞
98529852
枵/名詞
98539853
銀川/名詞
@@ -19671,7 +19671,7 @@ z/字母
1967119671
敬禮/名詞
1967219672
羅嗦/名詞
1967319673
轉換/動詞
19674-
下不/動詞
19674+
下不来/動詞
1967519675
萬事/名詞
1967619676
世居高原者/名詞
1967719677
青海省/地名
@@ -23646,7 +23646,7 @@ z/字母
2364623646
一空/數詞
2364723647
喉部/名詞
2364823648
龍飛/動詞
23649-
得天/時間短語
23649+
得天時/時間短語
2365023650
酸代/名詞
2365123651
因材/名詞
2365223652
無限/形容詞

wordSegment/org/tinos/view/stable/StableMaps.java

+4
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ public interface StableMaps{
1919
public static final Map<String, String> xingWeiCi= new HashMap<>();
2020
public static final Map<String, String> shiTaiCi= new HashMap<>();
2121
public static final Map<String, String> dingMingCi= new HashMap<>();
22+
public static final Map<String, String> CiOne= new HashMap<>();
23+
public static final Map<String, String> CiTwo= new HashMap<>();
24+
public static final Map<String, String> CiThree= new HashMap<>();
25+
public static final Map<String, String> CiFour= new HashMap<>();
2226
}

0 commit comments

Comments
 (0)