mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
CRLF to LF
This commit is contained in:
parent
f1d5d90ae6
commit
6632bb80ec
35224
jieba/finalseg/prob_emit.py
Normal file
35224
jieba/finalseg/prob_emit.py
Normal file
File diff suppressed because it is too large
Load Diff
4
jieba/finalseg/prob_start.py
Normal file
4
jieba/finalseg/prob_start.py
Normal file
@ -0,0 +1,4 @@
|
||||
{'B': -0.26268660809250016,
|
||||
'E': -3.14e+100,
|
||||
'M': -3.14e+100,
|
||||
'S': -1.4652633398537678}
|
4
jieba/finalseg/prob_trans.py
Normal file
4
jieba/finalseg/prob_trans.py
Normal file
@ -0,0 +1,4 @@
|
||||
{'B': {'E': -0.16037786260859094, 'M': -1.9093400568760384},
|
||||
'E': {'B': -0.5897149736854513, 'S': -0.8085250474669937},
|
||||
'M': {'E': -0.33344856811948514, 'M': -1.2603623820268226},
|
||||
'S': {'B': -0.7211965654669841, 'S': -0.6658631448798212}}
|
Loading…
x
Reference in New Issue
Block a user