Dictionary

struct Dictionary {
enum eos;
enum eosId;
string[] idx2word;
int[string] word2idx;
}

Meta