Contents:
Abstract class for generating natural language response.
Author Shuo Zhang
simulation.nlp.nlg.
NLG
Bases: abc.ABC
abc.ABC
NLG abstract class
generate_response_text
Initializes any necessary components.
a string for user utterance
Abstract class for entity linking method.
Author: Shuo Zhang, Krisztian Balog
simulation.nlp.nlu.
NLU
NLU abstract class
link_entities
Links entities in the given text. :param text: agent response
This nlp package provides classes for entity linking and natural language generation.
Author: Shuo Zhang