Pinned Repositories
cky_parser
NLP project, a part-or-speech parser implemented in Java using CKY algorithm. Training data and output parse tree are all in Penn Tree Bank format.
computer-graphics
This repo contains all my OpenGL projects (LWJGL) for COMS 4160 Computer Graphics at Columbia University, taught by Professor Changxi Zheng.
cpp-call-rust
Demonstrates calling Rust functions from C++.
distance_vector_routing
An implementation of distance vector routing protocol (self-designed protocol) that allows dynamic adding and removing of clients using Bellman-Ford algorithm.
fcitx5-bridge
A ZMQ and protobuf based bridge to Fcitx5 so you can write input method engine in any languages.
full-cloud-pinyin
An attempt to use Google Input Tools as the backend for input methods on Linux
gesture_recognizer
Imaging processing project for my image processing class. Current project, written in MATLAB.
gpl
ibus-cloud-pinyin
A pure Rust implementation of cloud pinyin using IBus
lee-lemmatizer
A Python-based fully automatic lemmatization tool. A side project of mine.
qingxiang-jia's Repositories
qingxiang-jia/full-cloud-pinyin
An attempt to use Google Input Tools as the backend for input methods on Linux
qingxiang-jia/gesture_recognizer
Imaging processing project for my image processing class. Current project, written in MATLAB.
qingxiang-jia/lee-lemmatizer
A Python-based fully automatic lemmatization tool. A side project of mine.
qingxiang-jia/fcitx5-bridge
A ZMQ and protobuf based bridge to Fcitx5 so you can write input method engine in any languages.
qingxiang-jia/gpl
qingxiang-jia/cpp-call-rust
Demonstrates calling Rust functions from C++.
qingxiang-jia/distance_vector_routing
An implementation of distance vector routing protocol (self-designed protocol) that allows dynamic adding and removing of clients using Bellman-Ford algorithm.
qingxiang-jia/cky_parser
NLP project, a part-or-speech parser implemented in Java using CKY algorithm. Training data and output parse tree are all in Penn Tree Bank format.
qingxiang-jia/computer-graphics
This repo contains all my OpenGL projects (LWJGL) for COMS 4160 Computer Graphics at Columbia University, taught by Professor Changxi Zheng.
qingxiang-jia/cse221-project
This is a term project for CSE 221 at UC San Diego. Authors include: Qingxiang Jia and Ziliang Li.
qingxiang-jia/ibus-cloud-pinyin
A pure Rust implementation of cloud pinyin using IBus
qingxiang-jia/cse291d-project1
Group project for CSE 291D (Graduate level distributed system) at UCSD, team member: Ziliang Li, Qingxiang Jia
qingxiang-jia/data-structure
This contains all codes I wrote in CSCE 270 (Data Structure) at Pacific Lutheran University.
qingxiang-jia/decision_tree
An AI project, the agent generates decision tree based on learning examples. The agent improves its decision tree by applying chi-square pruning algorithm.
qingxiang-jia/geeky-shutdown
A extendable program used to shutdown or restart PC based on various unbelievable conditions. This is my first side project.
qingxiang-jia/hmm_tagger
NLP project, a name entity tagger written in Java using Viterbi algorithm.
qingxiang-jia/ibm_model_1_2
NLP project, a Java implementation of a German-English translator based on IBM model 1 and model 2.
qingxiang-jia/qingxiang-jia.github.io
This is my blog, Longstation.
qingxiang-jia/visual_relations
A set of programs that generates visual relationships in natural language given map of Columbia University.
qingxiang-jia/xylophone
Use video camera to track the stick and them sound -- visually virtual xylophone.