eta.transducers.base.SemanticTransducer
- class SemanticTransducer[source]
 Bases:
TransducerMaps a gist clause to a list of ULF formulas capturing its semantic 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.