Ropensci Hunspell Versions Save

High-Performance Stemmer, Tokenizer, and Spell Checker for R

v1.4.2

7 years ago

New in 1.4.2:

  • Switch to R's iconv wrapper which is more portable (thnx BDR)
  • Change license to cover libhunspell (per CRAN request).

v1.4

7 years ago

Changes in 1.4:

  • Switch to bundled libhunspell because their API keeps breaking
  • Include libhunspell 1.5-pre (b13e62a)
  • Add parsers for HTML/XML formats

v1.2

8 years ago

New in 1.2:

  • (Breaking) Rename 'hunspell_find' to 'hunspell'
  • Add support for other dictionaries
  • Use iconv() to convert encoding before checking
  • Use the 'en_stats' dict as default ignore list

v1.0

8 years ago