mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Merge pull request #960 from recognai/master
Fixes typo in method calling Pseudoprojectivity method in create_pipeline method of BaseDefaults class
This commit is contained in:
commit
5e621b9862
|
@ -144,7 +144,7 @@ class BaseDefaults(object):
|
|||
pipeline.append(nlp.tagger)
|
||||
if nlp.parser:
|
||||
pipeline.append(nlp.parser)
|
||||
pipeline.append(Pseudoprojectivity.deprojectivize)
|
||||
pipeline.append(PseudoProjectivity.deprojectivize)
|
||||
if nlp.entity:
|
||||
pipeline.append(nlp.entity)
|
||||
return pipeline
|
||||
|
|
Loading…
Reference in New Issue
Block a user