mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
cleanup
This commit is contained in:
parent
8353ca5a51
commit
85b2dcfd67
|
@ -84,7 +84,6 @@ def test_util_dot_section():
|
||||||
"""
|
"""
|
||||||
nlp_config = Config().from_str(cfg_string)
|
nlp_config = Config().from_str(cfg_string)
|
||||||
en_nlp, en_config = util.load_model_from_config(nlp_config, auto_fill=True)
|
en_nlp, en_config = util.load_model_from_config(nlp_config, auto_fill=True)
|
||||||
print(en_config)
|
|
||||||
|
|
||||||
default_config = Config().from_disk(DEFAULT_CONFIG_PATH)
|
default_config = Config().from_disk(DEFAULT_CONFIG_PATH)
|
||||||
default_config["nlp"]["lang"] = "nl"
|
default_config["nlp"]["lang"] = "nl"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user