ARLO Nester
Classes | Static Public Attributes | List of all members
workspace.poetrytagging.models.TagClassification Class Reference
Inheritance diagram for workspace.poetrytagging.models.TagClassification:
Inheritance graph
[legend]
Collaboration diagram for workspace.poetrytagging.models.TagClassification:
Collaboration graph
[legend]

Classes

class  Meta
 

Static Public Attributes

tuple user = models.ForeignKey('auth.User')
 
tuple tagExample = models.ForeignKey(TagExample)
 
tuple dateClassified = models.DateTimeField(verbose_name='Date Classified', default=datetime.datetime.now, null=False)
 
tuple TEMPO_CHOICES
 
tuple tempo
 
tuple TEMPOCHANGE_CHOICES
 
tuple tempoChange
 
tuple RHYTHM_CHOICES
 
tuple rhythm
 
tuple LOUDNESS_CHOICES
 
tuple loudness
 
tuple LOUDNESSCHANGE_CHOICES
 
tuple loudnessChange
 
tuple PITCH_CHOICES
 
tuple pitch
 
tuple PITCHRANGE_CHOICES
 
tuple pitchRange
 
tuple scandent = models.NullBooleanField(verbose_name='Scandent', default=False)
 
tuple TENSION_CHOICES
 
tuple tension
 
tuple ARTICULATION_CHOICES
 
tuple articulation
 
tuple whisp = models.NullBooleanField(verbose_name='Whisper', default=False)
 
tuple breath = models.NullBooleanField(verbose_name='Breathy', default=False)
 
tuple husk = models.NullBooleanField(verbose_name='Husky', default=False)
 
tuple creak = models.NullBooleanField(verbose_name='Creaky', default=False)
 
tuple fals = models.NullBooleanField(verbose_name='Falsetto', default=False)
 
tuple reson = models.NullBooleanField(verbose_name='Resonant', default=False)
 
tuple giggle = models.NullBooleanField(verbose_name='Unvoiced Laugh or Giggle', default=False)
 
tuple laugh = models.NullBooleanField(verbose_name='Voiced Laugh', default=False)
 
tuple trem = models.NullBooleanField(verbose_name='Tremulous', default=False)
 
tuple sob = models.NullBooleanField(verbose_name='Sobbing', default=False)
 
tuple yawn = models.NullBooleanField(verbose_name='Yawning', default=False)
 
tuple sigh = models.NullBooleanField(verbose_name='Sighing', default=False)
 
tuple notPoetry = models.NullBooleanField(verbose_name='Not Poetry', default=False)
 
tuple silent = models.NullBooleanField(verbose_name='Silent', default=False)
 
tuple chatter = models.NullBooleanField(verbose_name='Chatter', default=False)
 
tuple applause = models.NullBooleanField(verbose_name='Applause', default=False)
 
tuple laughter = models.NullBooleanField(verbose_name='Laughter', default=False)
 
tuple music = models.NullBooleanField(verbose_name='Music', default=False)
 
tuple notRatable = models.NullBooleanField(verbose_name='Not Ratable', default=False)
 

Member Data Documentation

tuple workspace.poetrytagging.models.TagClassification.applause = models.NullBooleanField(verbose_name='Applause', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.articulation
static
Initial value:
1 = models.CharField(
2  verbose_name='Articulation',
3  max_length=1,
4  null=True,
5  choices=ARTICULATION_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.ARTICULATION_CHOICES
static
Initial value:
1 = (
2  ('-', 'N/A'),
3  ('S', 'Staccato'),
4  ('L', 'Legato'),
5  ('N', 'None'))
tuple workspace.poetrytagging.models.TagClassification.breath = models.NullBooleanField(verbose_name='Breathy', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.chatter = models.NullBooleanField(verbose_name='Chatter', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.creak = models.NullBooleanField(verbose_name='Creaky', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.dateClassified = models.DateTimeField(verbose_name='Date Classified', default=datetime.datetime.now, null=False)
static
tuple workspace.poetrytagging.models.TagClassification.fals = models.NullBooleanField(verbose_name='Falsetto', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.giggle = models.NullBooleanField(verbose_name='Unvoiced Laugh or Giggle', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.husk = models.NullBooleanField(verbose_name='Husky', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.laugh = models.NullBooleanField(verbose_name='Voiced Laugh', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.laughter = models.NullBooleanField(verbose_name='Laughter', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.loudness
static
Initial value:
1 = models.CharField(
2  verbose_name='Loudness',
3  max_length=2,
4  null=True,
5  choices=LOUDNESS_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.LOUDNESS_CHOICES
static
Initial value:
1 = (
2  ('VS', 'Very Soft'),
3  ('S', 'Soft'),
4  ('M', 'Moderate'),
5  ('L', 'Loud'),
6  ('VL', 'Very Loud'))
tuple workspace.poetrytagging.models.TagClassification.loudnessChange
static
Initial value:
1 = models.CharField(
2  verbose_name='Loudness Change',
3  max_length=1,
4  null=True,
5  choices=LOUDNESSCHANGE_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.LOUDNESSCHANGE_CHOICES
static
Initial value:
1 = (
2  ('-', 'N/A'),
3  ('L', 'Louder'),
4  ('S', 'Softer'),
5  ('N', 'Same'))
tuple workspace.poetrytagging.models.TagClassification.music = models.NullBooleanField(verbose_name='Music', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.notPoetry = models.NullBooleanField(verbose_name='Not Poetry', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.notRatable = models.NullBooleanField(verbose_name='Not Ratable', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.pitch
static
Initial value:
1 = models.CharField(
2  verbose_name='Pitch',
3  max_length=1,
4  null=True,
5  choices=PITCH_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.PITCH_CHOICES
static
Initial value:
1 = (
2  ('L', 'Low'),
3  ('M', 'Middle'),
4  ('H', 'High'))
tuple workspace.poetrytagging.models.TagClassification.pitchRange
static
Initial value:
1 = models.CharField(
2  verbose_name='Pitch Range',
3  max_length=1,
4  null=True,
5  choices=PITCHRANGE_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.PITCHRANGE_CHOICES
static
Initial value:
1 = (
2  ('-', 'N/A'),
3  ('N', 'Narrow'),
4  ('W', 'Wide'),
5  ('A', 'Ascending'),
6  ('D', 'Descending'))
tuple workspace.poetrytagging.models.TagClassification.reson = models.NullBooleanField(verbose_name='Resonant', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.rhythm
static
Initial value:
1 = models.CharField(
2  verbose_name='Rhythm',
3  max_length=1,
4  null=True,
5  choices=RHYTHM_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.RHYTHM_CHOICES
static
Initial value:
1 = (
2  ('B', 'Beatable'),
3  ('M', 'Moderate'),
4  ('A', 'Arrhythmic'))
tuple workspace.poetrytagging.models.TagClassification.scandent = models.NullBooleanField(verbose_name='Scandent', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.sigh = models.NullBooleanField(verbose_name='Sighing', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.silent = models.NullBooleanField(verbose_name='Silent', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.sob = models.NullBooleanField(verbose_name='Sobbing', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.tagExample = models.ForeignKey(TagExample)
static
tuple workspace.poetrytagging.models.TagClassification.tempo
static
Initial value:
1 = models.CharField(
2  verbose_name='Tempo',
3  max_length=2,
4  null=True,
5  choices=TEMPO_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.TEMPO_CHOICES
static
Initial value:
1 = (
2  ('VS', 'Very Slow'),
3  ('S', 'Slow'),
4  ('M', 'Moderate'),
5  ('F', 'Fast'),
6  ('VF', 'Very Fast'))
tuple workspace.poetrytagging.models.TagClassification.tempoChange
static
Initial value:
1 = models.CharField(
2  verbose_name='Tempo Change',
3  max_length=1,
4  null=True,
5  choices=TEMPOCHANGE_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.TEMPOCHANGE_CHOICES
static
Initial value:
1 = (
2  ('-', 'N/A'),
3  ('F', 'Getting Faster'),
4  ('S', 'Getting Slower'),
5  ('0', 'Same Tempo'))
tuple workspace.poetrytagging.models.TagClassification.tension
static
Initial value:
1 = models.CharField(
2  verbose_name='Tension',
3  max_length=1,
4  null=True,
5  choices=TENSION_CHOICES)
tuple workspace.poetrytagging.models.TagClassification.TENSION_CHOICES
static
Initial value:
1 = (
2  ('S', 'Slurred'),
3  ('L', 'Lax'),
4  ('M', 'Moderate'),
5  ('T', 'Tense'),
6  ('V', 'Very Precise'))
tuple workspace.poetrytagging.models.TagClassification.trem = models.NullBooleanField(verbose_name='Tremulous', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.user = models.ForeignKey('auth.User')
static
tuple workspace.poetrytagging.models.TagClassification.whisp = models.NullBooleanField(verbose_name='Whisper', default=False)
static
tuple workspace.poetrytagging.models.TagClassification.yawn = models.NullBooleanField(verbose_name='Yawning', default=False)
static

The documentation for this class was generated from the following file: