This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* TinySegmenter.optmized.js | |
* ========================= | |
* | |
* * A reverse porting to Modern Javascript from optimized implementation of TinySegmenter written by Julia-lang. | |
* | |
* LICENSE | |
* ======= | |
* (c) 2008 Taku Kudo <taku@chasen.org> | |
* (c) 2015 Michiaki Ariga a.k.a chezou <chezou@gmail.com> | |
* (c) 2017 Naoki OKAMURA a.k.a nyarla <nyarla@thotep.net> |