jyoValue property

Map<String, int> jyoValue
getter/setter pair

Implementation

static Map<String, int> jyoValue = {
  "거": 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.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.NEXT,
  "라": Id.NEXT1,
  "를": Id.NEXT,
  "며": Id.NEXT2,
  "면": Id.PREV | Id.NEXT2,
  "": Id.NONE,
};