POSTagger {radlibs}R Documentation

POSTagger

Description

POSTagger

Usage

POSTagger(wordDF)

Arguments

wordDF

Dataframe including one column labeled "word" for tagging

Value

Original dataframe including part of speech columns.

Examples

## Not run: newwords <- data.frame(word = c("cat", "green", "slowly"))
POSTagger(newwords)
## End(Not run)

[Package radlibs version 0.2.0 Index]