Update output options for multilingual analysis
Closed this issue · 1 comments
caufieldjh commented
The multilingual analysis function doesn't use the output exporters in the CLI.
It should be able to use those options rather than opening its own output file - minimally, it should be able to append results to the same file rather than attempting to re-open the same file anew each time.
See
Lines 1504 to 1519 in 2339950
leokim-l commented
Using
ontogpt run-multilingual-analysis --output=some/path/filename.yaml ...
on an existing some/path/filename.yaml
overwrites the file. It would be nice if it could append results, especially for longer runs.