|
PLearn 0.1
|
#include <plearn/vmat/SourceVMatrix.h>#include <plearn/dict/Dictionary.h>#include <plearn/dict/WordNetSenseDictionary.h>

Go to the source code of this file.
Classes | |
| class | PLearn::LemmatizeVMatrix |
| Takes a VMatrix with a word and a POS field and adds a field consisting of the lemma form of the word. More... | |
| class | PLearn::DiffTemplate< ObjectType, LemmatizeVMatrix > |
| class | PLearn::TypeTraits< LemmatizeVMatrix > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const LemmatizeVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, LemmatizeVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, LemmatizeVMatrix *&o) |
| PStream & | PLearn::operator<< (PStream &out, const LemmatizeVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< LemmatizeVMatrix > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, LemmatizeVMatrix > *opt, PLearnDiff *diffs) |
Definition in file LemmatizeVMatrix.h.
1.7.4