Last active
January 13, 2016 13:52
-
-
Save ymattu/9c3ebc31ec55a7d958b4 to your computer and use it in GitHub Desktop.
stat_r_try
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROC IML; | |
submit/R; | |
library(RMeCab); | |
result <- RMeCabC("私は大学に通っています。"); | |
result | |
endsubmit; | |
run; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment