Saber is a deep-learning based tool for information extraction in the biomedical domain. Pull requests are welcome! Note: this is a work in progress. Many things are broken, and the codebase is not stable.
Fixes an issue where a config file (*.ini) had no effect when passed as a command line argument (config_filepath). A config passed at the command line now takes precedence over the default config file.
Fixes an issue where a config file (
*.ini
) had no effect when passed as a command line argument (config_filepath
). A config passed at the command line now takes precedence over the default config file.Closes #19.