plint

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

commit 0168f74585cbf074d9337696241f92b126016306
parent 80bb667f98d979be2994ad24cb2c7a4d180e4020
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 10 Jul 2011 21:53:50 -0400

remove old code

Diffstat:
poetlint.py | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/poetlint.py b/poetlint.py @@ -57,12 +57,6 @@ def feminine(align, verse): return True return False -def nullify(chunk): - if is_vowels(chunk): - return (chunk, 0) - else: - return chunk - def parse(text, bound): original_text = normalize(text) text = re.sub("qu", 'q', original_text)