CUNY-CL / udtube

Neural morphological analyzer
Apache License 2.0
3 stars 3 forks source link

Adds sweeping #42

Closed kylebgorman closed 2 months ago

kylebgorman commented 2 months ago

This adds a sweeping script and docs. Closes #30.

The design here is a bit hackish but I found other possibilities much harder. Before any runs, I hack ARGV so that it has what I want it to have. Then, for each run, I merge a provided config file with the configuration options from the sweep agent, then I write that to a temporary file. and call UDTubeCLI.

In subsequent work: