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.
Updates the NeuralCoref dependency. NeuralCoref 4.0.0 has better integration with SpaCy and a simpler method of instantiation.
This pull request also switches to en_core_web_lg as the default SpaCy model and reduces the greediness of NeuralCoref. Combined these changes should improve coref performance in Saber.
Updates the NeuralCoref dependency.
NeuralCoref 4.0.0
has better integration with SpaCy and a simpler method of instantiation.This pull request also switches to
en_core_web_lg
as the default SpaCy model and reduces the greediness of NeuralCoref. Combined these changes should improve coref performance in Saber.Closes
Closes #127.