Home
last modified time | relevance | path

Searched refs:sphinxbase (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/audio/sphinxbase/sphinxbase-0.8/doc/
H A DMakefile.am14 $(top_srcdir)/include/sphinxbase/ad.h \
15 $(top_srcdir)/include/sphinxbase/agc.h \
16 $(top_srcdir)/include/sphinxbase/bio.h \
17 $(top_srcdir)/include/sphinxbase/bitvec.h \
19 $(top_srcdir)/include/sphinxbase/case.h \
23 $(top_srcdir)/include/sphinxbase/cmn.h \
25 $(top_srcdir)/include/sphinxbase/err.h \
26 $(top_srcdir)/include/sphinxbase/f2c.h \
27 $(top_srcdir)/include/sphinxbase/feat.h \
28 $(top_srcdir)/include/sphinxbase/fe.h \
[all …]
H A DMakefile.in192 $(top_srcdir)/include/sphinxbase/ad.h \
193 $(top_srcdir)/include/sphinxbase/agc.h \
194 $(top_srcdir)/include/sphinxbase/bio.h \
197 $(top_srcdir)/include/sphinxbase/case.h \
201 $(top_srcdir)/include/sphinxbase/cmn.h \
203 $(top_srcdir)/include/sphinxbase/err.h \
204 $(top_srcdir)/include/sphinxbase/f2c.h \
205 $(top_srcdir)/include/sphinxbase/feat.h \
206 $(top_srcdir)/include/sphinxbase/fe.h \
222 $(top_srcdir)/include/sphinxbase/pio.h \
[all …]
/dports/audio/pocketsphinx/pocketsphinx-0.8/swig/
H A DAndroid.mk12 LOCAL_C_INCLUDES := $(SPHINX_PATH)/sphinxbase/include/android $(SPHINX_PATH)/sphinxbase/include
16 LOCAL_PATH := $(SPHINX_PATH)/sphinxbase/src/libsphinxbase/util
49 LOCAL_C_INCLUDES := $(SPHINX_PATH)/sphinxbase/include/android $(SPHINX_PATH)/sphinxbase/include
53 LOCAL_PATH := $(SPHINX_PATH)/sphinxbase/src/libsphinxbase/fe
69 LOCAL_C_INCLUDES := $(SPHINX_PATH)/sphinxbase/include/android $(SPHINX_PATH)/sphinxbase/include
73 LOCAL_PATH := $(SPHINX_PATH)/sphinxbase/src/libsphinxbase/feat
86 LOCAL_C_INCLUDES := $(SPHINX_PATH)/sphinxbase/include/android $(SPHINX_PATH)/sphinxbase/include
90 LOCAL_PATH := $(SPHINX_PATH)/sphinxbase/src/libsphinxbase/lm
107 LOCAL_C_INCLUDES := $(SPHINX_PATH)/sphinxbase/include/android $(SPHINX_PATH)/sphinxbase/include \
145 LOCAL_C_INCLUDES := $(SPHINX_PATH)/sphinxbase/include/android $(SPHINX_PATH)/sphinxbase/include \
H A DMakefile2 CPPFLAGS := -I/usr/lib/jvm/default-java/include `pkg-config --cflags sphinxbase pocketsphinx`
7 $(CC) -shared -o $@ pocketsphinx_wrap.o `pkg-config --libs sphinxbase pocketsphinx`
11 swig -I../include -I../../sphinxbase/include \
/dports/audio/sphinxbase/sphinxbase-0.8/python/
H A DMakefile.am1 EXTRA_DIST = sphinxbase.c \
2 sphinxbase.pyx \
7 pkginclude_HEADERS = sphinxbase.pxd
25 test -z "$(VPATH)" || $(RM) sphinxbase.c
29 pymod-build-stamp: $(srcdir)/sphinxbase.c
31 test -z "$(VPATH)" || cp "$(srcdir)/sphinxbase.c" sphinxbase.c
37 $(srcdir)/sphinxbase.c: $(srcdir)/sphinxbase.pyx $(srcdir)/sphinxbase.pxd
H A Dsb_test.py3 import sphinxbase
6 lm = sphinxbase.NGramModel("../test/unit/test_ngram/100.arpa.DMP")
10 lm.casefold(sphinxbase.UPPER)
13 hc = sphinxbase.HuffCode((("foo", 42), ("bar", 4), ("baz", 5), ("quux", 6), ("argh", 225), ("hurf",…
21 hc = sphinxbase.HuffCode(infile="foo.huff")
H A Dhufftest2.py3 import sphinxbase
6 hc = sphinxbase.HuffCode(((1, 42), (2, 4), (3, 5), (4, 6), (5, 225), (6, 15001), (7, 3), (8, 2), (9…
H A Dsphinxbase.pxd28 cdef extern from "sphinxbase/logmath.h":
47 cdef extern from "sphinxbase/cmd_ln.h":
58 cdef extern from "sphinxbase/ckd_alloc.h":
63 cdef extern from "sphinxbase/fsg_model.h":
66 cdef extern from "sphinxbase/ngram_model.h":
129 cdef extern from "sphinxbase/huff_code.h":
H A DMakefile.in209 EXTRA_DIST = sphinxbase.c \
210 sphinxbase.pyx \
215 pkginclude_HEADERS = sphinxbase.pxd
495 @BUILD_PYTHON_TRUE@ test -z "$(VPATH)" || $(RM) sphinxbase.c
499 @BUILD_PYTHON_TRUE@pymod-build-stamp: $(srcdir)/sphinxbase.c
501 @BUILD_PYTHON_TRUE@ test -z "$(VPATH)" || cp "$(srcdir)/sphinxbase.c" sphinxbase.c
505 @BUILD_CYTHON_TRUE@$(srcdir)/sphinxbase.c: $(srcdir)/sphinxbase.pyx $(srcdir)/sphinxbase.pxd
/dports/audio/pocketsphinx/pocketsphinx-0.8/
H A Dconfigure.in129 AC_ARG_WITH(sphinxbase,
133 sphinxbase=$withval)
138 AC_ARG_WITH(sphinxbase-build,
147 if test x$sphinxbase = x; then
162 "$sbdir/sphinxbase"*; do
165 sphinxbase="$sb"
178 if test x$sphinxbase = x || test x$sphinxbase = xauto; then
179 sphinxbase=
181 SphinxBase_CFLAGS = "-Iusr/include/sphinxbase -I/usr/local/include/sphinxbase"
212 AC_CHECK_FILE($sphinxbase/include/sphinxbase/prim_type.h,
[all …]
H A DREADME19 'sphinxbase-X.Y' (where X.Y is the SphinxBase version number) to simply
20 'sphinxbase' for this to work.
61 * load sphinxbase.sln located in sphinxbase directory
63 * compile all the projects in SphinxBase (from sphinxbase.sln)
H A Dpocketsphinx.pc.in13 Requires: sphinxbase >= @VERSION@
16 Cflags: -I${includedir} -I${includedir}/sphinxbase -I${includedir}/pocketsphinx
/dports/audio/sphinxbase/sphinxbase-0.8/
H A DMakefile.am8 sphinxbase.sln \
9 sphinxbase.pc.in \
11 win32/sphinxbase/sphinxbase.vcxproj \
17 win32/sphinxbase/sphinxbase.vcxproj.filters \
29 group/sphinxbase.mmp
32 pkgconfig_DATA = sphinxbase.pc
33 CLEANFILES = sphinxbase.pc
H A DREADME16 sphinxbase is used by other modules. The convention requires the
19 sphinxbase/
22 sphinxbase-X.X to sphinxbase by typing
24 > mv sphinxbase-X.X sphinxbase (where X.X being the version of sphinxbase)
69 'Header Search Paths' = "$(HOME)$(SDK_DIR)/include/sphinxbase"
75 To compile sphinxbase in Visual Studio 2010 Express (or newer):
77 2, rename the directory to sphinxbase
78 3, go into the sphinxbase folder and click sphinxbase.sln
/dports/audio/sphinx3/sphinx3-0.8/
H A Dconfigure.in83 AC_ARG_WITH(sphinxbase, optwith
86 sphinxbase=$withval)
91 AC_ARG_WITH(sphinxbase-build,
100 AC_CHECK_HEADER(sphinxbase/sphinx_config.h,
101 CPPFLAGS="-I/usr/include/sphinxbase -I/usr/local/include/sphinxbase",[
102 if test x$sphinxbase = x; then
104 for sb in ../sphinxbase*; do
107 sphinxbase="`pwd`/$sb"
121 : ${sphinxbasebuild=$sphinxbase}
128 AC_CHECK_FILE($sphinxbase/include/prim_type.h,CPPFLAGS="-I$sphinxbase/include $CPPFLAGS",
[all …]
H A Dsphinx3.pc.in11 Requires: sphinxbase >= 0.4
14 Cflags: -I${includedir}/sphinxbase -I${includedir}/sphinx3
/dports/audio/pocketsphinx/pocketsphinx-0.8/group/
H A Dpocketsphinx.mmp16 ….\include ..\src\libpocketsphinx ..\..\sphinxbase\include\s60 ..\..\sphinxbase\include\sphinxbase
22 LIBRARY libm.lib sphinxbase.lib
/dports/audio/sphinxbase/sphinxbase-0.8/test/regression/
H A Dtutorial-check.sh69 …s ${SVN} co https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/sphinxbase > /dev/null &&
70 cd sphinxbase &&
78 ./configure CFLAGS="-O2 -Wall" --with-sphinxbase=$temp_dir/sphinxbase &&
86 …gen.sh CFLAGS="-O2 -Wall" --prefix=`(cd ..; pwd)`/build --with-sphinxbase=$temp_dir/sphinxbase &&
H A Dcrontab9 …vn up $SF_ROOT/sphinxbase/test/regression/tutorial-check.sh; qsub -o $SF_ROOT/regression/`hostname…
10 … * * * (. $HOME/.profile; svn up $SF_ROOT/sphinxbase/test/regression/launchCompileCheck.sh; $SF_RO…
/dports/audio/sphinxbase/sphinxbase-0.8/group/
H A Dsphinxbase.mmp3 Name : sphinxbase.mmp
6 Description : This is the project specification file for sphinxbase.
10 TARGET sphinxbase.dll
16 USERINCLUDE ..\include ..\include\sphinxbase ..\include\s60
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/
H A Dupdate.sh29 cp sphinx_config.h sphinxbase/sphinx_config.h
32 cp $1/include/sphinxbase/*.h sphinxbase/
H A Dmoz.build10 EXPORTS.sphinxbase += [
11 'sphinxbase/cmd_ln.h',
12 'sphinxbase/fe.h',
13 'sphinxbase/feat.h',
14 'sphinxbase/logmath.h',
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/
H A Dupdate.sh29 cp sphinx_config.h sphinxbase/sphinx_config.h
32 cp $1/include/sphinxbase/*.h sphinxbase/
H A Dmoz.build7 EXPORTS.sphinxbase += [
8 'sphinxbase/cmd_ln.h',
9 'sphinxbase/fe.h',
10 'sphinxbase/feat.h',
11 'sphinxbase/logmath.h',
/dports/audio/pocketsphinx/pocketsphinx-0.8/python/
H A Dsetup.py.in64 # If there is no @sphinxbase@ and friends use pkg-config
65 if '@sphinxbase@' == '' or '@sphinxbasebuild@' == '':
66 sbconf = pkgconfig('sphinxbase')
71 '@sphinxbase@/include']
74 libraries = ['pocketsphinx', 'sphinxbase']

1234567