Skip to contents

This function tags adverbial subordinating conjunctions in text that has been previously _ST tagged and tokenized.

Usage

dtag_adverbial_subords(x)

Arguments

x

A character vector of strings that have been tokenized and tagged with _ST tags.

Value

A character vector with adverbial subordinating conjunctions <OSUB> tags added.

Examples

dtag_adverbial_subords(c("Since_RB",  "he_PRP" , "left_VBD"))
#> [1] "Since_RB <OSUB>" "he_PRP"          "left_VBD"