|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrmVisitor | |
---|---|
net.cscott.sdr.calls.grm | This package contains the tools needed to generate Sphinx and ANTLRv3 grammars for "natural language calls" from the information in the call lists about grammar and precedence for individual calls. |
Uses of GrmVisitor in net.cscott.sdr.calls.grm |
---|
Subclasses of GrmVisitor in net.cscott.sdr.calls.grm | |
---|---|
class |
EmitANTLRv3
Emit an ANTLRv3 "natural language" grammar for calls. |
class |
EmitDictionary
Emit (trimmed) pronunciation dictionary for spoken natural-language call grammar. |
class |
EmitJava
Emit Java representation of post-processed natural language grammar for calls. |
class |
EmitJSAPI
Emit Java Speech API representation of post-processed natural language grammar for calls. |
class |
SimplifyGrm
Basic optimizations for a grammar rule. |
Methods in net.cscott.sdr.calls.grm with parameters of type GrmVisitor | ||
---|---|---|
abstract
|
Grm.accept(GrmVisitor<T> v)
|
|
|
Grm.Alt.accept(GrmVisitor<T> v)
|
|
|
Grm.Concat.accept(GrmVisitor<T> v)
|
|
|
Grm.Mult.accept(GrmVisitor<T> v)
|
|
|
Grm.Nonterminal.accept(GrmVisitor<T> v)
|
|
|
Grm.Terminal.accept(GrmVisitor<T> v)
|
|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |