takuyaa / kuromoji.js

JavaScript implementation of Japanese morphological analyzer
832 stars 117 forks source link

improve error handling of DictionaryLoader #7

Closed azu closed 8 years ago

azu commented 8 years ago

This will improve error handling of DictionaryLoader.

Before:

After:

azu commented 8 years ago

ping @takuyaa

takuyaa commented 8 years ago

I have just looked at your code and run on some browsers (Chrome or Safari). It seems to be correct and nice PR improving maintainability including also some refactoring, so merged right now. thanks.