udapi / udapi-python

Python framework for processing Universal Dependencies data
GNU General Public License v3.0
57 stars 31 forks source link

Split the execute method in Run #125

Closed petrkasp closed 3 weeks ago

petrkasp commented 3 weeks ago

Factoring out the execution of blocks from the Run.execute will allow users to run their scenarios from Python and use user-initialized blocks directly without the need to parse string scenarios.

martinpopel commented 3 weeks ago

Thanks. This is a good idea.