Code
Sequence Memoizer Code -- libPLUMP
My
C++ implementation of the Sequence Memoizer and
related models, including the different storage schemes and inference methods
discussed in our
Improvements to the sequence memoizer
paper. More details are
here or grab the latest version
here.
Bachelor's Thesis
Some code I wrote for my Bachelor's thesis (unmaintained, but possibly still useful):
- libgrlvq-0.3 -- Java
Generalized LVQ library
Java source code and ready-to-use .jar file.
See README and the
API documentation
for instructions.
- featex-1.0 -- Linguistic
Feature extraction framework for syntactic features written in Python.