Skip to content
Snippets Groups Projects
mwe.h 319 B
Newer Older
#ifndef LIBMWEREADER_MWE_H
#define LIBMWEREADER_MWE_H

#include <libcorpus2/io/reader.h>

namespace Corpus2 {

class LexicalUnit
{

};

class FixedLU : public LexicalUnit
{

};

class FlexLU : public LexicalUnit
{

};

class MWEIndex // lub base -> vector<LexicalUnit>
{
};

}// ns Corpus2

#endif //LIBMWEREADER_MWE_H