eta.core.perception.process_observations

process_observations(inputs)[source]

Process non-speech observations by parsing them as eventualities.

Parameters:

inputs (list[str]) – A list of observed facts, as either natural language strings or LISP-formatted S-expression strings.

Returns:

All eventualities derived from the observations.

Return type:

list[Eventuality]