Here is a list of some of my projects:
Natural Language Processing
HunPOS - HunPOS adapted for incremental multitagging (see my bachelor thesis)
POSeval - A tool written in perl, bash and python that was made to train and test taggers - very handy if you want to evaluate 10 taggers on 20 train/test-sets.
POSeval has since been adapted for the evaluation of incremental parsers (mainly CDG). This tool is called parseeval
... and for the evaluation I needed a library to parse cda files (the native format for CDG-parses), which can be found under cda_parse.
I've also written a small parser in python for JSGF, a grammar that's used by Sphinx (the speech recognition engine) to express a fixed set of possible sentences.
