Move loading of options
to separate function
#83
Labels
code enhancement
New feature or request
save model state
Changes required to be able to save and load the model state.
Milestone
Currently, the
options
struct is loaded in on the following lines:STEMMUS_SCOPE/src/STEMMUS_SCOPE.m
Lines 67 to 97 in b43b475
However, to clean up the main script we would like to move this to a separate function, for example in the package
src/+io
.The text was updated successfully, but these errors were encountered: