engword
index
/home/eberdeed/machinetrans-1.13/machinetrans/data/engword.py

EngWord:  A class to encapsulate English verb conjugations.
Edward C. Eberle <eberdeed@eberdeed.net>
06-24-2016 San Diego California

 
Classes
       
builtins.object
EngWord

 
class EngWord(builtins.object)
    A class to encapsulate English verb conjugations.
 
  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:
tobe = {'first': 'am', 'plural first': 'are', 'plural second': 'are', 'plural third': 'are', 'second': 'are', 'third': 'is'}
tobepast = {'first': 'was', 'plural first': 'were', 'plural second': 'were', 'plural third': 'were', 'second': 'were', 'third': 'was'}
tohave = {'first': 'have', 'plural first': 'have', 'plural second': 'have', 'plural third': 'have', 'second': 'have', 'third': 'has'}