Changelog
Source:NEWS.md
textdata 0.4.5
- Fixed bug where
lexicon_nrc_vad()
didn’t have column names. (#53)
textdata 0.4.2
CRAN release: 2022-05-02
-
cache_info()
function has to added to allow for quick overview of cacheing size. - Update download url for
lexicon_nrc()
.
textdata 0.4.0
CRAN release: 2020-03-06
-
embedding_glove6b()
,embedding_glove27b()
,embedding_glove42b()
, andembedding_glove840b()
have been added to give access to the Stanford NLP Global Vectors for Word Representations pre-trained word vectors (@jonthegeek, #26). -
manual_download
argument have been added to all functions to allow the user to manual place file download at right place.
textdata 0.3.0
CRAN release: 2019-08-28
-
lexicon_nrc_eil()
has been added to give access to the NRC Emotion Intensity Lexicon (aka Affect Intensity Lexicon) v0.5. -
lexicon_nrc_vad()
has been added to give access to the The NRC Valence, Arousal, and Dominance Lexicon. - The argument
clean
have been added to all functions to allow deletion of intermediate files. - An optional information prompt is implemented. This will be turned off by default and turned on by original authors request.
-
dataset_nrc()
got improved url for faster and more reliable downloads.
textdata 0.2.0
CRAN release: 2019-07-22
-
dataset_imdb()
has been added to give access to the IMDb Large Movie Review Dataset. -
dataset_trec()
has been added to give access to the TREC-6 and TREC-50 classification datasets. -
dataset_dbpedia()
has been added to give access to DBpedia Ontology classification dataset. -
dataset_ag_news()
has been added to give access to AG’s News Topic classification dataset. - Functions will now notify the user about the download mechanism used to download the data. http/https etc. (#12).
-
lexicon_nrc()
has been added to give access to the NRC Emotion lexicon (@juliasilge, #11).