| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ChordSequence
A chord sequence in the corpus.
Chords in the sequence are stored in a linked list structure
(implemented by Chord). The start of the list is given by
first_chord.
You can also iterate over a ChordSequence instance, which
will iterate over its chords.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| string_name | |||
| number_annotated | |||
| percentage_annotated | |||
|
fully_annotated True if every chord in the sequence is annotated. |
|||
| length | |||
| time_map | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
True if every chord in the sequence is annotated. This should usually be a bit quicker than checking percentage_annotated. |
|
|||
string_name
|
number_annotated
|
percentage_annotated
|
fully_annotatedTrue if every chord in the sequence is annotated. This should usually be a bit quicker than checking percentage_annotated.
|
length
|
time_map
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |