expression.match {ncodeR} | R Documentation |
Expression Matching
Description
Match a set of text excerpts against a set of regular expressions
Usage
expression.match(excerpts, expressions, names = list(NULL, "V1"))
Arguments
excerpts |
Character vector to match against |
expressions |
Character vector of expressions |
names |
Character vector to use for dimension names |
Value
Matrix representing matched expressions
[Package ncodeR version 0.2.0.1 Index]