#ifndef _ALIGN_H_ #define _ALIGN_H_ #include #include #include #include #include "unicode.h" #include "resa.h" void lcsAlign (UnicodeString &rmap, std::vector &toks, std::vector &tokstart, std::vector &tokend); void LCS(UnicodeString &A, IndexType As, IndexType N, std::vector &B, IndexType Bs, IndexType M); IndexType fuzzymatch(std::vector &tmap, IndexType i, IndexType e, UnicodeString uraw, IndexType rix, std::vector &mappings); #endif