fst 源码
fst:有限状态传感器 佐贺贤治 用法 import fst # Encode a string as an FST, using white space as separator myfst1 = fst . linear_chain_from_string ( "This is a test" , ' ' ) # Create an FST transition by transition myfst2 = fst . FST () myfst2 . add_transition ( 'w0' , 'w0' , 'This' , 'this' , 1 ) myfst2 . add_tran
文件列表
fst-master.zip
(预估有个7文件)
fst-master
cmudict2fst.py
2KB
lm.py
3KB
LICENSE
1KB
README.md
868B
randgen.py
732B
charlm.py
3KB
fst.py
9KB
暂无评论