yoValue property
Implementation
static Map<String, int> yoValue = {
"겨": Id.PREV,
"거": Id.PREV,
"구": Id.PREV,
"군": Id.PREV,
"걸": Id.PREV,
"까": Id.PREV,
"께": Id.PREV,
"껴": Id.PREV,
"네": Id.PREV,
"나": Id.PREV,
"니": Id.PREV,
"데": Id.PREV,
"든": Id.PREV,
"려": Id.PREV,
"서": Id.PREV,
"세": Id.PREV,
"아": Id.PREV,
"어": Id.PREV,
"워": Id.PREV,
"에": Id.PREV,
"예": Id.PREV,
"을": Id.PREV,
"져": Id.PREV,
"줘": Id.PREV,
"지": Id.PREV,
"춰": Id.PREV,
"해": Id.PREV,
"고": Id.NEXT2,
"는": Id.NEXT,
"라": Id.NEXT1,
"등": Id.NEXT,
"를": Id.NEXT,
"즘": Id.NEXT,
"소": Id.NEXT,
"며": Id.NEXT2,
"면": Id.PREV | Id.NEXT2,
"하": Id.NEXT1,
"": Id.NONE,
};