nltk.CfgReadingCommand.process_thread

CfgReadingCommand.process_thread(sentence_readings)

This method should be used to handle dependencies between readings such as resolving anaphora.

Parameters:sentence_readings (list(Expression)) – readings to process
Returns:the list of readings after processing
Return type:list(Expression)