You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the words in itself are correct, but are not used in the correct (grammatical) sense. Examples include
right hand side > right-hand side
infinite dimensional > infinite-dimensional
former or later > former or latter
It would be nice if such expressions could be captured as well.
Perhaps it's an idea to have a expressions group in the config (similar to words) which then matches using regular expressions. Could be used to implement project-specific rules (e.g. if a command is deprecated or a certain multi-word expression shouldn't be used).
(In the other direction, this would be #795. It's also related to #400.)
The text was updated successfully, but these errors were encountered:
tobiasdiez
changed the title
Allow multi-word corrects (regex?)
Allow multi-word corrections (regex?)
May 22, 2024
Sometimes the words in itself are correct, but are not used in the correct (grammatical) sense. Examples include
right hand side > right-hand side
infinite dimensional > infinite-dimensional
former or later > former or latter
It would be nice if such expressions could be captured as well.
Perhaps it's an idea to have a
expressions
group in the config (similar towords
) which then matches using regular expressions. Could be used to implement project-specific rules (e.g. if a command is deprecated or a certain multi-word expression shouldn't be used).(In the other direction, this would be #795. It's also related to #400.)
The text was updated successfully, but these errors were encountered: