mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-28 16:10:32 +08:00
fixed the bug from issue #132 from original jieba issue track
- issue details from https://github.com/fxsjy/jieba/issues/132 - updated tests - also some code refactors
This commit is contained in:
@@ -23740,6 +23740,7 @@ func init() {
|
||||
CharStateTab['\u8ddb'] = []StateTag{
|
||||
StateTag{'B', "n"},
|
||||
StateTag{'B', "v"},
|
||||
StateTag{'S', "a"},
|
||||
}
|
||||
CharStateTab['\u4edd'] = []StateTag{
|
||||
StateTag{'E', "nr"},
|
||||
|
||||
Reference in New Issue
Block a user