View on GitHub

UD-KSL

Supplementary repo for UD_Korean-KSL

case: Case marker

Definition

case refers to a case marker that appears after a sentence element to indicate its grammatical role within a sentence.


Characteristics


Boundary cases and clarifications

Special cases

  1. VCP (Copular_positive, 긍정 지정사) as a case tag
    • ‘이다’ belongs to VCP, functioning as a predicate while also attaching to the preceding word like a postposition. If ‘이다’ is incorrectly spaced from the preceding noun, it should be parsed as a case tag.
      • 빌리 씨는 미국사람 이다.
      • 매연은 환경 오염의 원인 하나 이다.
  2. Parsing ‘등’ as a Case Marker
    • In Korean, “등,” which means “etc.” in English, follows a list of two or more nouns. It either limits the reference to just those items or suggests that there are more similar items.
    • ‘등’ is classified as an NNB in terms of part of speech, but it is parsed as a case because it typically comes after nouns and shows the grammatical relationship between them.
      • 수요일에 국어, 수학, 체육 수업을 듣는다.
      • 산에서 진달래꽃, 개나리 등을 보니 자연이 참 좋다고 생각했습니다.

Examples

case Example