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. It comes with a few examples and a SWIG-based Python binding. See the
included
README file for compilation and usage instructions.
- Releases
-
The development takes place on GitHub -- feel free to grab the latest version from there,
report bugs and submit patches.
- For an alternative implementation in Java by Nick Bartlett see sequencememoizer.com.