create_codebook: Create a codebook for the CCS Annotator

View source: R/codebook.r

create_codebookR Documentation

Create a codebook for the CCS Annotator

Description

Create a codebook for the CCS Annotator

Usage

create_codebook(...)

Arguments

...

Questions for "questions" mode or Variables for "annotate" mode. Cannot combine "annotate" and "question", because these are very different annotation modes.

Value

A codebook object

Examples

variable <- annotation_variable("sentiment", "Assign sentiment to words",
  codes = c(Negative = "red", Neutral = "grey", Positive = "green")
)

create_codebook(variable)

ccs-amsterdam/ccsAnnotator documentation built on March 19, 2024, 2:14 a.m.