mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-01 02:49:50 +03:00
change logging call for spacy.LookupsDataLoader.v1
This commit is contained in:
parent
4c60afb946
commit
b1325e8af4
|
@ -104,7 +104,7 @@ def create_tokenizer() -> Callable[["Language"], Tokenizer]:
|
|||
|
||||
@registry.misc("spacy.LookupsDataLoader.v1")
|
||||
def load_lookups_data(lang, tables):
|
||||
util.logger.debug(f"Loading lookups from spacy-lookups-data: {tables}")
|
||||
util.logger.debug("Loading lookups from spacy-lookups-data: %s", tables)
|
||||
lookups = load_lookups(lang=lang, tables=tables)
|
||||
return lookups
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user