0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 16 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adapted the radicalList to an object that includes meaning to each radical. Then created a getRadicalMeaning function as well move the isRadical to be accessed outside of the decompose function scope More... over 11 years ago
Merge pull request #14 from djuretic/master More... over 11 years ago
Decomposer refactoring More... over 11 years ago
Bump to version v0.2.5 More... over 11 years ago
Merge branch 'master' of github.com:nieldlr/Hanzi More... over 11 years ago
Merge pull request #12 from djuretic/master More... over 11 years ago
Added a function to check if a component exists. More... over 11 years ago
Added unit tests using mocha More... over 11 years ago
Added another check in messy input for components that are not in the dictionary, but in the decomp data More... over 11 years ago
Bump to v0.2.4 More... over 11 years ago
Replaced all instances of ㇐ with 一. The former is a non-standard 'stroke' version of the latter. For instance it creates display errors.. So it's safer and better to replace it with the common 一 More... over 11 years ago
Merge pull request #11 from djuretic/flatten_decomposition More... over 11 years ago
Merge pull request #10 from djuretic/master More... over 11 years ago
Both radical and graphical decomposition return a single array More... over 11 years ago
Character decomposition data read into an object More... over 11 years ago
Remove non-Chinese characters from decompositionMany array return More... over 11 years ago
Bump to v0.2.3 More... over 11 years ago
Added the ability for decomposition to return 'Invalid Input' if the data is messy. This includes null values and non-Chinese characters. Furthemore, the getComponents was moved to accessed by the isMessy function. String trims were also implemented to remove any whitespace. More... over 11 years ago
Merge branch 'master' of github.com:nieldlr/Hanzi More... over 11 years ago
Added local file bugfixes.txt for listing purposes More... over 11 years ago
Merge pull request #8 from djuretic/master More... over 11 years ago
Radical list data converted to JS array More... over 11 years ago
Bump to v0.2.2 More... over 11 years ago
Change getExamples function to work with dictionary as objects. Also changed getExamples to return dictionary objects, instead of just words, so that both traditional & simplified forms can be shown. Added a determineIfSimplified function to test if input is simplified or not. Updated the definitionLookup function with this function More... over 11 years ago
Standardize test file More... over 11 years ago
Ignore owntest.js for own local testing purposes More... over 11 years ago
Merge branch 'master' of github.com:nieldlr/Hanzi More... over 11 years ago
Moved loadFrequencyData away from under prototype features section More... over 11 years ago
Merge pull request #7 from djuretic/master More... over 11 years ago
Changed getElements() return type to object More... over 11 years ago