preposition_vals {medExtractR} | R Documentation |
Keywords Specifying Preposition
Description
A dictionary with preposition expressions. Such expressions often represent a relationship with an adjacent entity. Since most expressions in this dictionary are very short, we require word boundaries (any character other than a letter or number) to appear on either side of the expression. Example expressions include "for", "to", "until", and "in".
Usage
preposition_vals
Format
A data frame with preposition expressions (exact and/or regular expressions).
- expr
A character vector, expressions to consider as preposition.
Examples
data(preposition_vals)
[Package medExtractR version 0.4.1 Index]