takuyaa / kuromoji.js

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

Removed tokenizer builder abstraction #34

Open mikob opened 5 years ago

mikob commented 5 years ago

The TokenizerBuilder didn't do anything significant, so I removed that layer of abstraction to simplify things. I also renamed the builder to be loader, and the dictionary builder to be builder. This is at least more consistent, and I think easier to understand.

I realize this is a bit forward, sorry for not asking permission first, but still hoping it makes sense/you accept :smiley_cat: