I am using the qdap package in R to do a spell check. I run the below code and gives an output like this
which_misspelled("I use a 50Gb broadband connection")
> 4 5
>"gb" "broadband"
The words make sense but the corrections for these are irrelevant.Is there any option where we could give our custom words list for this function to not filter on ?