plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 6f1cf225469fbfaeec70e6a5b851bd38cfc4268a
parent 767cb3b668d0ab453e8383ca7f865c7258af4604
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 17 Aug 2017 00:53:17 +0200

hack to fix bug with "-aï" rhyme endings

Diffstat:
rhyme.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rhyme.py b/rhyme.py @@ -30,7 +30,7 @@ liaison = { } tolerance = { - 'ï': 'i', + 'ï': 'hi', "ai": "é", 'm': 'n', 'à': 'a',