languageorphans / heathdogon

Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Automatic integration of updated parsers into workflow #14

Open PromiseDodzi opened 3 months ago

PromiseDodzi commented 3 months ago

We are working on making the parser(utils.py) even more accurate. We realize the current parser either under or over-parses some forms, eg. (e.g. bird) fly). Is there a way for us to integrate a more accurate parser into the workflow directly once this is ready? Capture_3

LinguList commented 3 months ago

Current integration is done via the output file that you gave me. This is the file called manually-edited.tsv. I'd suggest to run the code and then replace the manually edited file and run the cldfbench code again. This is the preferred way of handling it, rather than integrating parsers into the lexibank script. Ideally, you describe somehwere you you use your code to create the manually-edited.tsv file.

PromiseDodzi commented 3 months ago

Awesome! I get it perfectly. Thank you, Mattis.