Activity for CMU Sphinx

  • Golton Kwok Golton Kwok posted a comment on discussion Help

    I run the same demo on x64 Ubuntu with intel cpu i7-13700H and on ARM Cortex-A55, with the same dictionary, language model and acoustic model But the recognition time running on ARM Cortex-A55 (about 10 seconds )is slower than on x64 Ubuntu with intel cpu i7-13700H (within 1 seconds). So how to optimize for ARM Cortex-A55 platform as I want to run pocketsphinx on embedded Linux.

  • g lk g lk modified a comment on discussion Help

    entry file: from pocketsphinx import Endpointer, Decoder, set_loglevel, Config, get_model_path import os import sounddevice import asyncio from util.string import get_absolute_path class Porcupine(): model_path = get_absolute_path("offline_wakeup\\cmusphinx-zh-cn-5.2_back\\zh_cn.cd_cont_5000") lm = get_absolute_path('offline_wakeup\\Sphinx_Keyword_zh_cn\\', '1225.lm') dic = get_absolute_path("offline_wakeup\\Sphinx_Keyword_zh_cn\\", "1225.dic") print("model_path", model_path) print("lm", lm) print("dic",...

  • g lk g lk posted a comment on discussion Help

    entry file: from pocketsphinx import Endpointer, Decoder, set_loglevel, Config, get_model_path import os import sounddevice import asyncio from util.string import get_absolute_path class Porcupine(): model_path = get_absolute_path("offline_wakeup\\cmusphinx-zh-cn-5.2_back\\zh_cn.cd_cont_5000") lm = get_absolute_path('offline_wakeup\\Sphinx_Keyword_zh_cn\\', '1225.lm') dic = get_absolute_path("offline_wakeup\\Sphinx_Keyword_zh_cn\\", "1225.dic") print("model_path", model_path) print("lm", lm) print("dic",...

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    I am sorry that you are having problems with the software. There are any number of reasons why things might not work, but you did not provide detail on what you are doing.so it's not possible to say anything. You reached out through Sourceforge, which has not been the active repository for a while. http://cmusphinx.github.io/ hosts the community of current sphinx users; it has a forum where you can ask for help. You should use the github repository and its current software. You can get help through...

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    The software has evolved and is currently hosted at http://cmusphinx.github.io/ The sorxceforge version is not currently maintained. The github site also has a user forum where you can ask about any issues. On Tue, Jan 9, 2024 at 12:27 AM Korey F Schulz foxtrot1@users.sourceforge.net wrote: Hi. I am updating the model for an application that I am building but I can't make progress in the tutorial because none of the utilities that are referenced exist on my machine. The missing utilities include...

  • Brian  Mckay Brian Mckay posted a comment on discussion Help

    Hi. I am updating the model for an application that I am building but I can't make progress in the tutorial because none of the utilities that are referenced exist on my machine. The missing utilities include sphinx_fe, pocketsphinx_mdef_convert, bw, mllr_solve, map_adapt, mk_s2sendump, and pocketsphinx_continuous. I installed pocketsphinx and sphinxbase but the problem still exists. I'm running Ubuntu. Can somebody help me?

  • HACHICHA YOUSSEF HACHICHA YOUSSEF posted a comment on discussion Help

    what do you mean by that i already checked that in order to get it up and running but clearly they didn't do a good job, like what do they mean by :collects over 20 years of the CMU research clearly 20 years went to waste

  • HACHICHA YOUSSEF HACHICHA YOUSSEF posted a comment on discussion Help

    what do you mean by that i already used it and its not accuarate at all

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    Please look at http://cmusphinx.github.io/ On Sat, Jan 6, 2024 at 9:00 AM HACHICHA YOUSSEF yousseftakihach@users.sourceforge.net wrote: I dont know what it is but no matter what file i give it either a video or audio the transcription is not accuarate at all, even tho that the files are clear english it's really bad. do i have to train it? if yes can someone tell me how to do it in python? that's my code bellow ↓↓↓ also its 2024 arent you planning on changing the conversation over to slack or some...

  • HACHICHA YOUSSEF HACHICHA YOUSSEF posted a comment on discussion Help

    I dont know what it is but no matter what file i give it either a video or audio the transcription is not accuarate at all, even tho that the files are clear english it's really bad. do i have to train it? if yes can someone tell me how to do it in python? that's my code bellow ↓↓↓ also its 2024 arent you planning on changing the conversation over to slack or some else better?

  • HACHICHA YOUSSEF HACHICHA YOUSSEF posted a comment on discussion Help

    I dont know what it is but no matter what file i give it either a video or audio the transcription is not accuarate at all, even tho that the files are clear english it's really bad. do i have to train it? if yes can someone tell me how to do it in python? that's my code bellow ↓↓↓ also its 2024 arent you planning on changing the conversation over to slack or some else better?

  • HACHICHA YOUSSEF HACHICHA YOUSSEF posted a comment on discussion Help

    I dont know what it is but no matter what file i give it either a video or audio the transcription is not accuarate at all, even tho that the files are clear english it's really bad. do i have to train it? if yes can someone tell me how to do it in python? that's my code bellow ↓↓↓ also its 2024 arent you planning on changing the conversation over to slack or some else better?

  • HACHICHA YOUSSEF HACHICHA YOUSSEF modified a comment on discussion Speech Recognition Theory

    I dont know what it is but no matter what file i give it either a video or audio the transcription is not accuarate at all, even tho that the files are clear english it's really bad. do i have to train it? if yes can someone tell me how to do it in python? that's my code bellow ↓↓↓ also its 2024 arent you planning on changing the conversation over to slack or some else better?

  • HACHICHA YOUSSEF HACHICHA YOUSSEF posted a comment on discussion Speech Recognition Theory

    I dont know what it is but no matter what file i give it either a video or audio the transcription is not accuarate at all, even tho that the files are clear english it's really bad. do i have to train it? if yes can someone tell me how to do it in python? that's my code bellow ↓↓↓

  • Aswathy Mohan Aswathy Mohan posted a comment on discussion Help

    Hi, I have created a sample app for voice recognition using PocketSphinx. But while launching app , it got crashed. No exceptions and error showing in the logcat. And as per the troubleshooting , i found like crash happening with getRecognizer() method call. But I am unable to fix or find the error. I'm using android versions 8 to latest(13).Please see my complete code below import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat;...

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    Ben, This would depend on the acoustic model. If you have (or have trained) such a model, and have a corresponding dictionary. It should be possible to do. cmusphinx does not prescribe a phone set, so IPA would work fine. There is work on Czech ASR you could look up and see what rhey did. Best, Alex On Tue, Dec 5, 2023 at 12:36 PM "Benjamín Novický" brenko@users.sourceforge.net wrote: Hello, I am working on my bachelor thesis which is training a cusphinx model for speech recognition in Czech language....

  • Benjamín Novický Benjamín Novický modified a comment on discussion Help

    Hello, I am working on my bachelor thesis which is training a CMUSphinx model for speech recognition in Czech language. My question is regarding phonetic dictionary in the dataset, whether the IPA format is recognized by CMUSphinx or do I need to rewrite it. Example of the current state of the dictionary is provided below: KASÁRNÁCH k a s aa r n aa x VOBJEVIT v ɔ b j ɛ v ɪ t DEJVICKEJ d ɛ j v ɪ t͡s k ɛ j Any answer or insight will be much appreciated. Thank you! Ben

  • Benjamín Novický Benjamín Novický modified a comment on discussion Help

    Hello, I am working on my bachelor thesis which is training a cusphinx model for speech recognition in Czech language. My question is regarding phonetic dictionary in the dataset, whether the IPA format is recognized by CMUSphinx or do I need to rewrite it. Example of the current state of the dictionary is provided below: KASÁRNÁCH k a s aa r n aa x VOBJEVIT v ɔ b j ɛ v ɪ t DEJVICKEJ d ɛ j v ɪ t͡s k ɛ j Any answer or insight will be much appreciated. Thank you! Ben

  • Benjamín Novický Benjamín Novický posted a comment on discussion Help

    Hello, I am working on my bachelor thesis which is training a cusphinx model for speech recognition in Czech language. My question is whether the IPA format is recognized by CMUSphinx or do I need to rewrite it. Example of the current state of the dictionary is provided below: KASÁRNÁCH k a s aa r n aa x VOBJEVIT v ɔ b j ɛ v ɪ t DEJVICKEJ d ɛ j v ɪ t͡s k ɛ j Any answer or insight will be much appreciated. Thank you! Ben

  • nazarullah nazarullah posted a comment on discussion Help

    please help

  • nazarullah nazarullah posted a comment on discussion Help

    i try install pocketshpinx on ubuntu , and i have install new github pocketshpinx https://github.com/cmusphinx/pocketsphinx i have more problem after operate that , i cant ./autogen and ./configure can you help this?

  • nazarullah nazarullah posted a comment on discussion Sphinx4 Help

    i try install pocketshpinx on ubuntu , and i have install new github pocketshpinx https://github.com/cmusphinx/pocketsphinx i have more problem after operate that , i cant ./autogen and ./configure can you help this?

  • Narjis Raza Narjis Raza posted a comment on discussion CMUSphinx Sightings

    I am working on Anaconda 3 and installed a new environment of python 2.7 and perl. When I am running this command python ../sphinxtrain/scripts/sphinxtrain run I am getting the following errors. Please help me to resolve them. Sphinxtrain path: C:/sphinx/sphinxtrain Sphinxtrain binaries path: C:/sphinx/sphinxtrain/bin/Release/Win32 Running the training [main 2023-11-02T17:43:01.684Z] update#setState idle [main 2023-11-02T17:43:06.722Z] WSL is not installed, so could not detect WSL profiles [main...

  • Narjis Raza Narjis Raza modified a comment on discussion Help

    I am working on Anaconda 3 and installed a new environment of python 2.7 and perl. When I am running this command python ../sphinxtrain/scripts/sphinxtrain run I am getting the following errors. Please help me to resolve them. Sphinxtrain path: C:/sphinx/sphinxtrain Sphinxtrain binaries path: C:/sphinx/sphinxtrain/bin/Release/Win32 Running the training [main 2023-11-02T17:43:01.684Z] update#setState idle [main 2023-11-02T17:43:06.722Z] WSL is not installed, so could not detect WSL profiles [main...

  • Narjis Raza Narjis Raza modified a comment on discussion Help

    I am working on Anaconda 3 and installed a new environment of python 2.7 and perl. When I am running this command python ../sphinxtrain/scripts/sphinxtrain run I am getting the following errors. Please help me to resolve them. Sphinxtrain path: C:/sphinx/sphinxtrain Sphinxtrain binaries path: C:/sphinx/sphinxtrain/bin/Release/Win32 Running the training [main 2023-11-02T17:43:01.684Z] update#setState idle [main 2023-11-02T17:43:06.722Z] WSL is not installed, so could not detect WSL profiles [main...

  • Narjis Raza Narjis Raza posted a comment on discussion Help

    I am working on Anaconda 3 and installed a new environment of python 2.7 and perl. When I am running this command python ../sphinxtrain/scripts/sphinxtrain run I am getting the following errors. Please help me to resolve them. Sphinxtrain path: C:/sphinx/sphinxtrain Sphinxtrain binaries path: C:/sphinx/sphinxtrain/bin/Release/Win32 Running the training [main 2023-11-02T17:43:01.684Z] update#setState idle [main 2023-11-02T17:43:06.722Z] WSL is not installed, so could not detect WSL profiles [main...

  • prathna prathna posted a comment on discussion Speech Recognition Theory

    hello i am having same error..can you help me Can not open transcript file (/home/prathna/speech_recognition/other/etc/kreol_train.transcription) at /home/prathna/speech_recognition/sphinxtrain/scripts/00.verify/verify_all.pl line 245.

  • prathna prathna posted a comment on discussion Help

    hello can someone help me with this please Configuration script for sphinx trainer --mode:Perl-- $CFG_VERBOSE = 1; # Determines how much goes to the screen. These are filled in at configuration time $CFG_DB_NAME = "kreol"; Experiment name, will be used to name model files and log files $CFG_EXPTNAME = "$CFG_DB_NAME"; Directory containing SphinxTrain binaries $CFG_BASE_DIR = "/home/prathna/speech_recognition/other"; $CFG_SPHINXTRAIN_DIR = "/home/prathna/speech_recognition/sphinxtrain"; $CFG_BIN_DIR...

  • prathna prathna posted a comment on discussion Help

    hello.. i want to ask something.. on windows.. cmake is not available..what should i do? when i downloaded it its not working.its the same

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    Current speech speech systems can use speech-to-letter models for decoding the audio signal, together with a language model to detect legal sequences. Look into into speech-to-vec 2 models; thesecan generate a feature space that can then be trained to classify tokens for specific languages. With either approach you will need to have at least some annotated speech to map the audio to symbols. One rule of thumb is ~50 instances for each symbol, but this can vary accordining to the end task. Trying...

  • Omri Meshulam Omri Meshulam posted a comment on discussion Help

    Hello, I'm trying to build a speech recognition system only for Hebrew letters. The system should recognize single letter at a time (1 out of 22 letters). Can you estimate the number of recordings for each letters/ recording time for each letter to train and get good results. Is there any hebrew acoustic model that i can use? thanks

  • Kristen Basson Kristen Basson posted a comment on discussion Sphinx4 Help

    Hi there! I have followed the CMU Sphinx tutorial exactly as well as this youtube tutorial: https://www.youtube.com/watch?v=d_tYW-4i3nE&ab_channel=ForgottenLegends The transcriptions are inaccurate and I am unsure why. If you look at the youtube video even those transcriptions are incorrect from hearing the audio. I am trying to transcribe wav files for the language isiXhosa and the transcriptions were inaccurate for them too. I had a 30% WER for my acoustic model and the accuracy was perfect when...

  • Kristen Basson Kristen Basson posted a comment on discussion Sphinx4 Help

    Hi there! I have the same problem as New SourceForge User. I have followed the CMU Sphinx tutorial exactly as well as this youtube tutorial: https://www.youtube.com/watch?v=d_tYW-4i3nE&ab_channel=ForgottenLegends The transcriptions are inaccurate and I am unsure why. If you look at the youtube video even those transcriptions are incorrect from hearing the audio. I am trying to transcribe wav files for the language isiXhosa and the transcriptions were inaccurate for them too. I had a 30% WER for my...

  • zemenfes zemenfes posted a comment on discussion Help

    MODULE: 20 Training Context Independent models Phase 1: Cleaning up directories: accumulator...logs...qmanager...models... Phase 2: Flat initialize Phase 3: Forward-Backward Baum welch starting for 1 Gaussian(s), iteration: 1 (1 of 1) 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% Normalization for iteration: 1 Current Overall Likelihood Per Frame = -159.783133746041 Baum welch starting for 1 Gaussian(s), iteration: 2 (1 of 1) 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% ERROR: This step had 2 ERROR messages and...

  • zemenfes zemenfes modified a comment on discussion Help

    did u get the answer?

  • zemenfes zemenfes posted a comment on discussion Help

    did get the answer?

  • Sarce Farge Sarce Farge posted a comment on discussion Sphinx4 Help

    On the Logios main webpage, I created a file with a single word, "Aragorn". It gave "ARAGORN AE R AH G AH R N" which is good enough. However, running java with a maven pull of sphinx4-core / 5prealpha-SNAPSHOT, when using the cmulex_lts.bin file manually I get r ax g r n I don't mind the ax, which I can handle; it's the lack of initial a and later o that is troubling. It behaves a lot better on other made-up words (like calculatorizing, which gets the acceptable "k ae1 l k y ax l ey1 t er ay1 z ih...

  • João João posted a comment on discussion Help

    Hi, I'm new using PocketSphinx and I'm trying to make automations in my video editing workflow in Adobe Premiere Pro CC 2023 based on speech recognition. The script requires the Language Model, the Acoustic Model and the Dictionary. I installed the PocketSphinx 5.0.1 and it's Models. I downloaded and tried "sphinx4-5prealpha-src.zip", "br-pt.dic" and "cmusphinx-pt-br-5.2.tar.gz", as my target language is Portuguese. I also tried "cmusphinx-en-us-ptm-5.2" as an Acoustic Model. None of the combinations...

  • Jason Zhao Jason Zhao posted a comment on discussion Sphinx4 Help

    BTW, I using pocketsphinx

  • Jason Zhao Jason Zhao posted a comment on discussion Sphinx4 Help

    Hi, when I training a acoustic model, I get some errors below: ERROR: FATAL: "main.c", line 167: Unable to open tutorial/force_alignment/trees/force_alignment.unpruned/ang5-0.dtree for reading: No such file or directory I check the *.html finding the building tree process having some errors like this WARN: "main.c", line 145: No triphones involving ang5 FATAL: "main.c", line 730: Initialization failed how can I fix this, could you help me , thanks a lot

  • Alt21 Alt21 modified a comment on discussion Help

    Do i use Maven or another way?

  • Alt21 Alt21 modified a comment on discussion Help

    I try many time to download Sphinx But i can't find a way of anyone Could help me To download I want to Download PocketSphinx : https://github.com/cmusphinx/pocketsphinx

  • Alt21 Alt21 posted a comment on discussion Help

    Do i use Maven or another way?

  • Alt21 Alt21 posted a comment on discussion Help

    I try many time to download Sphinx But i can't find a way of anyone Could help me To download

  • nuguse negese nuguse negese posted a comment on discussion Help

    how this error message happen can i solve this error . when HelloWorld.java run we use sphinix4.1.0 beta6 class not found !java.lang.ClassNotFoundException: edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManag er Exception in thread "main" Property exception component:'decoder' property:'searchManager' - component 'wordPruningSearchManager' is missing edu.cmu.sphinx.util.props.InternalConfigurationException: component 'wordPruningSearchManager' is missing at edu.cmu.sphinx.util.props.PropertySheet.getComponent(PropertySheet.java:289)...

  • Jack Burton Jack Burton posted a comment on discussion Sphinx4 Help

    hi everyone, im trying to use Sphinx for a voice bot but i keep getting this message appaear inside the terminal: "Listening.... Recognizing..... Sorry, my speech service is not available right now." im not sure what could be causing it, not sure if anyone has any suggestions? would be greatly appreciated

  • Researchware Staff Researchware Staff posted a comment on discussion Help

    No one out there willing to build a set of dylib and dlls for a fee?

  • Researchware Staff Researchware Staff posted a comment on discussion Help

    I'm seeking someone who can build macOS .dylib and 32 and 64 bit Windows dll files of pocketsphinx and sphinxbase AND/OR can walk me through the process in a 1 or more online meetings. We can discuss estimated time and cost via email if interested.

  • Kent Tong Kent Tong posted a comment on discussion Help

    Hi, I'd like to let the user speak a single Chinese character and have the program recognize it as one of those mandarin sounds (pinyin). If required, I can train the program in advance. How should I approach this? Many thanks

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Sphinx4 Help

    CMUSphinx has dynamic language models. It also has class language models. Your different contexts can use dynamic lms; you have to precompile them.. The class language models can have tokens that expand to a word list (think [cityname] -> Tokyo, London,...). But the words have to already be in your global dict. On Wed, Oct 26, 2022, 02:05 Ken Schafer byteplayer@users.sourceforge.net wrote: Okay, I've done some searching on these forums and have found some similar questions, but nothing exactly like...

  • Ken Schafer Ken Schafer posted a comment on discussion Sphinx4 Help

    Okay, I've done some searching on these forums and have found some similar questions, but nothing exactly like what I'm looking for. Here's my situation: I want to voice control our app and I have built a language model corpus and used the LMTOOL to compile it. I am adding the dictionary with the AddNgramSearch function and then setting the Active Search to the specified ngram, and it all works reasonably well, with good recognition of the corpus words. However, there are a number of radically different...

  • Senyo Tsevi Marious Senyo Tsevi Marious posted a comment on discussion Speech Recognition Theory

    Please help

  • Senyo Tsevi Marious Senyo Tsevi Marious posted a comment on discussion Speech Recognition Theory

    I am creating a speech to text recognition system as my final year Thesis and with less than a month to go, the above error is what i keep running into during the training section.

  • Senyo Tsevi Marious Senyo Tsevi Marious posted a comment on discussion Speech Recognition Theory

    my feature files (.mfc) files are empty. please help

  • Yanay Lehavi Yanay Lehavi posted a comment on discussion Help

    Hi, is anyone aware of Korean models (acoustic + phonetic + language) or someone who's working on them? Thanks Yanay Lehavi Founder & CEO Pitch Inc. 949.903.4678 yanay@pitch.studio yanay@pitch.studio www.pitch.studio http://www.pitch.studio/ This electronic transmission and any documents attached to it are confidential and intended for the sole use of the recipient named above. If you have received this electronic message in error, please notify the sender and delete the electronic message. Any disclosure,...

  • shammi shammi posted a comment on discussion Sphinx4 Help

    Hi some one managed to create a pluing for unreal 4.27 and 5.0 but i am facing some issue with unreal 4.27 Andiod build it works fine in windows packing and no errors. here is the link. https://unrealcommunity.wiki/speech-recognition-plugin-yg8mvl5w I keep getting this error in c++ UATHelper: Packaging (Android (ASTC)): D:/Others/Sppechtest/Plugins/SpeechRecognition/Source/SpeechRecognition/Public/SpeechRecognition.h(81,16): error: assigning field to itself [-Werror,-Wself-assign-field] UATHelper:...

  • Fang LIU Fang LIU posted a comment on discussion Help

    Realized that it is an issue of too short audio, and test in training uses pocketsphinx_batch which handles short audio better than pocketsphinx_continous. See related post here.

  • Fang LIU Fang LIU posted a comment on discussion Help

    Thank you Jake it is working for me. :-)

  • Fang LIU Fang LIU posted a comment on discussion Help

    Thank you Paul. Unfortunately, both are not working. 1) [-backtrace yes], I issued the command: pocketsphinx_continuous -infile .\wav\goforward.raw -hmm .\model_parameters\en-us\ -lm .\etc\en-us.lm.bin -dict .\etc\cmudict-en-us.dict and got the output: go forward ten meters. In its configuration backtrace is set to no as well. It is not the cause. But it reminds me to compare their configures, will do it later. 2) I also opened the lm file and dic file, seems normal. Besides, the two files are also...

  • Paul Paul posted a comment on discussion Help

    Hi Fang, I'm not an expert and haven't used this for a while, but, two possible things did spring to mind on seeing your question: 1) I'd try setting backtrace to yes [-backtrace yes] as I think (could be wrong) with it set to "no" as is currently shown in the configuration settings, then it won't output anything on the command line. You could then at least see if you're getting any output at the command line. 2) I remember having a lot of issues with the cases between by dictionary and the LM file...

  • Fang LIU Fang LIU posted a comment on discussion Help

    I'm using a very small sized dataset (5 words) to train an Mandarin acoustic model on windows10. The .align file shows a 100% accurate (file attached). However, when choosing a .wav file from training data set and feeding it to recognizer, output is an empty string. Appreciate your help. The issued command: pocketsphinx_continuous -infile .\wav\speaker_1\1_03.wav -hmm .\model_parameters\demo.ci_cont\ -lm .\etc\demo.lm -dict .\etc\demo.dic output: INFO: pocketsphinx.c(152): Parsed model-specific feature...

  • burnie smith burnie smith posted a comment on discussion Help

    despite this error the feat, mdef, means, mixture weights, noisedict, transition matrices, and variances files were still created, should i disregard this error and move on?

  • burnie smith burnie smith posted a comment on discussion Help

    I have been attempting to create my own language model for a personalized voice recognition project and managed to get the files in order that the sphinxtrain run command passes phase 7 and all modules leading up till the decode module, when it throws the error in the picture provided not sure how to resolve this, any advice would be appreciated.

  • burnie smith burnie smith posted a comment on discussion Help

    I have been attempting to train a language model for pocketspinx to my voice for a project i am working on, I have been following this guide https://www.youtube.com/watch?v=-XYjFHzfa2U&t=1s everything has gone well up until i run the command "python ../sphinxtrain/scripts/sphinxtrain run" After having run this several times and resolved every error and warning (save for the warning regarding a small amount of data present and a warning stating that there are repeat phones in the phoneslist which...

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    Folks, Thank you all for your patience! lmtool is back up and appears stable. Please try it at http://www.speech.cs.cmu.edu/tools/lmtool-new.html. lextoo should be up shortly. If you encounter any problems please post or email me directly. Thank you, Alex Rudnicky On Fri, Mar 25, 2022 at 8:52 AM Daniel Wolf lupomuc@users.sourceforge.net wrote: The LMTool site (http://www.speech.cs.cmu.edu/tools/lmtool-new.html) appears to be down. It would be great if it could be got up again! LM tool https://sourceforge.net/p/cmusphinx/discussion/help/thread/758ed876/?limit=25#6476...

  • Jay87 Jay87 posted a comment on discussion Sphinx4 Help

    try{ Configuration configuration = new Configuration(); configuration.setAcousticModelPath("resource:/edu/cmu/sphinx/models/en-us/en-us"); configuration.setDictionaryPath("resource:/edu/cmu/sphinx/models/en-us/cmudict-en-us.dict"); configuration.setLanguageModelPath("resource:/edu/cmu/sphinx/models/en-us/en-us.lm.bin"); StreamSpeechRecognizer recognizer = new StreamSpeechRecognizer(configuration); InputStream stream = new FileInputStream(new File("test.wav")); recognizer.startRecognition(stream);...

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Help

    @air getting this error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.

  • Paul Paul posted a comment on discussion Help

    We use the LM Tool from time to time when we add a new book to our app (articulate.xyz it’s an English pronunciation app). The LM and dictionary for the book gets sent to the app for users to practice reading. We use both the web tool and scripts (depending on what we happen to be generating) Hope that’s useful. Paul Please excuse any spelling: Sent from my iPhone On 19 Apr 2022, at 21:21, Alex Rudnicky air@users.sourceforge.net wrote:  The code for quick_lm had been posted to the website. It's...

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Help

    @air [ERRO] can't find SphinxPhones_40! FATAL getting this error !

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    Folks, The lmtool is close to being up for general use; I have it working internally and it's being tested. Thanks, Alex On Wed, Apr 27, 2022 at 5:13 AM Mina Huh mina1004h@users.sourceforge.net wrote: @air https://sourceforge.net/u/air/ When I am trying to call on the CMU Sphinx lmtool to get pronunciations for words using python script, I get this error message. You dictionary could not be constructed because could not upload word file500 Can't write to /var/www/cgi-bin/tools/logios/../../../www-htdocs/tools/product/1651049109_20533/8508.word:...

  • Mina Huh Mina Huh posted a comment on discussion Help

    @air When I am trying to call on the CMU Sphinx lmtool to get pronunciations for words using python script, I get this error message. <p>You dictionary could not be constructed because could not upload word file<br>500 Can't write to /var/www/cgi-bin/tools/logios/../../../www-htdocs/tools/product/1651049109_20533/8508.word: No such file or directory Can you please check? Thank you

  • Mina Huh Mina Huh posted a comment on discussion Help

    @air When I am trying to call on the CMU Sphinx lmtool to get pronunciations for words using python script, I get this error message. <p>You dictionary could not be constructed because could not upload word file<br>500 Can't write to /var/www/cgi-bin/tools/logios/../../../www-htdocs/tools/product/1651049109_20533/8508.word: No such file or directory Can you please check? Thank you

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Help

    @air when clicking Compile Knowledge Base, it directing to a Not Found Page.

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Help

    @air when clicking Compile Knowledge Base, it directing to a Not Found Page.

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    The code for quick_lm had been posted to the website. It's actually in the cgi folder. I will post the code to github as well. Alex On Tue, Apr 19, 2022 at 1:32 PM Daniel Wolf lupomuc@users.sourceforge.net wrote: It's been several years since I last used the tools, so I can't give you much feedback. I used them for two things: I seem to remember that the LM generation scripts were somehow hosted on the site, allowing me to download and study them. It's surprisingly hard to find good (and simple!)...

  • Daniel Wolf Daniel Wolf posted a comment on discussion Help

    It's been several years since I last used the tools, so I can't give you much feedback. I used them for two things: I seem to remember that the LM generation scripts were somehow hosted on the site, allowing me to download and study them. It's surprisingly hard to find good (and simple!) code that generates language models, and those scripts served as a great starting point for writing my own, application-specific implementation. I then used the output of the web interface as a kind of ground truth...

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    Folks, lmtool is on the road to recovery. The site and the computer were hacked. I'm in the process of reconstituting the website and tool. Unfortunately the damage to lmtool appears to have been made around 15 sept 2021 while the computer itself was disabled in early February. But the code has been recovered. What's missing is the web page interfaces. We're still looking for them in the backups. It's really close at this point (he claims). I apologize for slow progress. My time had been taken by...

  • Daniel Wolf Daniel Wolf posted a comment on discussion Help

    This article lists two other options for building language models. I haven't used them myself, but it sounds like they will give you the same result, albeit with a bit more effort.

  • makaloLau makaloLau posted a comment on discussion Help

    http://www.speech.cs.cmu.edu/tools/lmtool-new.html is down down down.

  • Irfan Muhammad Irfan Muhammad modified a comment on discussion Sphinx4 Help

    http://www.speech.cs.cmu.edu/tools/lmtool-new.html is not working. Can someone give me an alternative please? email me on : irfanbhugaloo@hotmail.com

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Sphinx4 Help

    http://www.speech.cs.cmu.edu/tools/lmtool-new.html is not working. Can someone give me an alternative please?

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Sphinx4 Help

    http://www.speech.cs.cmu.edu/tools/lmtool-new.html is not working. Can someone give me an alternative please?

  • Vlad Lailo Vlad Lailo posted a comment on discussion Help

    How can I build language model and dictionary if http://www.speech.cs.cmu.edu/tools/lmtool-new.html doesn't work?

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    cmudict is on github; the lm compiler is not (I agree it should be). The rest of the stuff is cgi code and also a binary for pronunciations. The latter components are old and need to be replaced.... On Mon, Mar 28, 2022 at 1:48 AM Daniel Wolf lupomuc@users.sourceforge.net wrote: Oh, that sucks. Good luck restoring the contents! Is there a public repo with the source code? I did some searching, but all links pointed to the website only. LM tool https://sourceforge.net/p/cmusphinx/discussion/help/thread/758ed876/?limit=25#94cb...

  • Daniel Wolf Daniel Wolf posted a comment on discussion Help

    Oh, that sucks. Good luck restoring the contents! Is there a public repo with the source code? I did some searching, but all links pointed to the website only.

  • Alex Rudnicky Alex Rudnicky posted a comment on discussion Help

    The machine was hacked (and stuff wpied). The system will be restored using other copies, but it's taking time. Apologies for the mess. Alex On Fri, Mar 25, 2022 at 8:52 AM Daniel Wolf lupomuc@users.sourceforge.net wrote: The LMTool site (http://www.speech.cs.cmu.edu/tools/lmtool-new.html) appears to be down. It would be great if it could be got up again! LM tool https://sourceforge.net/p/cmusphinx/discussion/help/thread/758ed876/?limit=25#6476 Sent from sourceforge.net because you indicated interest...

  • Daniel Wolf Daniel Wolf posted a comment on discussion Help

    The LMTool site (http://www.speech.cs.cmu.edu/tools/lmtool-new.html) appears to be down. It would be great if it could be got up again!

  • Mina Huh Mina Huh posted a comment on discussion Help

    Seems like access to http://www.speech.cs.cmu.edu/tools/lmtool-new.html is not available. Is the server down? When will it be working again? Thank you so much in advance.

  • Mina Huh Mina Huh posted a comment on discussion Help

    Seems like access to http://www.speech.cs.cmu.edu/tools/lmtool-new.html is not available. Is the server down? When will it be working again? Thank you so much in advance.

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Help

    Sphinx Knowledge Base tool is not working (http://www.speech.cs.cmu.edu/tools/lmtool-new.html). Any other alternatives please?

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Help

    Sphinx Knowledge Base tool is not working (http://www.speech.cs.cmu.edu/tools/lmtool-new.html). Any other alternatives please?

  • Irfan Muhammad Irfan Muhammad modified a comment on discussion Help

    Sphinx Knowledge Base tool is not working (http://www.speech.cs.cmu.edu/tools/lmtool-new.html). Any other alternatives please?

  • Irfan Muhammad Irfan Muhammad posted a comment on discussion Help

    Sphinx Knowledge Base tool is not working ( http://www.speech.cs.cmu.edu/tools/maptool.html). Any other alternatives please?

  • Leo Leo posted a comment on discussion Help

    I have been looking for ages but I am always hitting the limit if my knowledge or understanding I am trying to create a script or program to turn live speech from a microphone into prinred phonemes and im trying to do this as fast as possible with singular phonemes pronted at a time (one at a time?) though i havent even been able to print the phonemes from a audio file let alone a microphone. and 1 phoneme at a time, is it possible? id appreciate any help with this so i can conplete my little id...

  • wude.chemm.JY wude.chemm.JY posted a comment on discussion Help

    Does anyone know the website of this lm-tool? I'm hurry! thank you!

  • Roshni vipi Roshni vipi posted a comment on discussion Help

    I have chanded this $CFG_CD_TRAIN = 'no'; $DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_cont"; But I have this problem MODULE: DECODE Decoding using models previously trained Decoding 54 segments starting at 0 (part 1 of 1) 0% ERROR: This step had 43 ERROR messages and 0 WARNING messages. Please check the log file for details. Aligning results to find error rate word_align.pl failed with error code 65280 at /usr/local/lib/sphinxtrain/scripts/decode/slave.pl line 173. pls give suggesstion and help me to...

  • Roshni vipi Roshni vipi posted a comment on discussion Help

    Sphinxtrain path: /usr/local/lib/sphinxtrain Sphinxtrain binaries path: /usr/local/libexec/sphinxtrain Running the training do "etc/sphinx_train.cfg" failed, '.' is no longer in @INC; did you mean do "./etc/sphinx_train.cfg"? at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/../lib/SphinxTrain/Config.pm line 65. Configuration (e.g. etc/sphinx_train.cfg) not defined Compilation failed in require at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/slave_feat.pl line 51. BEGIN failed--compilation...

  • Roshni vipi Roshni vipi posted a comment on discussion Help

    Sphinxtrain path: /usr/local/lib/sphinxtrain Sphinxtrain binaries path: /usr/local/libexec/sphinxtrain Running the training do "etc/sphinx_train.cfg" failed, '.' is no longer in @INC; did you mean do "./etc/sphinx_train.cfg"? at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/../lib/SphinxTrain/Config.pm line 65. Configuration (e.g. etc/sphinx_train.cfg) not defined Compilation failed in require at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/slave_feat.pl line 51. BEGIN failed--compilation...

  • Benjamin Benjamin posted a comment on discussion Speech Recognition Theory

    Hi, I sadly haven't got any programming experience, but I would like to make a soundeffect reognition application. I want it to be able to be connected to the audiooutput of a videogame and detect specific sound effects in it which are always the same. when detecting it's supposed to make a music player in the background or smth start a song. To me it doesn't sound extremely difficult but I'm just guessing.

  • Benjamin Benjamin posted a comment on discussion Help

    Hi, I sadly haven't got any programming experience, but I would like to make a soundeffect reognition application. I want it to be able to be connected to the audiooutput of a videogame and detect specific sound effects in it which are always the same. when detecting it's supposed to make a music player in the background or smth start a song. To me it doesn't sound extremely difficult but I'm just guessing.

1 >