wm                266 Functions.cpp              std::string wm[4];
wm                267 Functions.cpp              wm[1] = m[2].str(); // 近接隣接演算種別 L(行) or W(語)
wm                268 Functions.cpp              wm[2] = m[3].str(); // 近接隣接演算距離
wm                269 Functions.cpp              wm[3] = m[4].str(); // 近接隣接演算対照ワード
wm                270 Functions.cpp              wm[0] = boost::regex_replace(s, r5, ""); // 近接隣接演算検査ワード
wm                272 Functions.cpp              q.qexp1 = wm[0];
wm                273 Functions.cpp              rt = calckind(wm[0], gv, q.kind1);
wm                276 Functions.cpp              q.qexp2 = wm[3];
wm                277 Functions.cpp              rt = calckind(wm[3], gv, q.kind2);
wm                280 Functions.cpp              if (wm[1] == "W")
wm                282 Functions.cpp              else if (wm[1] == "L")
wm                287 Functions.cpp              int dist = std::atoi(wm[2].c_str());