PLearn 0.1
Classes | Namespaces | Functions
LemmatizeVMatrix.h File Reference
#include <plearn/vmat/SourceVMatrix.h>
#include <plearn/dict/Dictionary.h>
#include <plearn/dict/WordNetSenseDictionary.h>
Include dependency graph for LemmatizeVMatrix.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file LemmatizeVMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines