blob: e0d79d745374cfbfa83d498414213e2b3af19fcc [file] [log] [blame]
% Please edit documentation in R/KorAPQuery.R if changing API
\name{fetchAnnotations}
\alias{fetchAnnotations}
\title{Fetch annotations (generic)}
\description{
S4 generic for fetching token annotations for collected matches. See specific methods, e.g. \code{\link{fetchAnnotations,KorAPQuery-method}}.
}
\usage{
fetchAnnotations(kqo, foundry = "tt", overwrite = FALSE,
verbose = kqo@korapConnection@verbose)
}
\arguments{
\item{kqo}{An object on which an annotation fetching method is defined.}
\item{foundry}{Annotation foundry identifier.}
\item{overwrite}{Logical flag controlling whether to overwrite existing annotations.}
\item{verbose}{Logical flag for progress output.}
}
\seealso{
\code{\link{fetchAnnotations,KorAPQuery-method}}
}