Displaying 2 results from an estimated 2 matches for "velcin".
2012 Jan 13
4
Troubles with stemming (tm + Snowball packages) under MacOS
Dear all,
I have some troubles using the stemming algorithm provided by the tm
(text mining) + Snowball packages.
Here is my config:
MacOS 10.5
R 2.12.0 / R 2.13.1 / R 2.14.1 (I have tried several versions)
I have installed all the needed packages (tm, rJava, rWeka, Snowball)
+ dependencies. I have desactivated AWT (like written in
2012 Mar 22
2
trouble for parsing HTML files
Hi all,
Using the XML package, I'm not able to parse some html webpages. Here
is my code and the error message:
library("XML")
url <- "http://www.huffingtonpost.com/social/GraniteSkyline?action=fans"
doc <- htmlParse(url)
Error: Namespace prefix ??? of attribute (null) is not defined
I've searched a lot on the Internet, but it's really difficult to find