l_pos {textTools} | R Documentation |
Parts of speech for English words from the Moby Project.
Description
Parts of speech for English words/phrases from the Moby Project by Grady Ward. Words with non-ASCII characters have been removed. One row per word.
Usage
l_pos
Format
Data.table with 227519 rows and 3 variables #'
- word
Lowercase English word or phrase
- pos
Lowercase English part of speech, grouped by word into a vector if a word has multiple parts of speech.
- multi_word
TRUE if the word record has a space (contains multiple words), else FALSE.
Source
https://archive.org/details/mobypartofspeech03203gut
[Package textTools version 0.1.0 Index]