Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View skyline0623's full-sized avatar

Block or report skyline0623

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. K-meansCluster K-meansCluster Public

    A java implementation of k-means algorithm.It uses ball tree as internal data structure to accelerate the computation.It uses 2-norm distance to compute the similarity between instances.

    Java 27 26

  2. LilyPinyinInputMethod LilyPinyinInputMethod Public

    A java implemented Pinyin Input method.It is a team project for my natural language processing course which I am the leader.It now uses a pinyin table downloaded at(http://www.datatang.com/data/118…

    Java 6 2

  3. PYSeparator PYSeparator Public

    Separate a String to syllybles(single legal Pinyin) most likely to possible intension of users.You should provide the function of a dictionary by implementing the dict interface.

    Java 2 1

  4. Naive-Bayes-Classifier Naive-Bayes-Classifier Public

    A simple implemantation by Octave of naive Bayes Classifier,with a hypothesis that the continuous values associated with each class are distributed according to a Gaussian distribution.

    MATLAB 1

  5. SpellingCorrector SpellingCorrector Public

    Based on the blog "How to Write a Spelling Corrector" by Peter Norvig,I implement a Java version of it.Further work will be focused on improving the error model.This implementation has a assumption…

    Java

  6. ChineseWordSegmentation ChineseWordSegmentation Public

    Segment Chinese sentences into separated words.

    Python