Colin Beckingham

Results 49 comments of Colin Beckingham

For those following along, I have found some discussions related to mllib (http://apache-spark-developers-list.1001551.n3.nabble.com/Switch-RDD-based-MLlib-APIs-to-maintenance-mode-in-Spark-2-0-td17033.html) which indicate that from the Spark 2.x onwards, there is to be a preference for the newer...

@pdtwonotes I wonder if you perused an issue I raised earlier https://github.com/julius-speech/julius/issues/11 where "no data fragment" occurred; possibly not in a parallel context, but may be of assistance. Intuitively I...

You are of course aware of [www.voxforge.org](http://www.voxforge.org) and the tutorials there? Those tutorials do what you describe; if you are looking for something different then post back.

Did you investigate whether the position of the -quiet in the command is important? Normally one would expect to see global options immediately after the call to julius, that is...

mkdfa is actually a perl script, so the call should be "mkdfa.pl ...". It should be installed during a normal Julius install. Try doing a "which mkdfa.pl" on your system....

I have never played with a Raspberry Pi, but I do understand that the provided OSs can be rather pruned down to save space and therefore remove some functionality. In...

Quite often, the sample jconf file will contain valuable hints as to what the options do. In the case of -filelist it offers "# input file list"; try putting your...

While this would be a convenient enhancement, one thing that works well in the meantime is to ask Julius to decode from a filelist which contains the name of a...

I think you will need the output from Julius running in server mode, that is, using the `-module` option. See [this help page](https://github.com/julius-speech/julius/blob/master/doc/Options.md) in particular `-module` and `-outcode` (phone sequence).

Make sure you have the right site for HTK (http://htk.eng.cam.ac.uk/) - there is a note about the recently released beta 3.5 version which happened Dec 2015, so your source seems...