mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix compile error
This commit is contained in:
parent
27886d626f
commit
b27bd42613
|
@ -363,7 +363,7 @@ class Tagger(Pipe):
|
|||
|
||||
@property.setter
|
||||
def set_morphology(self, value):
|
||||
return self.cfg["set_morphology"] = True
|
||||
self.cfg["set_morphology"] = True
|
||||
|
||||
@property
|
||||
def labels(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user