| Trees | Indices | Help |
|
|---|
|
|
object --+
|
BackoffBuilder
Defines the interface and common functions for models that assign a semantics directly to an input sequence.
The evaluation interface is similar to the Tagger interface.
|
|||
|
|||
|
|||
|
|||
| jazzparser.formalisms.base.semantics.lambdacalc.Semantics subclass instance |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
BUILDER_OPTIONS =
|
|||
|
|||
| num_paths | |||
| name | |||
|
input_length Should return the number of words (chords) in the input, or some other measure of input length appropriate to the type of input. |
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
This is the main interface method.
|
Gets a list of all the tonal space paths, highest rank first. Just a convenience method to get all the paths using get_tonal_space_path for every rank (self.num_paths). |
|
|||
num_paths
|
name
|
input_lengthShould return the number of words (chords) in the input, or some other measure of input length appropriate to the type of input.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |