blob: b81912927c2009856a5b473d800bd5a356f20b17 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/KorAPQuery.R
\name{parse_xml_annotations}
\alias{parse_xml_annotations}
\title{Parse XML annotations into linguistic layers}
\usage{
parse_xml_annotations(xml_snippet)
}
\arguments{
\item{xml_snippet}{XML string containing annotation data}
}
\value{
Named list with vectors for 'token', 'lemma', 'pos', and 'morph'
}
\description{
Internal helper function to extract linguistic annotations (lemma, POS, morphology)
from XML annotation snippets returned by the KorAP API.
}
\keyword{internal}