| Trees | Indices | Help |
|
|---|
|
|
object --+
|
FormalismBase --+
|
Formalism
|
|||
|
PcfgModel Pcfg model class appropriate for the formalism. |
|||
|
Syntax Formalisms should define override this nested class with their own, which will specify values for these attributes. |
|||
|
Semantics Formalisms should define override this nested class with their own, which will specify values for these attributes. |
|||
|
PcfgParser Formalism interface for the PcfgParser parser module. |
|||
|
Evaluation Functions for evaluating tonal space paths and parse results. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
rules =
|
|||
shell_tools = [TimeOutputTool(), songtools.LoadCorpusTool(), s
|
|||
output_options = [ModuleOption('tsformat', choose_from_list(['ModuleOptions that can be used to set global settings that will affect the formatting of output. |
|||
semantics_distance_metrics = List of distance metrics available in the formalism. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Dummy unification procedure. Unification succeeds if and only if the two categories are equal (using their own definition of equality). The unification constraints do nothing to the categories when applied. |
Builds a logical form given a list of states and the chords they were assigned to. Accepts a list of labels,time and return a logical form for the formalism (a Semantics in this case). This uses the special logical form classes CoordinateList and PathCoordinate. |
Function to generate a list of coordinates from a parse result (semantic part).
|
Generates a list of (function,time) tuples given a parse result.
|
|
|||
rules
|
shell_tools
|
output_optionsModuleOptions that can be used to set global settings that will affect the formatting of output. Don't use any required options. All options must be able to be initialized to a default. The values of the options will be set to their default when the formalism class is first encountered. Call process_output_options to customize the options. Although the options are globally available for simplicity of access, you should only ever access them from within formalism-specific code in practice.
|
semantics_distance_metricsList of distance metrics available in the formalism. Each item is a subclass of jazzparser.formalisms.base.semantics.distance.DistanceMetric.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |