blob: b81912927c2009856a5b473d800bd5a356f20b17 [file] [log] [blame]
Marc Kupietza29f3d42025-07-18 10:14:43 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/KorAPQuery.R
3\name{parse_xml_annotations}
4\alias{parse_xml_annotations}
5\title{Parse XML annotations into linguistic layers}
6\usage{
7parse_xml_annotations(xml_snippet)
8}
9\arguments{
10\item{xml_snippet}{XML string containing annotation data}
11}
12\value{
13Named list with vectors for 'token', 'lemma', 'pos', and 'morph'
14}
15\description{
16Internal helper function to extract linguistic annotations (lemma, POS, morphology)
17from XML annotation snippets returned by the KorAP API.
18}
19\keyword{internal}