wordmenu
index
/home/eberdeed/machinetrans-1.13/machinetrans/parser/wordmenu.py

WordMenu:  A class to encapsulate menu values
for random sentence generation.
Edward C. Eberle <eberdeed@eberdeed.net>
July 2, 2016 San Diego, California USA

 
Modules
       
os
sys

 
Classes
       
builtins.object
WordMenu

 
class WordMenu(builtins.object)
    A class to encapsulate menu values
for random sentence generation.
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
comparative = ['Comparative Degree', 'If A-S-V-Comp, then A-S-V', 'If A-S-V-Comp, then A-S-V-A-O', 'If A-S-V-Comp, then A-S-V-A-ADJ-O', 'If A-S-V-Comp, then A-S-AV-V-A-ADJ-O', 'If A-S-V-Comp, then A-ADJ-S-AV-V-A-ADJ-O']
conditional = ['Conditional Sentences', 'If A-S-V, then A-S-V', 'If A-S-V-A-O, then A-S-V-A-O', 'If A-S-V-A-ADJ-O, then A-S-V-A-ADJ-O', 'If A-S-AV-V-A-ADJ-O, then A-S-AV-V-A-ADJ-O', 'If A-ADJ-S-AV-V-A-ADJ-O, then A-ADJ-S-AV-V-A-ADJ-O']
contemplation = ['Verbs of Contemplation', 'A-S-V', 'A-S-V-A-O', 'A-S-V-A-ADJ-O', 'A-S-AV-V-A-ADJ-O', 'A-ADJ-S-AV-V-A-ADJ-O']
interrogative = ['Interrogatives', 'I-V', 'I-V-O', 'I-V-ADJ-O', 'I-AV-V-O', 'I--AV-V-ADJ-O']
mainmenu = ['Word Generation Menu', 'Verbs of Contemplation', 'Verbs of Motion', 'Participles', 'Interrogatives', 'Conditional Sentences', 'Comparative Degree']
motion = ['Verbs of Motion', 'A-S-V', 'A-S-V-A-O', 'A-S-V-A-ADJ-O', 'A-S-AV-V-A-ADJ-O', 'A-ADJ-S-AV-V-A-ADJ-O']
participle = ['Participles', 'A-S-V-AV-AXV-PRT-A-O', 'A-S-V-AXV-PRT-PR-A-O', 'A-ADJ-S-V-AXV-PRT-PR-A-ADJ-O', 'A-ADJ-S-V-AV-AXV-PRT-PR-A-ADJ-O', 'A-ADJ-S-AV-V-AXV-PRT-PR-A-ADJ-O']