Introduction - If you have any usage issues, please Google them yourself
This is an implementation of the generalized subsequence kernel described
in the paper "Subsequence Kernels for Relation Extracion" (Bunescu & Mooney,
NIPS 2005). The code was written to be compatible with the libsvm package
(see section on [libsvm] below).
The source is self explanatory. For testing, I have written a main function
inside the class SubsequenceKernel .