youngwoos / Doit_R

<Do it! 쉽게 배우는 R 데이터 분석> 저장소
212 stars 438 forks source link

KoNLP 설치 문제 해결 방법 #35

Open youngwoos opened 4 years ago

youngwoos commented 4 years ago

KoNLP 패키지 설치 과정에 오류가 발생하면 아래 설명을 참고해 다시 설치해보세요.

KoNLP 패키지 설치하기 https://github.com/youngwoos/Doit_R/blob/master/FAQ/install_KoNLP.md

그래도 해결되지 않으면 페이스북 데이터 분석 커뮤니티에 질문을 올려주세요.

데이터 분석 커뮤니티 https://www.facebook.com/groups/datacommunity/

감사합니다.

angelcjh95 commented 3 years ago

마지막에 깃헙버전 설치를 하고 나면 이러한 문구가 뜹니다. 무슨 문제가 있는 걸까요? Skipping install of 'KoNLP' from a github remote, the SHA1 (c43430c2) has not changed since last install. Use force = TRUE to force installation

youngwoos commented 3 years ago

마지막에 깃헙버전 설치를 하고 나면 이러한 문구가 뜹니다. 무슨 문제가 있는 걸까요? Skipping install of 'KoNLP' from a github remote, the SHA1 (c43430c2) has not changed since last install. Use force = TRUE to force installation

KoNLP 패키지가 이미 설치되어 있어서 그렇습니다. install_github()force = T를 입력하면 패키지를 강제로 다시 설치합니다.

angelcjh95 commented 3 years ago

마지막에 깃헙버전 설치를 하고 나면 이러한 문구가 뜹니다. 무슨 문제가 있는 걸까요? Skipping install of 'KoNLP' from a github remote, the SHA1 (c43430c2) has not changed since last install. Use force = TRUE to force installation

KoNLP 패키지가 이미 설치되어 있어서 그렇습니다. install_github()force = T를 입력하면 패키지를 강제로 다시 설치합니다.

감사합니다. 다시 한번 시도해 보겠습니다.

33havana commented 1 year ago

안녕하십니까? 저자님의 책을 통해 많은 것들을 배우고 있습니다. 하지만 갑자기 최근에 다시 텍스트 마이닝을 하려는 도중, KoNLP는 무사히 깔았으나.. extractNoun 을 사용하지 못하고 있습니다. 조언을 부탁드립니다.

library(KoNLP) extractNoun("대한민국의 주권은 국민에게 있고, 모든 권력은 국민으로부터 나온다.") [1] "대한민국의 주권은 국민에게 있고, 모든 권력은 국민으로부터 나온다." Warning message: In value[3L] : can't processing '대한민국의 주권은 국민에게 있고, 모든 권력은 국민으로부터 나온다.'.

youngwoos commented 1 year ago

안녕하세요? 아래 글 참고해서 KoNLP를 다시 설치해보시겠어요?

KoNLP 패키지 설치하기 https://github.com/youngwoos/Doit_R/blob/master/FAQ/install_KoNLP.md

그래도 해결되지 않으면 아래 데이터 분석 커뮤니티에 질문을 올려주세요. 보다 빨리 답변을 받아보실 수 있습니다.

데이터 분석 커뮤니티 https://www.facebook.com/groups/datacommunity/

감사합니다.