|
speech_recognition
|
Public Member Functions | |
| def | __init__ (self, word, node) |
Public Attributes | |
| node | |
| word | |
An edge in a sentence. :ivar word: The word to be understood. :ivar node: Node for the remainder of the sentence.
Definition at line 217 of file kaldi_grammar.py.
| def speech_recognition.kaldi_grammar.SentenceEdge.__init__ | ( | self, | |
| word, | |||
| node | |||
| ) |
Definition at line 223 of file kaldi_grammar.py.
| speech_recognition.kaldi_grammar.SentenceEdge.node |
Definition at line 225 of file kaldi_grammar.py.
| speech_recognition.kaldi_grammar.SentenceEdge.word |
Definition at line 224 of file kaldi_grammar.py.
1.8.17