Skip to content

Releases: nieldlr/hanzi

Adds new function getCharacterInFrequencyListByPosition

03 Jul 09:40
Compare
Choose a tag to compare

This new function allows you get a character based on its position in the frequency list.

Changes traditional character lookup for frequency information

30 Jun 10:14
Compare
Choose a tag to compare

Thanks to @raylillywhite. He found a bug where traditional characters should actually have been using simplified versions, since the frequency information comes from a simplified corpus.

Original PR here: #26

Update package.json with license information

30 Jun 08:09
Compare
Choose a tag to compare

Minor update thanks to @zurawiki to suppress license information when installing on npm 5.

PR here: #27

Segment Function Added

01 Mar 13:02
Compare
Choose a tag to compare

Now includes a Longest Match segment function created by @nikvdp.

Browserify builds now also function properly for web/extension use!

Published to NPM on 1 March 2015.