eta.transducers.base.PragmaticTransducer
- class PragmaticTransducer[source]
Bases:
Transducer
Maps a gist clause to a list of ULF formulas capturing its pragmatic meaning.
- Parameters:
gist (str) – The gist clause to parse to a logical form.
- Returns:
A list of ULF S-expressions.
- Return type:
list[s-expr]
Methods
Report cumulative costs of applying this transducer.
- cost()
Report cumulative costs of applying this transducer.