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
We have a rule (e.g. uppercase, <10 chars) for determining when a synonym is an abbreviation. However, there are / will be specific cases that we know of where a synonym may fall under this logic but in fact not be an abbreviation. For those, we will read in a specific config file and make sure that any synonyms matching the strings in those configs will not be marked as an abbreviation.
Sub-tasks
1. Set up code to utilize the config
For now can make a mock config file
2. Add and populate abbreviation exclusions config file
The text was updated successfully, but these errors were encountered:
Overview
We have a rule (e.g. uppercase, <10 chars) for determining when a synonym is an abbreviation. However, there are / will be specific cases that we know of where a synonym may fall under this logic but in fact not be an abbreviation. For those, we will read in a specific config file and make sure that any synonyms matching the strings in those configs will not be marked as an abbreviation.
Sub-tasks
The text was updated successfully, but these errors were encountered: