plint

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

commit 69d1c8841717bcb8ad42db9288ee29cae944330c
parent d4a587ffe950b9d19bcff0cd80d843972da7744d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 27 Jul 2014 18:27:06 +0200

give up on poor_adverb_ok, no disambiguating suffix

Diffstat:
TODO | 3---
options.py | 1-
template.py | 1-
3 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/TODO b/TODO @@ -1,7 +1,4 @@ - profiling -- option to forbid rhyme with only "-ment" except for "doublement", - "triplement", "-uplement", and "complètement" -- not with boileau -- document "poor_adverb_ok" - change additions to give numerical syllable count - highlight possible hemistiche positions where an hemistiche could have been placed - document expected errors of test.sh and commit necessary files diff --git a/options.py b/options.py @@ -11,6 +11,5 @@ default_options = { 'check_occurrences': True, 'poor_eye_required': True, 'poor_eye_supposed_ok': False, - 'poor_adverb_ok': False, 'diaeresis': "classical" } diff --git a/template.py b/template.py @@ -52,7 +52,6 @@ class Template: 'oeil_tolerance_ok': 'eye_tolerance_ok', 'pauvre_oeil_requise': 'poor_eye_required', 'pauvre_oeil_supposee_ok': 'poor_eye_supposed_ok', - 'pauvre_adverbe_ok': 'poor_adverb_ok', }