게시글
질문&답변
q_topics 입력시 오류가 생기는 이유는
우왁! 드디어 나왔다!!! 하루동안 해서 ㅠㅠㅠ $`1` 관련기사 구독신청 금지 네이버에서 따르 모바일한경 무단전재 바로가기 밝히 1 1 1 1 1 1 1 1 1 일본 재배포 정부 지난해 한경닷컴 한국경제 1 1 1 1 1 1 ## 혹시 저같이 안나오신분들은...(확실하지 않지만) 참고하시기를 추가라이브러리 설치 ### library(xml2) library(rvest) library(dplyr) #########LDA에 필요한 패키지 #https://junhewk.github.io/text/2017/08/15/complaint-LDA/ install.packages("LDAvis") install.packages("Rmpfr") library(stringr) library(tidytext) library(KoNLP) library(ggplot2) library(lubridate) library(tm) library(topicmodels) library(LDAvis) library(Rmpfr) library(tidyverse) ###########리페어 인코딩 comments2 comments2 ################### 샘플을 뽑았으니깐 for(i in 1:length(comments-모수)){ => for(i in 1:length(comments2-샘플)){ 로 해야하지 않을까
- 0
- 4
- 504
질문&답변
q_topics 입력시 오류가 생기는 이유는
혹시... > comments2 Best guess: UTF-8 (100% confident) 50건 이상의 경고들을 발견되었습니다 (이들 중 처음 50건을 확인하기 위해서는 warnings()를 이용하시길 바랍니다). => 이렇게 나오는데 정상일까요? // 아.... 왜 계속 깨져서 나올까요... ㅠ
- 0
- 4
- 504