Overview

The example below shows how a sentence is analyzed by LxGrTagger (See the web demo).

Alt text

Each token appears in its own row, with columns describing its form and syntactic function. Key columns include:

  • Complexity (cx) tags: Details about the complexity tags. For instance, you may see tags like nn+npremod (noun used as a noun-phrase premodifier) or finitecls+rel (finite relative clause).
  • Fine-grained tags:
    • main tag: Corresponds to POS tags (e.g., nn for nouns, jj for adjectives).
    • cat1-9: Provides more specific morphological or syntactic information. For example, cat1 may indicate number or pronoun type in nn.