Re: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-11 Thread Byron Mann
Found these links that may be of help. https://github.com/markmandel/JavaLoader/wiki/Class-Loading http://www.bennadel.com/blog/424-loading-java-classes-with-coldfusion-runtime-java-javaproxy.htm Cf10, added a similar feature. https://wikidocs.adobe.com/wiki/display/coldfusionen/Enhanced+Java+

Re: Speech to text

2015-02-11 Thread Michael van Leest
I think most of the speech to text apis are just for short (max 3 minute) audio files. You might want to google for auto transcribe api of some sort, like YouTube does in some cases for automatic (translated) subtitles. 1 api I found is: http://www.video2text.net On Wednesday, February 11, 2015

Re: Speech to text

2015-02-11 Thread Patrick at A7
Excellent. Thank you both. The purpose is converting online teachings/seminars to searchable text. Thanks again, Patrick > On Feb 11, 2015, at 1:45 PM, Gerald Guido wrote: > > > Curious as well I poked around and found this > http://www.x2q.net/2013/09/16/how-to-use-google-speech-api/ > > G!

Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-11 Thread DURETTE, STEVEN J
Hi all, My brain isn't working well today and this one has me stumped even after googling for hours. I need to be able to load some jar files in both CF9 and Railo 4.2. Because of rules imposed on me, I cannot put them in the standard jar directories (they would break cf/railo functionality)

Re: Speech to text

2015-02-11 Thread Gerald Guido
Curious as well I poked around and found this http://www.x2q.net/2013/09/16/how-to-use-google-speech-api/ G! *Gerald Anthony Guido* Nullius in verba -- Horace learn.geraldguido.com Twitter Facebook

Re: Speech to text

2015-02-11 Thread Michael van Leest
A quick search on google gave me these options. - AT&T API: http://developer.att.com/apis/speech (no mp3 though, ogg and other general telecom filetypes) - http://www.ispeech.org/ Not sure what your use case is, but using an api for this seems to me to be the best option. Good lu

Re: Speech to text

2015-02-11 Thread Patrick at A7
I want this, too: Automatic translation of mp4 files to text. It seems to me that if we have Speech Recognition on phones, we could certainly have this on a site. But I have been unable to find it. Patrick > On Feb 10, 2015, at 12:10 PM, John Allen wrote: > > > I was thinking more of an appli

Re: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory

2015-02-11 Thread Dave Watts
> My brain isn’t working well today and this one has me stumped even after > googling for > hours. I need to be able to load some jar files in both CF9 and Railo 4.2. > Because of > rules imposed on me, I cannot put them in the standard jar directories (they > would > break cf/railo functio

Re: Speech to text

2015-02-11 Thread John Allen
I was thinking more of an application where you feed it an MP3 file and then it spits out the text. Still haven't found a good application for it. Sphinx seems cool interesting and I'm trying to get it up and running using CF as a wrapper for the Java stuff. On Fri, Feb 6, 2015 at 5:31 PM, Rober

Re: CF 404 handler non being invoked on IIS

2015-02-11 Thread Mark Spence
>Have you tried a very simple rule to test of that is working ok ? The url rewrite is just pointing to serve the site from a subdirectory. It is working ok because the home page is being served correctly. Thanks, On Mon, Feb 9, 2015 at 3:09 PM, Russ Michaels wrote: > > I deal with many sites

Re: CF 404 handler non being invoked on IIS

2015-02-11 Thread Mark Spence
Thank you, I would appreciate that. On Mon, Feb 9, 2015 at 6:38 PM, Matt Robertson wrote: > > > > > Mark, > > those two threads aren't exactly a linear set of to do steps. I'll try to > put that together tomorrow when I am in front of a desktop. > > ~~

Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory

2015-02-11 Thread Steve Durette
Hi all, Trying this from the web interface since an email to the list failed with: : 451 All MX servers are unavailable for domain houseoffusion.com My brain isn’t working well today and this one has me stumped even after googling for hours. I need to be able to load some jar files in bo