mirror of https://github.com/explosion/spaCy.git
Merge branch 'develop' into compat/remove-object-subclass
This commit is contained in:
commit
ed55143c0d
|
@ -12,6 +12,8 @@ nlp_config_string = """
|
||||||
[nlp]
|
[nlp]
|
||||||
lang = "en"
|
lang = "en"
|
||||||
|
|
||||||
|
[nlp.pipeline]
|
||||||
|
|
||||||
[nlp.pipeline.tok2vec]
|
[nlp.pipeline.tok2vec]
|
||||||
factory = "tok2vec"
|
factory = "tok2vec"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue