Open arademaker opened 11 months ago
I'd recommend creating a simple s-expression parser and then using the output of ace --tsdb-stdout
. You can then easily ignore data types you don't yet handle.
Similar to here: https://github.com/delph-in/pydelphin/blob/d15f418db696e5f527fec2d54fbb136031ed3b53/delphin/ace.py#L706-L737
I need a parser to parse the Ace Output evoking the parseMRS (
ace -g .. -T
) but eventually also capable in the future to process the whole derivation (ace with no-T
)