~dricottone/afinn-demo

ref: 95c5b788167b0f77b739387a1b589d92ce1f8f5b afinn-demo/r/Makefile -rw-r--r-- 234 bytes
95c5b788Dominic Ricottone Added README 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
.PHONY: install
install:
	sudo pacman -S r-tidyr r-tidytext r-textdata
	@echo "Interactively run R and call the following commands:"
	@echo "> library(tidytext)"
	@echo "> get_sentiments(\"afinn\")"

.PHONY: run
run:
	Rscript main.r