From c1e85255c783212fe64f7e91cd57f0f33581ac8b Mon Sep 17 00:00:00 2001 From: Ozbolt Menegatti Date: Tue, 12 Feb 2019 11:59:51 +0100 Subject: [PATCH] msd of now always N --- wani.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wani.py b/wani.py index 0320c95..4a10185 100644 --- a/wani.py +++ b/wani.py @@ -722,6 +722,7 @@ class Word: @staticmethod def pcWord(pc, do_msd_translate): pc.set('lemma', pc.text) + pc.set('msd', "N" if do_msd_translate else "U") return Word(pc, do_msd_translate) def add_link(self, link, to):