Pinned Repositories
app-recommender
a tool that provides automatic suggestion on app based on user's download history
Chinese-POS-Tagger
Chinese Part-of-Speech Tagger based on HMM and Viterbi Algorithm
CNN-handwritten-math-equations-recognizer
CNN-Shallow-Discourse-Parsing
Discourse Relation Classification Using Gold Argument Pairs
coreference
CRF-based-Named-Entity-Recognizer
A CRF model in python for named entity recognition, which uses the CRFSuite library as its basis.
HomeChef-Recipe-Search-App
a Elasticsearch-based web app for customized recipe search.
Implementation-of-Machine-Learning-Algorithms
NYPD_Data-Science
A classifier to identify and predict the types of criminal offenses in NYC
Semeval-2017-Keyphrase-Relation-Extraction
Automatic Relation Extraction with Bi-GRU+Dual Attention
lkmcl37's Repositories
lkmcl37/Semeval-2017-Keyphrase-Relation-Extraction
Automatic Relation Extraction with Bi-GRU+Dual Attention
lkmcl37/CNN-handwritten-math-equations-recognizer
lkmcl37/CRF-based-Named-Entity-Recognizer
A CRF model in python for named entity recognition, which uses the CRFSuite library as its basis.
lkmcl37/Chinese-POS-Tagger
Chinese Part-of-Speech Tagger based on HMM and Viterbi Algorithm
lkmcl37/coreference
lkmcl37/app-recommender
a tool that provides automatic suggestion on app based on user's download history
lkmcl37/CNN-Shallow-Discourse-Parsing
Discourse Relation Classification Using Gold Argument Pairs
lkmcl37/HomeChef-Recipe-Search-App
a Elasticsearch-based web app for customized recipe search.
lkmcl37/Implementation-of-Machine-Learning-Algorithms
lkmcl37/NYPD_Data-Science
A classifier to identify and predict the types of criminal offenses in NYC
lkmcl37/Chinese-Word-Segmenter
A Chinese word segmenter based on word scoring and feedback mechanism
lkmcl37/Douban-Web-Spider
A web spider for movie.douban.com
lkmcl37/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
lkmcl37/interviews
Everything you need to know to get the job.
lkmcl37/Spell-Checker-English
A C# English spell checker based on Wagner–Fischer algorithm
lkmcl37/TF-IDF-based-document-search-engine
TF/IDF based document search engine
lkmcl37/Vector-Space-IR
A simple vector space IR system for movie corpus, supporting conjunctive queries over terms and ranked search results.
lkmcl37/WordSeg-Greedy-Algorithm
A simple Chinese word segmenter based on greedy algorithm