KoNLP 패키지 설치하기, KoNLP 패키지 임포트

CODEDRAGON Development/Big Data, R, ...

반응형


 

 

KoNLP 패키지 설치하기

 

install.packages("KoNLP")

> install.packages("KoNLP")
Installing package into ‘C:/Users/codedragon/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
also installing the dependencies ‘rJava’, ‘hash’, ‘tau’, ‘Sejong’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/rJava_0.9-9.zip'
Content type 'application/zip' length 716252 bytes (699 KB)
downloaded 699 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/hash_2.2.6.zip'
Content type 'application/zip' length 107718 bytes (105 KB)
downloaded 105 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/tau_0.0-20.zip'
Content type 'application/zip' length 180633 bytes (176 KB)
downloaded 176 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/Sejong_0.01.zip'
Content type 'application/zip' length 1617398 bytes (1.5 MB)
downloaded 1.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/KoNLP_0.80.1.zip'
Content type 'application/zip' length 5867612 bytes (5.6 MB)
downloaded 5.6 MB

package rJava successfully unpacked and MD5 sums checked
package ‘hash’ successfully unpacked and MD5 sums checked
package ‘tau’ successfully unpacked and MD5 sums checked
package ‘Sejong’ successfully unpacked and MD5 sums checked
package ‘KoNLP’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Public\Documents\ESTsoft\CreatorTemp\RtmpmS6Oe0\downloaded_packages

>

 

 

 

 

KoNLP 패키지 임포트

 

library(KoNLP)

> library(KoNLP)
Building dictionary structures.

>

 

 

반응형