nieldlr / hanzi

HanziJS is a Chinese character and NLP module for Chinese language processing for Node.js
http://hanzijs.com
MIT License
376 stars 56 forks source link

Bug/lookup of 了 #54

Closed nieldlr closed 5 years ago

nieldlr commented 5 years ago

了 was only returning one dictionary entry. This bug fixes it. It looks to see if there are previous entries for this character and then adds it, in case there is.