11 #include "../Tokenizer/token.h"
12 #include "../Tokenizer/stokenize.h"
29 set<string> mDefinitions;
34 set<string> defs = set<string>()
37 Word& operator = (
const Word& newToken);
39 string getName()
const;
40 set<WordType> getTypes()
const;
41 string getRawtypes()
const;
42 set<string> getDefinitions()
const;
44 friend ostream& operator << (ostream& outs,
const Word& w)
A Class to store token and its corresponding tags and definitions.
Definition: word.h:25