Marc Kupietz | a29f3d4 | 2025-07-18 10:14:43 +0200 | [diff] [blame^] | 1 | % 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{ |
| 7 | parse_xml_annotations(xml_snippet) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{xml_snippet}{XML string containing annotation data} |
| 11 | } |
| 12 | \value{ |
| 13 | Named list with vectors for 'token', 'lemma', 'pos', and 'morph' |
| 14 | } |
| 15 | \description{ |
| 16 | Internal helper function to extract linguistic annotations (lemma, POS, morphology) |
| 17 | from XML annotation snippets returned by the KorAP API. |
| 18 | } |
| 19 | \keyword{internal} |