nltk.DrtGlueReadingCommand

class nltk.DrtGlueReadingCommand(semtype_file=None, remove_duplicates=False, depparser=None)[source]

Methods

__init__([semtype_file, remove_duplicates, ...])
param semtype_file:
 name of file where grammar can be loaded
combine_readings(readings)
see:ReadingCommand.combine_readings()
parse_to_readings(sentence)
see:ReadingCommand.parse_to_readings()
process_thread(sentence_readings)
see:ReadingCommand.process_thread()
to_fol(expression)
see:ReadingCommand.to_fol()