crossedxd / epr-checker

A tool that performs lexical analysis of EPR bullets.
0 stars 0 forks source link

Dictionary/abbreviation work #14

Closed crossedxd closed 5 years ago

crossedxd commented 5 years ago

I've added two key pieces of functionality here. The first is the ability to read the enable1.txt dictionary into memory, for the purposes of checking to see if words are abbreviations or not. The second is the highlighting/emphasis of abbreviation conflicts that are more likely to be problems (where one or both of the words aren't found in the dictionary).

Resolves: #7