1# Generated by using Rcpp::compileAttributes() -> do not edit by hand
2# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
3
4R_hunspell_dict <- function(affix, dict, add_words) {
5    .Call('_hunspell_R_hunspell_dict', PACKAGE = 'hunspell', affix, dict, add_words)
6}
7
8R_hunspell_info <- function(ptr) {
9    .Call('_hunspell_R_hunspell_info', PACKAGE = 'hunspell', ptr)
10}
11
12R_hunspell_check <- function(ptr, words) {
13    .Call('_hunspell_R_hunspell_check', PACKAGE = 'hunspell', ptr, words)
14}
15
16R_hunspell_suggest <- function(ptr, words) {
17    .Call('_hunspell_R_hunspell_suggest', PACKAGE = 'hunspell', ptr, words)
18}
19
20R_hunspell_analyze <- function(ptr, words) {
21    .Call('_hunspell_R_hunspell_analyze', PACKAGE = 'hunspell', ptr, words)
22}
23
24R_hunspell_stem <- function(ptr, words) {
25    .Call('_hunspell_R_hunspell_stem', PACKAGE = 'hunspell', ptr, words)
26}
27
28R_hunspell_find <- function(ptr, text, format) {
29    .Call('_hunspell_R_hunspell_find', PACKAGE = 'hunspell', ptr, text, format)
30}
31
32R_hunspell_parse <- function(ptr, text, format) {
33    .Call('_hunspell_R_hunspell_parse', PACKAGE = 'hunspell', ptr, text, format)
34}
35
36