From 09bd4f55efafc3d5f2a0206f778a43c6f77dc433 Mon Sep 17 00:00:00 2001 From: Ozbolt Menegatti Date: Sat, 1 Jun 2019 10:30:07 +0200 Subject: [PATCH] mor->more typo --- wani.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wani.py b/wani.py index d64e1a9..055e78c 100644 --- a/wani.py +++ b/wani.py @@ -328,7 +328,7 @@ class ComponentRendition: self.representation_factory = WordFormAnyCR elif feature['rendition'] == "lexis": self.representation_factory = LexisCR - self.mor = feature['string'] + self.more = feature['string'] else: raise NotImplementedError("Representation rendition: {}".format(feature))