在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → pocketsphinx-0.8

pocketsphinx-0.8

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:22.68M
  • 下载次数:3
  • 浏览次数:77
  • 发布时间:2021-12-10
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
pocketsphinx 0.8 最新发布版本源代码
【实例截图】
【核心代码】
4744302542965852242.gz
└── pocketsphinx-0.8
├── aclocal.m4
├── AUTHORS
├── autogen.sh
├── ChangeLog
├── config.guess
├── config.sub
├── configure
├── configure.in
├── COPYING
├── depcomp
├── doc
│   ├── args2man.pl
│   ├── doxyfile.in
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── pocketsphinx_batch.1
│   ├── pocketsphinx_continuous.1
│   └── pocketsphinx_mdef_convert.1
├── group
│   ├── ABLD.BAT
│   ├── bld.inf
│   └── pocketsphinx.mmp
├── include
│   ├── cmdln_macro.h
│   ├── fsg_set.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── pocketsphinx_export.h
│   ├── pocketsphinx.h
│   ├── ps_lattice.h
│   └── ps_mllr.h
├── INSTALL
├── install-sh
├── ltmain.sh
├── m4
│   ├── libtool.m4
│   ├── lt~obsolete.m4
│   ├── ltoptions.m4
│   ├── ltsugar.m4
│   ├── ltversion.m4
│   └── pkg.m4
├── Makefile.am
├── Makefile.in
├── missing
├── model
│   ├── hmm
│   │   ├── en
│   │   │   └── tidigits
│   │   │   ├── feat.params
│   │   │   ├── mdef
│   │   │   ├── means
│   │   │   ├── sendump
│   │   │   ├── transition_matrices
│   │   │   └── variances
│   │   ├── en_US
│   │   │   └── hub4wsj_sc_8k
│   │   │   ├── feat.params
│   │   │   ├── mdef
│   │   │   ├── means
│   │   │   ├── noisedict
│   │   │   ├── sendump
│   │   │   ├── transition_matrices
│   │   │   └── variances
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── zh
│   │   └── tdt_sc_8k
│   │   ├── feat.params
│   │   ├── mdef
│   │   ├── means
│   │   ├── noisedict
│   │   ├── sendump
│   │   ├── transition_matrices
│   │   └── variances
│   ├── lm
│   │   ├── en
│   │   │   ├── tidigits.dic
│   │   │   ├── tidigits.DMP
│   │   │   ├── tidigits.fsg
│   │   │   ├── turtle.dic
│   │   │   └── turtle.DMP
│   │   ├── en_US
│   │   │   ├── cmu07a.dic
│   │   │   ├── hub4.5000.dic
│   │   │   ├── hub4.5000.DMP
│   │   │   └── wsj0vp.5000.DMP
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── zh_CN
│   │   │   ├── gigatdt.5000.DMP
│   │   │   └── mandarin_notone.dic
│   │   └── zh_TW
│   │   ├── gigatdt.5000.DMP
│   │   └── mandarin_notone.dic
│   ├── Makefile.am
│   └── Makefile.in
├── NEWS
├── pocketsphinx.pc.in
├── pocketsphinx.sln
├── python
│   ├── bogus_pygobject.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── pocketsphinx.c
│   ├── pocketsphinx.pxd
│   ├── pocketsphinx.pyx
│   ├── ps_test_lm.py
│   ├── ps_test.py
│   ├── ps_test_raw.py
│   ├── ps_test_seg.py
│   ├── setup.py.in
│   └── setup_win32.py
├── README
├── src
│   ├── gst-plugin
│   │   ├── fixsqrt.py
│   │   ├── gstpocketsphinx.c
│   │   ├── gstpocketsphinx.h
│   │   ├── gstvader.c
│   │   ├── gstvader.h
│   │   ├── livedemo.py
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── psmarshal.c
│   │   ├── psmarshal.h
│   │   └── psmarshal.list
│   ├── libpocketsphinx
│   │   ├── acmod.c
│   │   ├── acmod.h
│   │   ├── bin_mdef.c
│   │   ├── bin_mdef.h
│   │   ├── blkarray_list.c
│   │   ├── blkarray_list.h
│   │   ├── dict2pid.c
│   │   ├── dict2pid.h
│   │   ├── dict.c
│   │   ├── dict.h
│   │   ├── fsg_history.c
│   │   ├── fsg_history.h
│   │   ├── fsg_lextree.c
│   │   ├── fsg_lextree.h
│   │   ├── fsg_search.c
│   │   ├── fsg_search_internal.h
│   │   ├── hmm.c
│   │   ├── hmm.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mdef.c
│   │   ├── mdef.h
│   │   ├── ms_gauden.c
│   │   ├── ms_gauden.h
│   │   ├── ms_mgau.c
│   │   ├── ms_mgau.h
│   │   ├── ms_senone.c
│   │   ├── ms_senone.h
│   │   ├── ngram_search.c
│   │   ├── ngram_search_fwdflat.c
│   │   ├── ngram_search_fwdflat.h
│   │   ├── ngram_search_fwdtree.c
│   │   ├── ngram_search_fwdtree.h
│   │   ├── ngram_search.h
│   │   ├── phone_loop_search.c
│   │   ├── phone_loop_search.h
│   │   ├── pocketsphinx.c
│   │   ├── pocketsphinx_internal.h
│   │   ├── ps_alignment.c
│   │   ├── ps_alignment.h
│   │   ├── ps_lattice.c
│   │   ├── ps_lattice_internal.h
│   │   ├── ps_mllr.c
│   │   ├── ptm_mgau.c
│   │   ├── ptm_mgau.h
│   │   ├── s2_semi_mgau.c
│   │   ├── s2_semi_mgau.h
│   │   ├── s3types.h
│   │   ├── state_align_search.c
│   │   ├── state_align_search.h
│   │   ├── tied_mgau_common.h
│   │   ├── tmat.c
│   │   ├── tmat.h
│   │   ├── vector.c
│   │   └── vector.h
│   ├── Makefile.am
│   ├── Makefile.in
│   └── programs
│   ├── batch.c
│   ├── continuous.c
│   ├── Makefile.am
│   ├── Makefile.in
│   └── mdef_convert.c
├── swig
│   ├── Android.mk
│   ├── Makefile
│   └── pocketsphinx.i
├── test
│   ├── compare_table.pl
│   ├── data
│   │   ├── an4_ci_cont
│   │   │   ├── feat.params
│   │   │   ├── mdef
│   │   │   ├── means
│   │   │   ├── mixture_weights
│   │   │   ├── noisedict
│   │   │   ├── transition_matrices
│   │   │   └── variances
│   │   ├── cards
│   │   │   ├── 001.wav
│   │   │   ├── 002.wav
│   │   │   ├── 003.wav
│   │   │   ├── 004.wav
│   │   │   ├── 005.wav
│   │   │   ├── cards.fileids
│   │   │   ├── cards.gram
│   │   │   ├── cards.hyp
│   │   │   └── cards.transcription
│   │   ├── defective.dic
│   │   ├── goforward.fsg
│   │   ├── goforward.gram
│   │   ├── goforward.raw
│   │   ├── mllr_matrices
│   │   ├── numbers.raw
│   │   ├── something.raw
│   │   ├── test.lmctl
│   │   ├── tidigits
│   │   │   ├── dhd.2934z.raw
│   │   │   ├── man.ah.111a.mfc
│   │   │   ├── man.ah.1b.mfc
│   │   │   ├── man.ah.2934za.mfc
│   │   │   ├── man.ah.35oa.mfc
│   │   │   ├── man.ah.3oa.mfc
│   │   │   ├── man.ah.4625a.mfc
│   │   │   ├── man.ah.588zza.mfc
│   │   │   ├── man.ah.63a.mfc
│   │   │   ├── man.ah.6o838a.mfc
│   │   │   ├── man.ah.75913a.mfc
│   │   │   ├── man.ah.844o1a.mfc
│   │   │   ├── man.ah.8b.mfc
│   │   │   ├── man.ah.9b.mfc
│   │   │   ├── man.ah.o789a.mfc
│   │   │   ├── man.ah.z4548a.mfc
│   │   │   ├── man.ah.zb.mfc
│   │   │   ├── test-tidigits-fsg.match
│   │   │   ├── test-tidigits-simple.match
│   │   │   ├── tidigits.ctl
│   │   │   ├── tidigits.lsn
│   │   │   ├── woman.ak.1b.mfc
│   │   │   ├── woman.ak.276317oa.mfc
│   │   │   ├── woman.ak.334a.mfc
│   │   │   ├── woman.ak.3z3z9a.mfc
│   │   │   ├── woman.ak.48z66zza.mfc
│   │   │   ├── woman.ak.532a.mfc
│   │   │   ├── woman.ak.5z874a.mfc
│   │   │   ├── woman.ak.6728za.mfc
│   │   │   ├── woman.ak.75a.mfc
│   │   │   ├── woman.ak.84983a.mfc
│   │   │   ├── woman.ak.8a.mfc
│   │   │   ├── woman.ak.99731a.mfc
│   │   │   ├── woman.ak.o69a.mfc
│   │   │   ├── woman.ak.ooa.mfc
│   │   │   └── woman.ak.za.mfc
│   │   ├── turtle.dic
│   │   ├── unreachable.lat
│   │   └── wsj
│   │   ├── 440c0201.mfc
│   │   ├── 441c0201.mfc
│   │   ├── 442c0201.mfc
│   │   ├── 443c0201.mfc
│   │   ├── 444c0201.mfc
│   │   ├── 446c0201.mfc
│   │   ├── 447c0201.mfc
│   │   ├── n800_440c0201.wav
│   │   ├── n800_440c0202.wav
│   │   ├── n800_440c0203.wav
│   │   ├── n800_440c0204.wav
│   │   ├── n800_440c0205.wav
│   │   ├── n800_440c0206.wav
│   │   ├── n800_440c0207.wav
│   │   ├── s1.mllr
│   │   ├── test5k.n800.ctl
│   │   ├── test5k.n800.lsn
│   │   ├── test5k.s1.ctl
│   │   ├── test5k.s1.lsn
│   │   ├── test-hub4-n800-fwdtree.match
│   │   ├── test-hub4-simple.match
│   │   └── test-hub4-simple-pl.match
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── regression
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── test-hub4-cards.sh
│   │   ├── test-hub4-n800-fwdtree.sh
│   │   ├── test-hub4-simple-pl.sh
│   │   ├── test-hub4-simple.sh
│   │   ├── test-tidigits-fsg.sh
│   │   └── test-tidigits-simple.sh
│   ├── testfuncs_cygwin.sh
│   ├── testfuncs.sh.in
│   ├── unit
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── ps_test.c
│   │   ├── test_acmod.c
│   │   ├── test_acmod_grow.c
│   │   ├── test_alignment.c
│   │   ├── test_dict2pid.c
│   │   ├── test_dict.c
│   │   ├── test_fsg2.c
│   │   ├── test_fsg3.c
│   │   ├── test_fsg.c
│   │   ├── test_fwdflat.c
│   │   ├── test_fwdtree_bestpath.c
│   │   ├── test_fwdtree.c
│   │   ├── test_fwdtree_fwdflat.c
│   │   ├── test_fwdtree_nbest.c
│   │   ├── test_gst.c
│   │   ├── test_jsgf.c
│   │   ├── test_lm_read.c
│   │   ├── test_macros.h
│   │   ├── test_mllr.c
│   │   ├── test_pl_fwdtree.c
│   │   ├── test_posterior.c
│   │   ├── test_ps_fwdflat_bestpath.c
│   │   ├── test_ps_fwdflat.c
│   │   ├── test_ps_fwdtree_bestpath.c
│   │   ├── test_ps_fwdtree.c
│   │   ├── test_ps_fwdtree_fwdflat.c
│   │   ├── test_ps_init.c
│   │   ├── test_ps_lattice.c
│   │   ├── test_ps_nbest.c
│   │   ├── test_ps_reinit.c
│   │   ├── test_ps_simple.c
│   │   ├── test_ps_update.c
│   │   ├── test_senfh.c
│   │   └── test_state_align.c
│   └── word_align.pl
└── win32
├── pocketsphinx
│   ├── pocketsphinx.vcxproj
│   └── pocketsphinx.vcxproj.filters
├── pocketsphinx_batch
│   └── pocketsphinx_batch.vcxproj
├── pocketsphinx_continuous
│   └── pocketsphinx_continuous.vcxproj
└── pocketsphinx_mdef_convert
└── pocketsphinx_mdef_convert.vcxproj

37 directories, 310 files

标签:

实例下载地址

pocketsphinx-0.8

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警