README.md

hunspell.nl

Travis-CI Build Status CRAN_Status_Badge AppVeyor Build Status

hunspell.nl provides an redistribution of the Dutch Hunspell dictionary, making it easy to use Hunspell for Dutch on all R platforms.

Usage

library(hunspell)
library(hunspell.nl)
hunspell(c("eitje", "ijtje"), dict=dictionary_nl())

# or differently
set_dicpath_nl() # add dutch dictionary to hunspell search path
hunspell(c("eitje", "ijtje"), dict="nl")

Install

Currently not available on CRAN, but can be installed with

devtools::install_github("edwindj/hunspell.nl")

Dictionary source

On Ubuntu the (identical) dictionary can be installed with:

sudo apt-get install hunspell-nl

which provides also (soft) links for "nl-NL" and "nl-BE", all linking to "nl.dic"



edwindj/hunspell.nl documentation built on May 15, 2019, 11:05 p.m.