Grammalecte  CHANGELOG.txt at [cf1b1cefd0]

File CHANGELOG.txt artifact bdd168ce5d part of check-in cf1b1cefd0


# CHANGELOG OF GRAMMALECTE

##  0.0
    Alpha version, similar to Lightproof (a grammar checker for LibreOffice)

##  0.1
    Lexical analysis commands with disambiguation by pattern exclusion
    Optional suggestions
    Back reference groups within error messages

##  0.2
    Bi-passes engine
        Pass 1: paragraph by paragraph
        Pass 2: sentence by sentence
    Text preprocessor between the two passes
    Error positioning (by group selection)

##  0.3
    Multi-passes engine
    Dictionary switcher
    Text formatter
    Lexicographer
    French Conjugueur

##  0.4
    Suggestion mechanisms
    Simpler user options writing
    Application Launcher
    Author field edition

##  0.5
    Grammalecte is an autonomous package, free from Hunspell and LibreOffice
    Indexable binary dictionary (DAWG-FSA) generator
    Disambiguator
    Multi-actions rules (bi-passes engine again)
    Simpler options for word boundaries
    Unit tests