ropensci / spelling

Tools for Spell Checking in R
https://docs.ropensci.org/spelling
Other
107 stars 25 forks source link

Documentation of how to add a new dictionary #14

Closed maelle closed 5 years ago

maelle commented 6 years ago

How can I download a new dictionary to use another language?

I'm happy to help writing the documentation for this (or even a helper function?).

maelle commented 6 years ago

Or maybe that's something I should look for in hunspell itself 🤔

jeroen commented 5 years ago

This is explained in the vignette of the hunspell package: https://cran.r-project.org/web/packages/hunspell/vignettes/intro.html#hunspell_dictionaries

I should probably cross-reference this in the spelling package.

jeroen commented 5 years ago

I have added links to the vignette in the spelling readme and manual pages.