[Touch-packages] [Bug 863533] Re: PocketSphinx Segmentation Fault

2019-11-15 Thread Launchpad Bug Tracker
[Expired for pocketsphinx (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: pocketsphinx (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pocketsphinx in Ubuntu.
https://bugs.launchpad.net/bugs/863533

Title:
  PocketSphinx Segmentation Fault

Status in pocketsphinx package in Ubuntu:
  Expired

Bug description:
  The ps_test.py file included in the python-pocketsphinx doesn't work
  out of the box since it refers to paths ../model/hmm/wsj1,
  ../test/data/wsj/wlist5o.nvp.lm.DMP, and ../model/lm/cmudict.0.6d,
  which don't seem to exist anywhere in the other pocketsphinx packages.

  The most similar paths I could find, provided by the pocketsphinx-hmm-
  wsj1 and pocketsphinx-lm-wsj packages, are
  /usr/share/pocketsphinx/model/hmm/wsj1,
  /usr/share/pocketsphinx/model/lm/wsj/wlist5o.3e-7.vp.tg.lm.DMP,
  /usr/share/pocketsphinx/model/lm/wsj/wlist5o.dic.

  However, replacing the paths in ps_test.py with those results in the
  error:

  
  INFO: cmd_ln.c(506): Parsing command line:
  \
-hmm /usr/share/pocketsphinx/model/hmm/wsj1 \
-fwdtree yes \
-dict /usr/share/pocketsphinx/model/lm/wsj/wlist5o.dic \
-lm /usr/share/pocketsphinx/model/lm/wsj/wlist5o.3e-7.vp.tg.lm.DMP \
-fwdflat yes \
-bestpath no 

  Current configuration:
  [NAME][DEFLT] [VALUE]
  -agc  nonenone
  -agcthresh2.0 2.00e+00
  -alpha0.979.70e-01
  -ascale   20.02.00e+01
  -backtraceno  no
  -beam 1e-48   1.00e-48
  -bestpath yes no
  -bestpathlw   9.5 9.50e+00
  -cep2spec no  no
  -ceplen   13  13
  -cmn  current current
  -cmninit  8.0 8.0
  -compallsen   no  no
  -dict /usr/share/pocketsphinx/model/lm/wsj/wlist5o.dic
  -dictcase no  no
  -dither   no  no
  -doublebw no  no
  -ds   1   1
  -fdict
  -feat 1s_c_d_dd   1s_c_d_dd
  -featparams   
  -fillprob 1e-81.00e-08
  -frate100 100
  -fsg  
  -fsgusealtpronyes yes
  -fsgusefiller yes yes
  -fwdflat  yes yes
  -fwdflatbeam  1e-64   1.00e-64
  -fwdflatefwid 4   4
  -fwdflatlw8.5 8.50e+00
  -fwdflatsfwin 25  25
  -fwdflatwbeam 7e-29   7.00e-29
  -fwdtree  yes yes
  -hmm  /usr/share/pocketsphinx/model/hmm/wsj1
  -input_endian little  little
  -jsgf 
  -kdmaxbbi -1  -1
  -kdmaxdepth   0   0
  -kdtree   
  -latsize  50005000
  -lda  
  -ldadim   0   0
  -lifter   0   0
  -lm   
/usr/share/pocketsphinx/model/lm/wsj/wlist5o.3e-7.vp.tg.lm.DMP
  -lmctl
  -lmname   default default
  -logbase  1.0001  1.000100e+00
  -logfn
  -logspec  no  no
  -lowerf   133.4   1.33e+02
  -lpbeam   1e-40   1.00e-40
  -lponlybeam   7e-29   7.00e-29
  -lw   6.5 6.50e+00
  -maxhistpf100 100
  -maxhmmpf -1  -1
  -maxnewoov20  20
  -maxwpf   -1  -1
  -mdef 
  -mean 
  -mfclogdir
  -mixw 
  -mixwfloor0.001   1.00e-07
  -mmap yes yes
  -ncep 13  13
  -nfft 512 512
  -nfilt40  40
  -nwpen1.0 1.00e+00
  -pbeam1e-48   1.00e-48
  -pip  1.0 1.00e+00
  -rawlogdir
  -remove_dcno  no
  -round_filtersyes yes
  -samprate 16000   1.60e+04
  -sdmap
  -seed -1  -1
  -sendump  
  -silprob  0.005   5.00e-03
  -smoothspec   no  no
  -spec2cep no  no
  -svspec   
  -tmat 
  -tmatfloor0.0001  1.00e-04
  -topn 4   4
  -toprule  
  -transformlegacy  legacy
  -unit_area

[Touch-packages] [Bug 863533] Re: PocketSphinx Segmentation Fault

2019-09-16 Thread Gianfranco Costamagna
The package in eoan is now Python3, please try again and set back to
"new" if you still have this issue

** Changed in: pocketsphinx (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pocketsphinx in Ubuntu.
https://bugs.launchpad.net/bugs/863533

Title:
  PocketSphinx Segmentation Fault

Status in pocketsphinx package in Ubuntu:
  Incomplete

Bug description:
  The ps_test.py file included in the python-pocketsphinx doesn't work
  out of the box since it refers to paths ../model/hmm/wsj1,
  ../test/data/wsj/wlist5o.nvp.lm.DMP, and ../model/lm/cmudict.0.6d,
  which don't seem to exist anywhere in the other pocketsphinx packages.

  The most similar paths I could find, provided by the pocketsphinx-hmm-
  wsj1 and pocketsphinx-lm-wsj packages, are
  /usr/share/pocketsphinx/model/hmm/wsj1,
  /usr/share/pocketsphinx/model/lm/wsj/wlist5o.3e-7.vp.tg.lm.DMP,
  /usr/share/pocketsphinx/model/lm/wsj/wlist5o.dic.

  However, replacing the paths in ps_test.py with those results in the
  error:

  
  INFO: cmd_ln.c(506): Parsing command line:
  \
-hmm /usr/share/pocketsphinx/model/hmm/wsj1 \
-fwdtree yes \
-dict /usr/share/pocketsphinx/model/lm/wsj/wlist5o.dic \
-lm /usr/share/pocketsphinx/model/lm/wsj/wlist5o.3e-7.vp.tg.lm.DMP \
-fwdflat yes \
-bestpath no 

  Current configuration:
  [NAME][DEFLT] [VALUE]
  -agc  nonenone
  -agcthresh2.0 2.00e+00
  -alpha0.979.70e-01
  -ascale   20.02.00e+01
  -backtraceno  no
  -beam 1e-48   1.00e-48
  -bestpath yes no
  -bestpathlw   9.5 9.50e+00
  -cep2spec no  no
  -ceplen   13  13
  -cmn  current current
  -cmninit  8.0 8.0
  -compallsen   no  no
  -dict /usr/share/pocketsphinx/model/lm/wsj/wlist5o.dic
  -dictcase no  no
  -dither   no  no
  -doublebw no  no
  -ds   1   1
  -fdict
  -feat 1s_c_d_dd   1s_c_d_dd
  -featparams   
  -fillprob 1e-81.00e-08
  -frate100 100
  -fsg  
  -fsgusealtpronyes yes
  -fsgusefiller yes yes
  -fwdflat  yes yes
  -fwdflatbeam  1e-64   1.00e-64
  -fwdflatefwid 4   4
  -fwdflatlw8.5 8.50e+00
  -fwdflatsfwin 25  25
  -fwdflatwbeam 7e-29   7.00e-29
  -fwdtree  yes yes
  -hmm  /usr/share/pocketsphinx/model/hmm/wsj1
  -input_endian little  little
  -jsgf 
  -kdmaxbbi -1  -1
  -kdmaxdepth   0   0
  -kdtree   
  -latsize  50005000
  -lda  
  -ldadim   0   0
  -lifter   0   0
  -lm   
/usr/share/pocketsphinx/model/lm/wsj/wlist5o.3e-7.vp.tg.lm.DMP
  -lmctl
  -lmname   default default
  -logbase  1.0001  1.000100e+00
  -logfn
  -logspec  no  no
  -lowerf   133.4   1.33e+02
  -lpbeam   1e-40   1.00e-40
  -lponlybeam   7e-29   7.00e-29
  -lw   6.5 6.50e+00
  -maxhistpf100 100
  -maxhmmpf -1  -1
  -maxnewoov20  20
  -maxwpf   -1  -1
  -mdef 
  -mean 
  -mfclogdir
  -mixw 
  -mixwfloor0.001   1.00e-07
  -mmap yes yes
  -ncep 13  13
  -nfft 512 512
  -nfilt40  40
  -nwpen1.0 1.00e+00
  -pbeam1e-48   1.00e-48
  -pip  1.0 1.00e+00
  -rawlogdir
  -remove_dcno  no
  -round_filtersyes yes
  -samprate 16000   1.60e+04
  -sdmap
  -seed -1  -1
  -sendump  
  -silprob  0.005   5.00e-03
  -smoothspec   no  no
  -spec2cep no  no
  -svspec   
  -tmat 
  -tmatfloor0.0001  1.00e-04
  -topn 4   4
  -toprule  
  -transformlegacy