General Discussion

Nested
text parser
User: jadell
Date: 3/6/2012 2:29 am
Views: 5685
Rating: 9

I am looking for a code that can parse a text given a JSGF grammar, supplying the action tags that appear in the gramamr.

Does someone know any? Or somthing similar I could build on?

 

Regards.

--- (Edited on 3/6/2012 2:29 am [GMT-0600] by jadell) ---

Re: text parser
User: kmaclean
Date: 3/7/2012 9:31 am
Views: 95
Rating: 10

>I am looking for a code that can parse a text given a JSGF grammar,

googling "jsgf parser" I get:

JSGFParser (Sphinx-4)

cmusphinx.sourceforge.net/sphinx4/.../jsgf/parser/JSGFParser.html
edu.cmu.sphinx.jsgf.parser. Class JSGFParser. java.lang.Object extended by edu.cmu.sphinx.jsgf.parser.JSGFParser. All Implemented Interfaces: ...
there are others...

--- (Edited on 3/7/2012 10:31 am [GMT-0500] by kmaclean) ---

Re: text parser
User: Visitor
Date: 3/7/2012 9:39 am
Views: 2086
Rating: 9

Thanks, that's the one I amb using at the moment. But, I am actually working in C++ and using code in java is not very convenient. Or at least imho. You say there are other, could cite some of them.

 

Regard

--- (Edited on 3/7/2012 9:39 am [GMT-0600] by Visitor) ---

PreviousNext