mor->more typo
This commit is contained in:
parent
bfd4d4a747
commit
09bd4f55ef
2
wani.py
2
wani.py
|
@ -328,7 +328,7 @@ class ComponentRendition:
|
||||||
self.representation_factory = WordFormAnyCR
|
self.representation_factory = WordFormAnyCR
|
||||||
elif feature['rendition'] == "lexis":
|
elif feature['rendition'] == "lexis":
|
||||||
self.representation_factory = LexisCR
|
self.representation_factory = LexisCR
|
||||||
self.mor = feature['string']
|
self.more = feature['string']
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError("Representation rendition: {}".format(feature))
|
raise NotImplementedError("Representation rendition: {}".format(feature))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user