Part-of-Speech (POS) Tagging
POS tagging involves annotating each word in a text with its corresponding grammatical category, such as noun, verb, adjective, or adverb. These annotations provide linguistic insights into the syntactic structure of the text, facilitating tasks like parsing and information extraction.
Named Entity Recognition (NER)
NER annotation identifies and classifies named entities within text, such as names of people, organizations, locations, dates, and numerical expressions. Annotations enable extraction of structured information from unstructured text data, supporting tasks like entity linking and knowledge graph construction.
Syntactic Parsing
Syntactic parsing annotates the grammatical structure of sentences, including dependencies between words and phrases. Annotations provide a hierarchical representation of the text's syntactic relationships, aiding in tasks like semantic analysis, question answering, and machine translation.
Title Sentiment Analysis
Sentiment analysis annotation assigns sentiment labels (e.g., positive, negative, neutral) to text, indicating the emotional tone expressed by the author. Annotations enable automated understanding of opinions, attitudes, and emotions conveyed in text, supporting applications like social media monitoring and customer feedback analysis.
Coreference Resolution
Coreference resolution annotation identifies and links referring expressions (e.g., pronouns, definite noun phrases) to their corresponding antecedents within text. Annotations help resolve ambiguous references and establish coherence in discourse, improving the performance of tasks like text summarization and document understanding.
Semantic Role Labeling (SRL)
SRL annotation identifies the semantic roles played by different constituents of a sentence, such as agents, patients, and instruments. Annotations capture the predicate-argument structure of sentences, facilitating tasks like information extraction, question answering, and semantic parsing.
Temporal Expression Recognition
Temporal expression recognition annotation identifies and annotates temporal expressions (e.g., dates, times, durations) within text. Annotations enable extraction of temporal information for tasks such as event extraction, temporal reasoning, and timeline generation.
Event Extraction
Event extraction annotation identifies and extracts events mentioned in text, including event triggers, participants, and temporal attributes. Annotations capture the semantics of events, supporting tasks like event clustering, trend analysis, and event-driven information retrieval.