Add comment to Python to trigger tests

This commit is contained in:
Paul O'Leary McCann 2022-12-27 15:40:55 +09:00
parent 7a9db60913
commit 11840fc598

View File

@ -126,6 +126,7 @@ def make_entity_linker(
"""In order to use v1 of the EntityLinker, you must use
spacy-legacy >=XXX."""
)
# TODO REMOVE this is to trigger a test build
# The only difference in arguments here is that use_gold_ents and threshold aren't available.
return EntityLinker_v1(
nlp.vocab,