We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
en_core_web_trf
I want to use rehearsal to correct some wrong dependency parsing tree produced by en_core_web_trf
I used the code directly from: https://github.com/explosion/spaCy/blob/be29216fe2451adead7f56ccd1db494fd8549dae/spacy/tests/training/test_rehearse.py
I modifed test_rehearse to be:
test_rehearse
def test_rehearse(component): nlp = spacy.load("en_core_web_trf") _optimize(nlp, component, REHEARSE_DATA, True)
and called it with test_rehearse("parser")
test_rehearse("parser")
I received the following error message:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce the behaviour
I want to use rehearsal to correct some wrong dependency parsing tree produced by
en_core_web_trf
I used the code directly from: https://github.com/explosion/spaCy/blob/be29216fe2451adead7f56ccd1db494fd8549dae/spacy/tests/training/test_rehearse.py
I modifed
test_rehearse
to be:and called it with
test_rehearse("parser")
Your Environment
Error Message
I received the following error message:
The text was updated successfully, but these errors were encountered: