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

ArtObj: A class to encapsulate the object part of an English sentence,
with an optional article and adjective.
Edward C. Eberle <eberdeed@eberdeed.net>
06/25/2016 San Diego, California USA

 
Classes
       
builtins.object
ArtObj

 
class ArtObj(builtins.object)
    Creates a grammatical structure for an English
sentence of the form:
[preposition] [article] [adjective] object.
 
  Methods defined here:
__init__(self, art, obj, adj=None, prep=None)
Initialize the class global variables.
compose(self)
Compose the construct.

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 = []
art = []
obj = []
output = ''
prep = []