我使用stemDocument
爲制止在R.示例代碼使用tm
包文本文檔:Snowball&SnowballC軟件包在R中有何不同?
data("crude")
crude[[1]]
stemDocument(crude[[1]])
我得到一個錯誤信息:
錯誤loadNamespace(名稱):沒有呼包'雪球'
我安裝了SnowballC
包並找不到雪球包。以下是我的sessionInfo()
:
R version 2.15.3 (2013-03-01)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] SnowballC_0.5 tm_0.5-8.3
loaded via a namespace (and not attached):
[1] slam_0.1-31 tools_2.15.3
是否需要其他包裝或雪球?
你應該看看[這個問題](http://stackoverflow.com/questions/23379961/alternatives-to-snowball-for-stemming-text-in-r?rq=1)。評論表明可能需要更新'tm'。 – Joe