mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
corrected example code (#12466)
This commit is contained in:
parent
4380d750f9
commit
0ecbeff1a6
|
@ -64,7 +64,7 @@ details on the architectures and their arguments and hyperparameters.
|
||||||
> config={
|
> config={
|
||||||
> "model": DEFAULT_COREF_MODEL,
|
> "model": DEFAULT_COREF_MODEL,
|
||||||
> "span_cluster_prefix": DEFAULT_CLUSTER_PREFIX,
|
> "span_cluster_prefix": DEFAULT_CLUSTER_PREFIX,
|
||||||
> },
|
> }
|
||||||
> nlp.add_pipe("experimental_coref", config=config)
|
> nlp.add_pipe("experimental_coref", config=config)
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user