#ifndef _MRG_H_ #define _MRG_H_ #include #include #include #include "unicode.h" #include "eTuple.h" #include "resa.h" void processMRG(UnicodeString &rmap, std::istream &fn, std::map > > &elts, std::map &deletelabels, bool fuzzy, bool boundary, bool rawFromGold=false); #endif