cfinke / Typo.js

A client-side JavaScript spellchecker that uses Hunspell-style dictionaries.
Other
501 stars 110 forks source link

Remove dictionary table building logic from typo.js #64

Open ghost opened 6 years ago

ghost commented 6 years ago

This removes the whole setup logic from typo.js and only concerns about checking and suggestions functionality.

Now instead of supplying .aff and .dic files we supply a large json with the assembled dictionaryTable and rules object that should be generated elsewhere.

jimmywarting commented 5 years ago

too large commit