jxmorris12 / language_tool_python

a free python grammar checker 📝✅
GNU General Public License v3.0
434 stars 64 forks source link

Register New Spellings After Server Start #36

Closed aokellermann closed 3 years ago

aokellermann commented 3 years ago

Changes

Optional new spellings are now registered after the server is started. This fixes a bug where if LT isn't downloaded yet, new spellings won't be able to be registered, due to spellings file being nonexistent.

Requires #37 for tests to pass.

Examples

Before fix:

image

After fix: image

jxmorris12 commented 3 years ago

yay!