powered by
POSTagger
POSTagger(wordDF)
Dataframe including one column labeled "word" for tagging
Original dataframe including part of speech columns.
# NOT RUN { newwords <- data.frame(word = c("cat", "green", "slowly")) POSTagger(newwords) # }
Run the code above in your browser using DataLab