Skip to content

treatment of quotes #63

@tyner

Description

@tyner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions