Releases: ropensci/hunspell
Releases · ropensci/hunspell
Release list
CRAN release 1.4.2
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).
CRAN release 1.4
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
CRAN release 1.2
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