eta.transducers.base.GistTransducer
- class GistTransducer[source]
Bases:
Transducer
Maps an utterance to a list of gist clauses, given a conversation history.
- Parameters:
utt (Utterance) – The utterance to interpret as a gist clause.
conversation_log (list[DialogueTurn]) – The conversation history to use as context for interpretation.
- Returns:
A list of gist clauses.
- Return type:
Methods
Report cumulative costs of applying this transducer.
- cost()
Report cumulative costs of applying this transducer.