This works (correctly flags asdf as not in the dictionary):
hunspell::hunspell(text = c("' asdf"), format = "latex")
however these do not; it seems like anything after the quotes is disregarded?
hunspell::hunspell(text = c("'' asdf"), format = "latex")
hunspell::hunspell(text = c("''", "asdf"), format = "latex")
Thank you for considering.
This works (correctly flags
asdfas not in the dictionary):however these do not; it seems like anything after the quotes is disregarded?
Thank you for considering.