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