fix all cran checks
lexicon is a collection of lexical hash tables, dictionaries, and word lists. The data prefixes help to categorize the data types:
key_
data.frame
hash_
data.table
freq_
profanity_
vector
pos_
pos_df_
sw_
To download the development version of lexicon:
Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version:
R CMD INSTALL
if (!require("pacman")) install.packages("pacman") pacman::p_load_gh("trinker/lexicon")
You are welcome to:
用于文本挖掘和情感分析的R语言包
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
lexicon
Table of Contents
Description
lexicon is a collection of lexical hash tables, dictionaries, and word lists. The data prefixes help to categorize the data types:
key_data.framewith a lookup and return valuehash_data.tablehash tablefreq_data.tableof terms with frequenciesprofanity_vectorpos_vectorpos_df_data.framesw_vectorData
Installation
To download the development version of lexicon:
Download the zip ball or tar ball, decompress and run
R CMD INSTALLon it, or use the pacman package to install the development version:Contact
You are welcome to: