mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 01:34:30 +03:00
Add comment to Python to trigger tests
This commit is contained in:
parent
7a9db60913
commit
11840fc598
|
@ -126,6 +126,7 @@ def make_entity_linker(
|
||||||
"""In order to use v1 of the EntityLinker, you must use
|
"""In order to use v1 of the EntityLinker, you must use
|
||||||
spacy-legacy >=XXX."""
|
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.
|
# The only difference in arguments here is that use_gold_ents and threshold aren't available.
|
||||||
return EntityLinker_v1(
|
return EntityLinker_v1(
|
||||||
nlp.vocab,
|
nlp.vocab,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user