Skip to content

Releases: mideind/GreynirCorrect

Version 4.0.0

15 Sep 15:44
Compare
Choose a tag to compare
  • Added support for Flesch-Kincaid readability score
  • Added support for rare word detection
  • Added support for E006: Abbreviations should be written in full. (can be disabled by ignore_rules)
  • Added support for E007: Exclamation marks are inappropriate. (can be disabled by ignore_rules)
  • Redesigned the API to be more user friendly
  • Some minor bug fixes

Full Changelog: 3.4.7...4.0.0

Version 3.4.7

28 Jun 10:54
Compare
Choose a tag to compare
  • Added support for handling custom tone-of-voice issues through an optional configuration file
  • Added support for loading an optional module with additional patterns, from the custom config
  • Default GreynirCorrect.conf now loaded into a Settings object that may be updated by the custom config
  • New error codes added for tone-of-voice issues, V001 (simple rules defined in the custom config) and V002 (patterns loaded as a Python module through a file path in the custom configuration file)
  • Allowing consecutive numbers, for phone numbers, etc.

Full Changelog: 3.4.6...3.4.7

Version 3.4.6

12 Dec 18:54
Compare
Choose a tag to compare
  • Minor addition to unique errors
  • Explicitly noting support for Python 3.10, 3.11 in setup.py

Version 3.4.5

23 Sep 16:09
Compare
Choose a tag to compare
  • Taboo data updated
  • Error code documentation updated
  • Guidelines made more detailed
  • Various error handling updated
  • Neural sentence classifier added to grammar checking CLI

Version 3.4.4

31 May 17:40
Compare
Choose a tag to compare
  • Latest version of Ritmyndir added
  • 'í takti við' removed as an error, no basis in The Standards can be found
  • Capitalized words are no longer marked as errors unless the suggested value is also capitalized
  • Certain common words are now excluded from the taboo vocabulary, such as 'nýbúinn' (very common with another meaning) and 'hommi' (should not be marked as a taboo word)
  • Capitalized adjectives are still marked as an error, but only with the option suppress_suggestions set to False. These are in many cases a part of named entities (Danska ríkisútvarpið, Íslensk erfðagreining), but are also common as errors.
  • Spans for 'af/að' errors limited to the word that is changed. The same goes for the suggest value.

Version 3.4.1

10 May 15:59
Compare
Choose a tag to compare
  • Added back older command-line options for backwards compatibility

Version 3.4.0

10 May 15:27
c3c85dc
Compare
Choose a tag to compare

Full Changelog: 3.3.0...3.4.0

Version 3.3.0

25 Mar 11:49
Compare
Choose a tag to compare
  • Additional spell checking based on the "Ritmyndir" database
  • Enhanced handling of options
  • More robustness during pattern matching and generation of suggestions; fewer false positives

Version 3.2.1

21 Jan 11:21
19eb67b
Compare
Choose a tag to compare
  • New error data added and handled
  • Wrapper function added
  • New options added supported in wrapper function
  • Grammar error handling improved
  • Suggestions for specific error categories added
  • Capitalization error handling updated

Version 3.2.0

30 Sep 15:02
Compare
Choose a tag to compare
  • Added --grammar switch to correct command, to output grammar annotations from the command line
  • Annotations and suggestions polished
  • Bug fixes