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

Participle: A class to encapsulate a participial verb construct.
and potentially an article an adjective and an adverb.
Edward C. Eberle <eberdeed@eberdeed.net>
06/25/2016 San Diego, California USA

 
Classes
       
builtins.object
Participle

 
class Participle(builtins.object)
    Creates a grammatical structure for the end of an English
sentence of the form:
 [adverb] auxilliary verb participle [article] [adjective] subject.
 
  Methods defined here:
__init__(self, db, art, participle, adj=None, obj=None, adv=None, capitalize=False)
compose(self)

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:
adj = None
adv = None
art = None
cap = False
db = None
english = <machinetrans.data.engword.EngWord object>
output = ''
participle = None
pronouns = []
sub = None
tense = ''
types = <machinetrans.data.wordtype.WordType object>
verb = None