Skip to content

Commit

Permalink
Document changes: use of frequency wordlists
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 17, 2013
1 parent bf8d610 commit c19f535
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions languagetool-standalone/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ LanguageTool Change Log

-Catalan:
-added/improved several rules
-fixed some false alarms
-made some additions and fixes to the tagger dictionary
-fixed false alarms
-made additions and fixes to the tagger dictionary
-removed some words from synthesis dictionary (see filter-archaic.txt)
-added frequency data to the tagger dictionary; frequency wordlist comes from the Gaia
project, with Apache License, version 2.0
(https://github.com/mozilla-b2g/gaia/tree/master/keyboard/dictionaries).

-English:
-added/improved a few rules
Expand Down Expand Up @@ -65,6 +68,12 @@ LanguageTool Change Log
-stand-alone GUI:
-The dialog opened by the "More..." item in the context menu of an error
will now also display correct and incorrect example sentences

-stand-alone dev:
-Added the option of including frequency data to taggging or spelling dictionaries.
The expected format of the frequency wordlists is the one in the Gaia
project, with Apache License, version 2.0
(https://github.com/mozilla-b2g/gaia/tree/master/keyboard/dictionaries)

-API:
-SentenceTokenizer is now an interface, the implementation has been moved to
Expand All @@ -91,7 +100,8 @@ LanguageTool Change Log
XML dumps, CSV files from Tatoeba (http://tatoeba.org) are now also supported,
they need to be filtered first to contain only the relevant language.

-Updated morfologik libraries to 1.8.1 (bug fixes, stricter input sanity checking)
-Updated Morfologik libraries to 1.8.2 (bug fixes, stricter input sanity checking, add frequency
data to dictionaries)


2.3.1 (2013-10-07, released on Maven Central only)
Expand Down

0 comments on commit c19f535

Please sign in to comment.