plint

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

commit fcb5c8d582fc9dc7cd2c2fead18a29bc4b4f250c
parent c1a68b108950f1281d4b8d2d6748035ccf92dde6
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 12 Aug 2019 02:23:44 +0200

TODO

Diffstat:
TODO | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -1,5 +1,6 @@ == Ideas == +- check for duplicates in additions.txt - Use the latest lexique (with our corrections) to generate a file of known words with their length, and when we have exactly one of these words ensure that we do not allow less syllables than indicated (but it can be more, @@ -10,6 +11,7 @@ - remove kludge for invalid characters, split them in specific chunks - Improve performance with profiling - Only indicate hemistiche status when there is a problem with hemistiches +- Clean up the code to the extent possible == Low priority ==