trinker / lexicon

A data package containing lexicons and dictionaries for text analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pronoun list

trinker opened this issue · comments

given pennebaker's book on hidden life of pronouns it may be useful to add a pronoun list:

c("he", "her", "hers", "herself", "him", "himself", "his", "i", 
"it", "its", "me", "mine", "my", "myself", "our", "ours", "ourselves", 
"she", "thee", "their", "them", "themselves", "they", "thou", 
"thy", "thyself", "us", "we", "ye", "you", "your", "yours", "yourself",
"we"
)

Contraction forms (e.g., we'll) as well

Breaking them out into a dataframe with types and plural etc may be useful: http://www.english-grammar-revolution.com/list-of-pronouns.html