select_priorities: Select future priorities from political discourses
Description
Political priorities are statements in which actors express their
intent or commitment to take political action in the future.
Usage
select_priorities(.data, na.rm = TRUE)
Value
A data frame with syntax information by sentences and
a variable identifying which of these sentences are priorities.
Arguments
.data
A (annotated) data frame or text vector.
For data frames, function will search for "text" variable.
For annotated data frames, please declare an annotated data frame
at the sentence level.
na.rm
Would you like political statements that do not contain a
political action to be removed?
By default, TRUE.