oolong icon indicating copy to clipboard operation
oolong copied to clipboard

`gs` as a general manual coding interface

Open chainsawriot opened this issue 3 years ago • 1 comments

Currently, gs only supports one ordinal question. What about an option to specify a list of questions to code?

generic1 <- construct(prompt = "Does the story suggest that some level of government has the ability to alleviate the problem?", type = "bool")
generic2 <- construct(prompt = "Does the story suggest that some level of the government is responsible for the issue/problem?", type = "bool")
sentiment <- construct(prompt = "How positive is the above sentence?", type = "ordinal", step = 5)

construsts <- list(generic1, generic2, sentiment)
oolong_test <- gs(input_corpus = trump2k, construct = constructs, userid = "Joe")

chainsawriot avatar May 22 '22 15:05 chainsawriot

Or not create another standard and follow the friends in Amsterdam.

ccs-amsterdam/ccsAnnotator@98e4c44e7231fd2e64143c12c3c8e6f77a496d20

https://github.com/ccs-amsterdam/ccsAnnotator/blob/main/R/codebook.r

chainsawriot avatar Jul 07 '22 19:07 chainsawriot