1. 首页
  2. 数据库
  3. 其它
  4. fst 源码

fst 源码

上传者: 2021-03-02 07:24:25上传 ZIP文件 7.72KB 热度 20次
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
下载地址
用户评论