본문 바로가기
카테고리 없음

[다운로드] R, R studio

by ProSeraphina 2020. 11. 17.

1. R 3.6.0 + KoNLP(형태소 분석)

 

Download R-3.6.0 for Windows. The R-project for statistical computing.

If you want to double-check that the package you have downloaded matches the package distributed by CRAN, you can compare the md5sum of the .exe to the fingerprint on the master server. You will need a version of md5sum for windows: both graphical and comm

cran.r-project.org

형태소 분석 라이브러리를 사용하기 위해서 R은 3.6.0 버전을 사용하였음.

.exe가 다운받아지면 next를 눌러 64bit로 기본 설치(바탕화면 아이콘 선택하면 나중에 찾기 편함)

 

1) rJava 설치

2) KoNLP 설치

이어서 다음 두 문장을 콘솔창에 입력하는데, 지역 선택창이 뜨면 Korea(seoul) 선택

cran.r-project.org/src/contrib/Archive/KoNLP/KoNLP_0.80.2.tar.gz"

install.packages( c('rJava' , 'hash' , 'tau' , 'Sejong' , 'RSQLite','devtools') )

이렇게 떴으면 완료!

2. R studio: R 편집기

댓글