-
Notifications
You must be signed in to change notification settings - Fork 44
/
DESCRIPTION
28 lines (28 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: hunspell
Type: Package
Title: High-Performance Stemmer, Tokenizer, and Spell Checker
Version: 3.0.5
Depends: R (>= 3.0.2)
Encoding: UTF-8
Authors@R: c(
person("Jeroen", "Ooms", ,"jeroenooms@gmail.com", role = c("aut", "cre")),
person("Authors of libhunspell", role = "cph", comment = "see AUTHORS file"))
Description: Low level spell checker and morphological analyzer based on the
famous 'hunspell' library <https://hunspell.github.io>. The package can analyze
or check individual words as well as parse text, latex, html or xml documents.
For a more user-friendly interface use the 'spelling' package which builds on
this package to automate checking of files, documentation and vignettes in all
common formats.
License: GPL-2 | LGPL-2.1 | MPL-1.1
URL: https://docs.ropensci.org/hunspell/
https://ropensci.r-universe.dev/hunspell
BugReports: https://github.com/ropensci/hunspell/issues
Imports: Rcpp, digest
LinkingTo: Rcpp (>= 0.12.12)
Suggests: spelling,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Language: en-US