class documentation

Undocumented

Method __init__ No summary
Method combine_readings No summary
Method parse_to_readings No summary
Method to_fol No summary
Instance Variable _gramfile Undocumented
Instance Variable _parser Undocumented

Inherited from ReadingCommand:

Method process_thread This method should be used to handle dependencies between readings such as resolving anaphora.
def __init__(self, gramfile=None): (source)
Parameters
gramfile:strname of file where grammar can be loaded
def combine_readings(self, readings): (source)
See Also
ReadingCommand.combine_readings()
def parse_to_readings(self, sentence): (source)
See Also
ReadingCommand.parse_to_readings()
def to_fol(self, expression): (source)
See Also
ReadingCommand.to_fol()
_gramfile = (source)

Undocumented

Undocumented