Created
September 19, 2014 16:37
-
-
Save bryanyang0528/43f8a1cc5bb91bc7badb to your computer and use it in GitHub Desktop.
corpus correct-2
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
> tdm = as.matrix(TermDocumentMatrix(d.corpus)) | |
> tdm | |
Docs | |
Terms 1 2 | |
昨天天氣很好1 1 0 | |
昨天天氣很好2 0 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment