tm::TermDocumentMatrix
オブジェクトの作成中にまばらな用語を削除できますか?
私は試した:
TermDocumentMatrix(file.corp, control = list(removeSparseTerms=0.998))
しかし、それは機能しません。
tm::TermDocumentMatrix
オブジェクトの作成中にまばらな用語を削除できますか?
私は試した:
TermDocumentMatrix(file.corp, control = list(removeSparseTerms=0.998))
しかし、それは機能しません。