Marc Kupietz | 0af7593 | 2025-09-09 18:14:16 +0200 | [diff] [blame] | 1 | % Please edit documentation in R/KorAPQuery.R if changing API |
| 2 | \name{fetchAnnotations} |
| 3 | \alias{fetchAnnotations} |
| 4 | \title{Fetch annotations (generic)} |
| 5 | \description{ |
| 6 | S4 generic for fetching token annotations for collected matches. See specific methods, e.g. \code{\link{fetchAnnotations,KorAPQuery-method}}. |
| 7 | } |
| 8 | \usage{ |
| 9 | fetchAnnotations(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 | } |