Displaying 2 results from an estimated 2 matches for "genericpropertiescr".
2011 Mar 24
2
Problem with Snowball & RWeka
Dear Forum,
when I try to use SnowballStemmer() I get the following error message:
"Could not initialize the GenericPropertiesCreator. This exception was
produced: java.lang.NullPointerException"
It seems to have something to do with either Snowball or RWeka, however I
can't figure out, what to do myself. If you could spend 5 minutes of your
valuable time, to help me or give me a hint where to look for, it would be...
2011 Jun 04
1
Problem with Snowball & RWeka
...quot;porter","voc.txt",package = "Snowball"))
result <- SnowballStemmer(source)
#2) Using package tm
library(tm)
data("crude")
stemDocument(crude[[1]])
In both instances I got a Java error "Could not initialize the
GenericPropertiesCreator. This exception was produced:
java.lang.NullPointerException". After receiving this error once in
the session, no further error messages are generated. However,
SnowballStemmer() and stemDocument() return the original unstemmed
text.
Possible Solution:
For those on Mac OS, Kurt Hornik wr...