Skip to content

Improve dictionary format #12

@jouvin

Description

@jouvin

Currently, the additional dictionary is just a list of words and entries must be "duplicated" if you want to support the plural form of a noun, the uppercase version of a word... It would be good to allow a second field for each entry that will be interpreted as flags. I have at least 2 in minds:

  • noun: would mean that this word is a standard noun that can have a plural form by adding a 's'
  • 'strictcase': for acronyms and things like that, accept only the same casing as in the entry. In the absence of this flag, lowercase, uppercase and capitalized versions would be accepted

I don't know how the additional dictionary entries are processed internally but if necessary, when reading them, it would be possible to generate the additional entries based on the flags to make the spellchecker happy if necessary!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions