View on GitHub

UD-KSL

Supplementary repo for UD_Korean-KSL

nsubj: Nominal subject

Definition

nsubj refers to a nominal subject, one of a core arguments that serves as the agent or experiencer of the action or state described by the predicate.


Characteristics


Boundary cases and clarifications

Special cases

  1. Parsing complements
    • In Korean, JKC (Postposition_complement) looks the same as JKS (Postposition_nominative), like ‘이/가’. So, the nominal complement in a sentence is tagged as nsubj.
    • 그 사람이 부자가 되었다.
    • 나는 학생이 아니다.
  2. ‘것 같다’ construction
    • The phrase ‘것 같다’ is a predicate phrase used to express conjecture or assumption. Grammatically, ‘것’ is classified as NNB (a bound noun), and ‘같다’ as VA (an adjective). Since they are always written separately, ‘같다’ is annotated as the root, and ‘것’ is tagged as nsubj because it functions similarly to a subject.
    • 도서관에서 심심했을 같다.
    • 나이가 나보다 많을 같다.
  3. Case marker criteria for nsubj
    • In ungrammatical sentences, an element with JKS (e.g., ‘이/가’) is tagged as nsubj, even if it is not the logical subject.
    • If there is no case marker, the subject is identified based on context and tagged as nsubj.
    • This rule applies to all major syntactic components that are usually marked by case markers in Korean. Since case markers are essential in Korean syntax, this approach helps prevent subjective tagging.
    • 그 날의 기억이(*기억을) 떠올려 보세요.
    • 제가 친구가 선물을 주었습니다.

Examples

nsubj Example