Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace_misspelling function is missing when library is loaded #62

Open
jcalebsmith opened this issue Jan 17, 2022 · 1 comment
Open

Comments

@jcalebsmith
Copy link

I see the function in the R code on git but it's not available once the library is loaded. e.g, "?replace_missing" doesn't return anything even when hunspell is running. I'd love to have access to this feature.

@ihsankahveci
Copy link

ihsankahveci commented Feb 6, 2022

The CRAN version is behind the development version. If you install it from Github, you can find the added functionality including replace_misspelling().

You can install the latest version using pacman package:

pacman::p_load_gh(
    "trinker/lexicon",    
    "trinker/textclean"
)

Or using remotes package:

remotes::install_github("trinker/textclean", force = TRUE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants