blob: e0d79d745374cfbfa83d498414213e2b3af19fcc [file] [log] [blame]
Marc Kupietz0af75932025-09-09 18:14:16 +02001% Please edit documentation in R/KorAPQuery.R if changing API
2\name{fetchAnnotations}
3\alias{fetchAnnotations}
4\title{Fetch annotations (generic)}
5\description{
6S4 generic for fetching token annotations for collected matches. See specific methods, e.g. \code{\link{fetchAnnotations,KorAPQuery-method}}.
7}
8\usage{
9fetchAnnotations(kqo, foundry = "tt", overwrite = FALSE,
10 verbose = kqo@korapConnection@verbose)
11}
12\arguments{
13\item{kqo}{An object on which an annotation fetching method is defined.}
14\item{foundry}{Annotation foundry identifier.}
15\item{overwrite}{Logical flag controlling whether to overwrite existing annotations.}
16\item{verbose}{Logical flag for progress output.}
17}
18\seealso{
19\code{\link{fetchAnnotations,KorAPQuery-method}}
20}