Sphinx Comma-Separated Field Programming Databases by Dani …database as a comma-delimited string. I want to use Sphinx to query against the field, but I'm worried …. I went ahead and edited the MySQL query in the sphinx.conf file to `SELECT REPLACE(keywords, ',', ' ')` so that they…recognized as individual words, but is this necessary? How does Sphinx treat commas (and other punctuation, for that matter) and … Sphinx SPH_SORT_TIME_SEGMENTS Programming Web Development by Dani I currently use Sphinx search, and am attempting to sort my results in time …, it returns zero results. I am setting sql_date_column in my sphinx.conf file. What am I doing wrong? Am I missing… Sphinx Query() returns false Programming Web Development by Dani … the first time in awhile. require('includes/lib/sphinxapi.php'); // Sphinx Search API $cl = new SphinxClient(); $cl->SetServer($config['SphinxServer… Re: Sphinx Query() returns false Programming Web Development by vfedorkov … see, hope this will help you to go forward with Sphinx and make search faster and more relevant: 1. You may… want to ommit SetServer call at all if you run Sphinx locally on port 9312. 2. Use SPH_MATCH_EXTENDED instead of SPH_MATCH_ANY… Re: Sphinx Comma-Separated Field Programming Databases by pritaeas Found this: http://stackoverflow.com/questions/4464384/sphinx-delimiters including cfg in perl script; CMU Sphinx Programming Software Development by johnyjj2 … installed Ubuntu in order to install CMU Sphinx ([url]http://www.speech.cs.cmu.edu/sphinx/tutorial.html[/url]). There is one….voxforge.org/home/forums/other-languages/dutch/acoustic-model-in-sphinx-6/7[/url] but it doesn't help me. Greetings… Re: voice recognition in java using sphinx Programming Software Development by Tajinderpal …run a demo example of HelloWorld.jar given in sphinx's bin and it runs b'coz it was…Also i am using apache ant to build my sphinx and my pgm.but i am still getting the …[B]ANT[/B] command by first going to the sphinx directory -> cd /D:\project\Sphinix-4 Now irun…java but only i needed is the help on sphinx so that i can stop and play the madia… voice recognition in java using sphinx Programming Software Development by Tajinderpal … .I tried to run a demo program given in the sphinx src through command prompt .I have also used apache ant… to build sphinx pgm .when irun the demo pgm through [B]ANT[/B… Re: voice recognition in java using sphinx Programming Software Development by Tajinderpal …-1.0beta6-src\sphinx4-1.0beta6\src\apps\edu\cmu\sphinx\demo\ helloworld>ANT -diagnostics Unable to locate tools.jar….0beta6-src[/COLOR]\sphinx4-1.0beta6\src\apps\edu\cmu\sphinx\demo\helloworld[/B] in sphinx4-1.0beta6-src ,it is… Re: voice recognition in java using sphinx Programming Software Development by gthiruppathi … error while running "build.xml" file when connecting sphinx 4 with eclipse BUILD FAILED F:\project\sample\src\build… find file F:\project\sample\src\src\sphinx4\edu\cmu\sphinx\linguist\acoustic\tiedstate\PropertiesDumper.java to copy. plz help thanx… Re: voice recognition in java using sphinx Programming Software Development by peter_budo You have to execute ant call from inside Sphinx directory on the same level as is build.xml. Checking their [URL="https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/sphinx4/"]SVN[/URL] it is clearly there on top level in the directory as expected Re: Sphinx Comma-Separated Field Programming Databases by Dani Thanks ... It says that the [charset table](http://sphinxsearch.com/docs/current.html#conf-charset-table) can be used to give a comma-delimited list of characters to be indexed, but not about whether it's possible to escape the comma character in this comma-delimited list. Still curious as to whether a comma is treated like a space or indexed by … Re: Sphinx SPH_SORT_TIME_SEGMENTS Programming Web Development by Dani Hey guys, I was able to figure it out. I was under the (false) assumption that SPH_SORT_TIME_SEGMENTS figured out the time based on what was set in the sql_date_column. However, it turns out that you have to manually pass in which field you want to use for time, when setting the SortMode. Re: Sphinx Query() returns false Programming Web Development by Dani Update: I just discovered that Query() returns an array on success and false on failure, and if it fails, you can call GetLastError() ... So I did and here's what it told me: connection to server.daniweb.com:0 failed (errno=0, msg=Failed to parse address "server.daniweb.com") I can connect to the server just fine from the box via CLI? Re: Sphinx Query() returns false Programming Web Development by Dani Update again: OK, got it! I had to manually specify port 9312 as the second parameter of the SetServer() method, since it's apparently not the default port. Re: voice recognition in java using sphinx Programming Software Development by peter_budo 1. I do not see for you to create multiple threads while all of them are asking same thing just with extra info difference, therefore threads merged. Make sure you do not do this again 2. Proper English is expected of any member so stuff like "b'coz" or "pgm" 3. What do you get when you execute [icode]ant -diagnostics[/icode]? … error in sphinx4 open source Programming Software Development by azzaid …t locate resource:/WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz/dict/fillerdict edu.cmu.sphinx.util.props.InternalConfigurationException: Can't locate resource:/…WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz/dict/fillerdict at edu.cmu.sphinx.util.props.ConfigurationManagerUtils.getResource(ConfigurationManagerUtils.java:483)… Re: problem in my project Programming Software Development by ghada ali ….ModelLoader.loadProperties(ModelLoader.java:372) at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.getIsBinaryDefault(ModelLoader.java:386)… at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.newProperties(ModelLoader.java:346)… Re: problem in my project Programming Software Development by ghada ali ….ModelLoader.loadProperties(ModelLoader.java:372) at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.getIsBinaryDefault(ModelLoader.java:386)… at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.newProperties(ModelLoader.java:346)… coding and running application in C on mobile phone with Symbian Programming Software Development by johnyjj2 …and acoustic models, as well as formal grammar in CMU Sphinx, with the use of SphinxTrain). The application recognizes those…I explained above, but I also tried them. CMU Sphinx contains SphinxTrain to create acoustic model. It has got …It is here: [url]http://www.speech.cs.cmu.edu/sphinx/tutorial.html[/url] . There is no similar tutorial for… Re: problem in my project Programming Software Development by ghada ali … my project [code] //package demo.sphinx.helloworld; import edu.cmu.sphinx.frontend.util.Microphone; import edu.cmu.sphinx.recognizer.Recognizer; import edu.cmu….sphinx.result.Result; import edu.cmu.sphinx.util.props.ConfigurationManager; import edu… Re: problem in my project Programming Software Development by ghada ali … original code [code] package demo.sphinx.helloworld; import edu.cmu.sphinx.frontend.util.Microphone; import edu.cmu.sphinx.recognizer.Recognizer; import edu.cmu….sphinx.result.Result; import edu.cmu.sphinx.util.props.ConfigurationManager; import edu… building sphinx4 helloworld in netbeans - errors Programming Software Development by johnyjj2 …-bin, which are part of speech recognition system CMU Sphinx, Sphinx4 is written in Java. In the directory S…S:\tutorial\sphinx4-1.0beta3-src\src\apps\edu\cmu\sphinx\demo\hellodigits contains five files: digits.gram, hellodigits.config…[url]http://cmusphinx.sourceforge.net/sphinx4/src/apps/edu/cmu/sphinx/demo/helloworld/README.html[/url] . I'm sure I… problem in my project Programming Software Development by ghada ali ….util.Microphone; import edu.cmu.sphinx.recognizer.Recognizer; import edu.cmu.sphinx.result.Result; import edu.cmu.sphinx.util.props.ConfigurationManager; import edu….cmu.sphinx.util.props.PropertyException; import java… Re: problem in my project Programming Software Development by DavidKroukamp ….util.Microphone; import edu.cmu.sphinx.recognizer.Recognizer; import edu.cmu.sphinx.result.Result; import edu.cmu.sphinx.util.props.ConfigurationManager; import edu….cmu.sphinx.util.props.PropertyException; import java… Problem with ConfigurationManager Programming Software Development by ZixCo … a program and I started at the first example for sphinx 4. I can't even run the program becouse I….util.Microphone; import edu.cmu.sphinx.recognizer.Recognizer; import edu.cmu.sphinx.result.Result; import edu.cmu.sphinx.util.props.ConfigurationManager; public class… New Search engine Script Programming Web Development by webie …end for openwebspider the script is PHP and uses the sphinx full text search engine and the smarty template engine …openwebspider crawls. each month i rebuild my search index using sphinx full text search engine. so in fact my search script…even touch mysql database after a rebuild it just queries sphinx indexes. I am also speaking to my coder to … Re: problem in my project Programming Software Development by ghada ali … java.net.URL.openStream(URL.java:1035) at edu.cmu.sphinx.util.props.SaxLoader.load(SaxLoader.java:64) at edu.cmu….props.ConfigurationManager.loader(ConfigurationManager.java:383) at edu.cmu.sphinx.util.props.ConfigurationManager.<init>(ConfigurationManager.java:115) at … Re: problem in my project Programming Software Development by JamesCherrill Unfortunately the sphinx package you are using was written by idiots who have … to help much more with this - you really need a sphinx expert. Re: problem in my project Programming Software Development by JamesCherrill … thread "main" java.lang.NullPointerException at edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.loadProperties(ModelLoader.java:372)[/CODE] is…