Merge pull request #5 from sfilipi/sefilipi/fixFilePath

reading the character sentiment from local files
This commit is contained in:
Senja Filipi 2024-02-16 16:46:37 -08:00 коммит произвёл GitHub
Родитель c9837f669f 868b170cc0
Коммит 7f0c3aa4a2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ library(stringr)
library(reshape)
# Read the war and peace dataset, with key phrase and sentimenet extracted
warpeace <- read.csv(file="https://machinelearningdatasets.blob.core.windows.net/public/warandpeace/warandpeaceSentimentKeyPhrase.csv",header=FALSE, sep=",")
warpeace <- read.csv(file="./data/warandpeaceSentimentKeyPhrase.csv",header=FALSE, sep=",")
# Specify the characters in War and Peace
bookCharacters <- c("Cyril", "Bezúkhov", "Pierre", "Nicholas",