1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
# 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
[fr] Dictionary switcher
[fr] Text formatter
[fr] Lexicographer
[fr] French Conjugueur
## 0.4
Simpler user options writing
[fr] Suggestion mechanisms
[fr] [Writer] Application Launcher
[fr] [Writer] 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
New engine written in JavaScript
[fr] Extension for Firefox
[fr] Extension for Thunderbird
## 0.6
[fr] Extension for Firefox converted to WebExtension
[fr] [Writer] Enumerator of words
Lexicon editor
Graphspell: spellchecker as an independant package
## 1.0
New grammar checker engine, based on tokenization
> Rules graphs (less resources consuming)
> Simpler method to write rules
> Tags for tokens
> Tokens merging
> Immunity rules
|