Active Topics

 



Notices


Reply
Thread Tools
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#311
Originally Posted by taixzo View Post
Just a guess, but is your phone in Silent mode rather than General?
Hi Taixzo,

I had hoped for such a thing to be the case and I prepared myself for a double, a triple facepalm, but sadly that is not the case.

Any other ideas what could be wrong? I checked all the requirements on the first page at least twice and everything is installed and up to the latest versions.
 

The Following User Says Thank You to anthonie For This Useful Post:
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#312
Originally Posted by anthonie View Post
Hi Taixzo,

I had hoped for such a thing to be the case and I prepared myself for a double, a triple facepalm, but sadly that is not the case.

Any other ideas what could be wrong? I checked all the requirements on the first page at least twice and everything is installed and up to the latest versions.
Ah, I just remembered something else which might be the cause. There is a bug in Pocketsphinx which can cause the first utterance to be mis-recognized or not recognized at all. I ran into this rarely; when it did happen, it was usually fixable by saying something like "test" directly into the mic. I will see what I can do for the next release, maybe I can just discard the first utterance or something.
 

The Following 5 Users Say Thank You to taixzo For This Useful Post:
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#313
You´re right! After a couple of tries it did pick up the signal from the mice. Thanks for the hint, as well as the application, of course!

Edit: Mice? What I meant to say is that it didn´t work at first, training my mouse to operate Saera...

Last edited by anthonie; 2012-07-28 at 22:56.
 

The Following User Says Thank You to anthonie For This Useful Post:
Posts: 671 | Thanked: 1,630 times | Joined on Aug 2010
#314
So if we want to add a function to this,
all we need to do is add two entries
to the two files
saera_processing.py
sentences_english.py
and make sure words are in the vocab and other relevant places ?
__________________
Three n900s: One for stable working platform,
One for development testing Chopping Onions
One for saltwater immersion power testing resurrected ! parts scavenging

My Mods for Wonko's Advanced Clock Plugin:
ISO8601 clock mod and Momental_IST clock mod

Printing your Email with the N900
 

The Following 3 Users Say Thank You to theonelaw For This Useful Post:
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#315
Originally Posted by theonelaw View Post
So if we want to add a function to this,
all we need to do is add two entries
to the two files
saera_processing.py
sentences_english.py
and make sure words are in the vocab and other relevant places ?
Pretty much, yes. In saera_processing.py you should generally try to match keywords instead of the whole sentence, in case it isn't recognized perfectly. But you will have to regenerate the language model if you add words to the vocab. I used the online tool at http://www.speech.cs.cmu.edu/tools/lmtool.html to build the files manually; in the next release Saera will build it herself so that I can support other languages. You will also need to edit two numbers in saera.py to refer to the new .lm and .dic files the tool will generate.
 

The Following 5 Users Say Thank You to taixzo For This Useful Post:
Posts: 2,290 | Thanked: 4,134 times | Joined on Apr 2010 @ UK
#316
Originally Posted by taixzo View Post
... in the next release Saera will build it herself so that I can support other languages....
Does this mean you have a fixed N900 again?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#317
Originally Posted by sixwheeledbeast View Post
Does this mean you have a fixed N900 again?
I wish. Right now I've got it to the point that it will run unmodified on an Ubuntu system, so I'm using that for development.

Side note: If anyone knows some place that repairs N900s in the Northeast USA, please drop me a PM.
 

The Following User Says Thank You to taixzo For This Useful Post:
regulus's Avatar
Posts: 131 | Thanked: 42 times | Joined on Apr 2012 @ Europe
#318
I wanted to instal Saera today (I use Faster Application Manager). However, I got a message "Some of your packages have unmet dependencies which could not be fixed. See the log for details."

The log is as follows:

Code:
Ign https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Hit http://repository.maemo.org fremantle-1.3/non-free Packages
Hit http://repository.maemo.org fremantle-1.3/free Packages
Hit http://repository.maemo.org fremantle-1.3/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Fetched 9001kB in 1min3s (143kB/s)
Reading package lists...
W: Conflicting distribution: http://repository.maemo.org fremantle-1.3 Release (expected fremantle-1.3 but got )
W: Conflicting distribution: http://repository.maemo.org fremantle-1.3 Release (expected fremantle-1.3 but got )
W: Ignoring Provides line with DepCompareOp for package binutils
W: You may want to run apt-get update to correct these problems
--- 2012-08-06 19:22:55 ---
Start reading package lists
--- 2012-08-06 19:23:10 ---
Finished reading package lists
--- 2012-08-06 19:23:10 ---
Start fetching package dates
--- 2012-08-06 19:23:11 ---
need to fetch date for 2 packages
--- 2012-08-06 19:23:11 ---
sent 2 requests, received 2 replies with 0 errors
--- 2012-08-06 19:23:11 ---
Finished fetching package dates
--- 2012-08-06 19:23:16 ---
Start reading package lists
--- 2012-08-06 19:23:16 ---
No need to read package lists
--- 2012-08-06 19:23:16 ---
Start fetching package dates
--- 2012-08-06 19:23:16 ---
No need to fetch dates
--- 2012-08-06 19:23:58 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install saera
--- 2012-08-06 19:24:02 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  saera: Depends: pocketsphinx-utils but it is not going to be installed
         Depends: pocketsphinx-hmm-en-hub4wsj but it is not going to be installed
         Depends: pocketsphinx-lm-en-hub4 but it is not going to be installed
         Depends: gstreamer0.10-pocketsphinx but it is not going to be installed
  wifi-pwner: Depends: kernel-power-flasher but it is not going to be installed or
                       kernel-power-bootimg but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

--- 2012-08-06 19:26:46 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install wifi-pwner saera
--- 2012-08-06 19:26:50 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
wifi-pwner is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  saera: Depends: pocketsphinx-utils but it is not going to be installed
         Depends: pocketsphinx-hmm-en-hub4wsj but it is not going to be installed
         Depends: pocketsphinx-lm-en-hub4 but it is not going to be installed
         Depends: gstreamer0.10-pocketsphinx but it is not going to be installed
  wifi-pwner: Depends: kernel-power-flasher but it is not going to be installed or
                       kernel-power-bootimg but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

--- 2012-08-06 19:27:23 ---
Start reading package lists
--- 2012-08-06 19:27:23 ---
No need to read package lists
--- 2012-08-06 19:27:23 ---
Start fetching package dates
--- 2012-08-06 19:27:23 ---
No need to fetch dates
--- 2012-08-06 19:27:31 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install saera
--- 2012-08-06 19:27:34 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  saera: Depends: pocketsphinx-utils but it is not going to be installed
         Depends: pocketsphinx-hmm-en-hub4wsj but it is not going to be installed
         Depends: pocketsphinx-lm-en-hub4 but it is not going to be installed
         Depends: gstreamer0.10-pocketsphinx but it is not going to be installed
  wifi-pwner: Depends: kernel-power-flasher but it is not going to be installed or
                       kernel-power-bootimg but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I noticed it mentions wifi-pwner, so that might be a cause... namely I attempted to instal wifi-pwner a while ago, but cancelled it when it asked me to replace the kernel (or something like that). Now I see this app's icon, but it's not listed as installed, so I don't know how to remove it (in case this is the real cause). How should I proceed?
 
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#319
Originally Posted by regulus View Post
I wanted to instal Saera today (I use Faster Application Manager). However, I got a message "Some of your packages have unmet dependencies which could not be fixed. See the log for details."

The log is as follows:

Code:
Ign https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Hit http://repository.maemo.org fremantle-1.3/non-free Packages
Hit http://repository.maemo.org fremantle-1.3/free Packages
Hit http://repository.maemo.org fremantle-1.3/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Fetched 9001kB in 1min3s (143kB/s)
Reading package lists...
W: Conflicting distribution: http://repository.maemo.org fremantle-1.3 Release (expected fremantle-1.3 but got )
W: Conflicting distribution: http://repository.maemo.org fremantle-1.3 Release (expected fremantle-1.3 but got )
W: Ignoring Provides line with DepCompareOp for package binutils
W: You may want to run apt-get update to correct these problems
--- 2012-08-06 19:22:55 ---
Start reading package lists
--- 2012-08-06 19:23:10 ---
Finished reading package lists
--- 2012-08-06 19:23:10 ---
Start fetching package dates
--- 2012-08-06 19:23:11 ---
need to fetch date for 2 packages
--- 2012-08-06 19:23:11 ---
sent 2 requests, received 2 replies with 0 errors
--- 2012-08-06 19:23:11 ---
Finished fetching package dates
--- 2012-08-06 19:23:16 ---
Start reading package lists
--- 2012-08-06 19:23:16 ---
No need to read package lists
--- 2012-08-06 19:23:16 ---
Start fetching package dates
--- 2012-08-06 19:23:16 ---
No need to fetch dates
--- 2012-08-06 19:23:58 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install saera
--- 2012-08-06 19:24:02 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  saera: Depends: pocketsphinx-utils but it is not going to be installed
         Depends: pocketsphinx-hmm-en-hub4wsj but it is not going to be installed
         Depends: pocketsphinx-lm-en-hub4 but it is not going to be installed
         Depends: gstreamer0.10-pocketsphinx but it is not going to be installed
  wifi-pwner: Depends: kernel-power-flasher but it is not going to be installed or
                       kernel-power-bootimg but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

--- 2012-08-06 19:26:46 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install wifi-pwner saera
--- 2012-08-06 19:26:50 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
wifi-pwner is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  saera: Depends: pocketsphinx-utils but it is not going to be installed
         Depends: pocketsphinx-hmm-en-hub4wsj but it is not going to be installed
         Depends: pocketsphinx-lm-en-hub4 but it is not going to be installed
         Depends: gstreamer0.10-pocketsphinx but it is not going to be installed
  wifi-pwner: Depends: kernel-power-flasher but it is not going to be installed or
                       kernel-power-bootimg but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

--- 2012-08-06 19:27:23 ---
Start reading package lists
--- 2012-08-06 19:27:23 ---
No need to read package lists
--- 2012-08-06 19:27:23 ---
Start fetching package dates
--- 2012-08-06 19:27:23 ---
No need to fetch dates
--- 2012-08-06 19:27:31 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install saera
--- 2012-08-06 19:27:34 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  saera: Depends: pocketsphinx-utils but it is not going to be installed
         Depends: pocketsphinx-hmm-en-hub4wsj but it is not going to be installed
         Depends: pocketsphinx-lm-en-hub4 but it is not going to be installed
         Depends: gstreamer0.10-pocketsphinx but it is not going to be installed
  wifi-pwner: Depends: kernel-power-flasher but it is not going to be installed or
                       kernel-power-bootimg but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I noticed it mentions wifi-pwner, so that might be a cause... namely I attempted to instal wifi-pwner a while ago, but cancelled it when it asked me to replace the kernel (or something like that). Now I see this app's icon, but it's not listed as installed, so I don't know how to remove it (in case this is the real cause). How should I proceed?
What happens when you run:
Code:
apt-get -f install
 

The Following User Says Thank You to taixzo For This Useful Post:
regulus's Avatar
Posts: 131 | Thanked: 42 times | Joined on Apr 2012 @ Europe
#320
Seems to have worked. It removed wifi-pwner and installed a couple of other packages (no idea where those came from...), and afterwards installing Saera in FAM went thru.
__________________
My tricorder currently operates on CSSU-Stable 21.2011.38-1Smaemo6.1.
 

The Following User Says Thank You to regulus For This Useful Post:
Reply

Tags
saera, speech-to-text


 
Forum Jump


All times are GMT. The time now is 02:59.