Fix compile error

This commit is contained in:
Matthew Honnibal 2019-03-08 19:06:02 +01:00
parent 27886d626f
commit b27bd42613

View File

@ -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):