Description Usage Arguments Functions
Getters for annotation attributes stored in annotations
Get list of tags used in annotations
Combine used tagset and canonical tagset, and raise warnings if they differ
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | get_doc_ids_from_project_path(path)
get_doc_ids(annotations, tagged_only = TRUE)
get_annotators(annotations)
get_annotation_types(annotations)
get_tagset_used_unsorted(annotations)
get_tagset_used(annotations, sort = c("value", "frequency",
"first_appearance"))
get_tagset_complete(annotations, tagset_planned = NULL, sort = c("value",
"frequency", "first_appearance"))
|
path |
Path to the WebAnno project directory |
annotations |
data.frame of annotations data |
tagged_only |
Logical to indicate whether to impute docs not in
|
sort |
Order in which to store tagset |
tagset_planned |
character vector of tags available to annotators |
annotations |
data.frame containing annotation data |
sort |
type of sorting on the tagset If |
get_doc_ids_from_project_path
: Get types of annotation
get_doc_ids
: Get types of annotation
get_annotation_types
: Get types of annotation
get_tagset_used_unsorted
: Get a character vector of the tags used in annotations
get_tagset_used
: Get a character vector of the tags used in annotations
get_tagset_complete
: Get a character vector of the tags used in annotations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.