This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Commit ac70b15
4 files changed
+7
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Submodule pocketsphinx updated 43 files
- model/Makefile.am+2-2
- model/en-us/en-us-phone.lm.bin
- model/en-us/en-us-phone.lm.dmp
- model/en-us/en-us.lm.bin
- src/gst-plugin/gstpocketsphinx.c+88-59
- src/gst-plugin/livedemo.py+13-29
- src/libpocketsphinx/acmod.c-1
- src/libpocketsphinx/pocketsphinx.c+5-3
- swig/java/test/DecoderTest.java+1-1
- swig/ps_decoder.i+4
- swig/python/test/decoder_test.py+1-1
- swig/python/test/jsgf_test.py+1-1
- swig/python/test/lattice_test.py+1-1
- swig/python/test/lm_test.py+2-2
- test/Makefile.am+2-2
- test/data/test.lmctl+2-2
- test/data/tidigits/lm/tidigits.lm.bin
- test/data/tidigits/lm/tidigits.lm.dmp
- test/data/turtle.lm.bin
- test/data/turtle.lm.dmp
- test/regression/test-tidigits-simple.sh+1-1
- test/unit/test_fwdflat.c+1-1
- test/unit/test_fwdtree.c+1-1
- test/unit/test_fwdtree_bestpath.c+1-1
- test/unit/test_fwdtree_fwdflat.c+1-1
- test/unit/test_fwdtree_nbest.c+1-1
- test/unit/test_lm_read.c+2-2
- test/unit/test_mllr.c+1-1
- test/unit/test_pl_fwdtree.c+1-1
- test/unit/test_posterior.c+1-1
- test/unit/test_ps_fwdflat.c+1-1
- test/unit/test_ps_fwdflat_bestpath.c+1-1
- test/unit/test_ps_fwdtree.c+1-1
- test/unit/test_ps_fwdtree_bestpath.c+1-1
- test/unit/test_ps_fwdtree_fwdflat.c+1-1
- test/unit/test_ps_init.c+1-1
- test/unit/test_ps_lattice.c+1-1
- test/unit/test_ps_nbest.c+1-1
- test/unit/test_ps_set_search.c+2-2
- test/unit/test_ps_simple.c+1-1
- test/unit/test_senfh.c+1-1
- win32/pocketsphinx_batch/pocketsphinx.args+1-1
- win32/pocketsphinx_continuous/pocketsphinx.args+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 83 | | |
89 | 84 | | |
90 | 85 | | |
| |||
94 | 89 | | |
95 | 90 | | |
96 | 91 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 92 | | |
101 | | - | |
102 | 93 | | |
103 | 94 | | |
104 | 95 | | |
| |||
112 | 103 | | |
113 | 104 | | |
114 | 105 | | |
115 | | - | |
| 106 | + | |
116 | 107 | | |
117 | 108 | | |
118 | 109 | | |
119 | 110 | | |
120 | 111 | | |
121 | | - | |
122 | 112 | | |
123 | 113 | | |
124 | 114 | | |
125 | 115 | | |
126 | 116 | | |
127 | | - | |
128 | 117 | | |
129 | 118 | | |
130 | 119 | | |
| |||
147 | 136 | | |
148 | 137 | | |
149 | 138 | | |
150 | | - | |
| 139 | + | |
151 | 140 | | |
152 | 141 | | |
153 | 142 | | |
154 | 143 | | |
155 | 144 | | |
156 | 145 | | |
157 | | - | |
| 146 | + | |
158 | 147 | | |
159 | 148 | | |
160 | 149 | | |
| |||
Submodule sphinxbase updated 61 files
- include/sphinxbase/Makefile.am+2
- include/sphinxbase/bitarr.h+188
- include/sphinxbase/cmd_ln.h-2
- include/sphinxbase/genrand.h-3
- include/sphinxbase/hash_table.h+1-1
- include/sphinxbase/logmath.h+12
- include/sphinxbase/matrix.h-1
- include/sphinxbase/ngram_model.h+6-14
- include/sphinxbase/priority_queue.h+45
- include/sphinxbase/yin.h-1
- sphinxbase.sln+4-33
- src/libsphinxbase/lm/Makefile.am+9-8
- src/libsphinxbase/lm/lm3g_model.c-258
- src/libsphinxbase/lm/lm3g_model.h-177
- src/libsphinxbase/lm/lm3g_templates.c-560
- src/libsphinxbase/lm/lm_trie.c+560
- src/libsphinxbase/lm/lm_trie.h+64-45
- src/libsphinxbase/lm/lm_trie_quant.c+371
- src/libsphinxbase/lm/lm_trie_quant.h+124
- src/libsphinxbase/lm/ngram_model.c+32-129
- src/libsphinxbase/lm/ngram_model_arpa.c-660
- src/libsphinxbase/lm/ngram_model_dmp.c-969
- src/libsphinxbase/lm/ngram_model_internal.h+37-38
- src/libsphinxbase/lm/ngram_model_set.c+5-16
- src/libsphinxbase/lm/ngram_model_set.h-1
- src/libsphinxbase/lm/ngram_model_trie.c+708
- src/libsphinxbase/lm/ngram_model_trie.h+10-45
- src/libsphinxbase/lm/ngrams_raw.c+378
- src/libsphinxbase/lm/ngrams_raw.h+101
- src/libsphinxbase/util/Makefile.am+3-1
- src/libsphinxbase/util/bitarr.c+186
- src/libsphinxbase/util/cmd_ln.c+1-1
- src/libsphinxbase/util/logmath.c+20
- src/libsphinxbase/util/priority_queue.c+144
- src/sphinx_lmtools/sphinx_lm_convert.c+17
- src/sphinx_lmtools/sphinx_lm_eval.c+1-7
- test/unit/test_ngram/100.lm.bin
- test/unit/test_ngram/100.lm.bz2
- test/unit/test_ngram/100.lm.dmp
- test/unit/test_ngram/100.lm.gz
- test/unit/test_ngram/100.lmctl+2-2
- test/unit/test_ngram/102.lm.dmp
- test/unit/test_ngram/102.lm.gz
- test/unit/test_ngram/Makefile.am+10-10
- test/unit/test_ngram/test_lm_add.c+4-12
- test/unit/test_ngram/test_lm_casefold.c+44-44
- test/unit/test_ngram/test_lm_class.c+2-2
- test/unit/test_ngram/test_lm_iter.c-135
- test/unit/test_ngram/test_lm_mmap.c-111
- test/unit/test_ngram/test_lm_read.c+18-9
- test/unit/test_ngram/test_lm_score.c+4-4
- test/unit/test_ngram/test_lm_set.c+11-11
- test/unit/test_ngram/test_lm_write.c+20-21
- test/unit/test_ngram/turtle.lm.dmp
- test/unit/test_ngram/turtle.ug.lm.dmp
- test/unit/test_util/Makefile.am+1
- test/unit/test_util/test_bitarr.c+36
- test/unit/test_util/test_fopen.c+4-4
- win32/sphinx_lm_convert/sphinx_lm_convert.vcxproj-1
- win32/sphinxbase/sphinxbase.vcxproj+12-7
- win32/sphinxbase/sphinxbase.vcxproj.filters+36-21
0 commit comments