머신러닝/고찰
R로 감정분석을 하기 위해 무엇이 필요할까?
오지고지리고알파고포켓몬고
2016. 11. 29. 12:04
http://rconference.fossa.kr/handout/sentiment_analysis_hyungjunkim.pdf
library(KoNLP)
library(tm)
library(ggraph)
불필요(stopwords) 단어사전 ?
library(networkD3)
- 형태소 분석 및 단어 파싱
tm / tau / NLP / openNLP
KoNLP
- 감정사전
tm.plugin.sentiment
http://mpqa.cs.pitt.edu/lexicons/subj_lexicon/
http://word.snu.ac.kr/kosac/
http://clab.snu.ac.kr/arssa/doku.php?id=app_dict_1.0
http://www.openhangul.com/
library(lda)
library(topicmodels)
library(LDAvis)
library(servr)
- 단어 순서 및 위치 처리
N-gram + LDA
Conditional Random Fields
Recursive Neural Network
Recurrent Neural Network
Convolution Neural Network