Displaying 2 results from an estimated 2 matches for "corpurs".
Did you mean:
colours
2009 Jan 10
1
Help needed for Loading "tm" package
...-------------
Error in .jinit(system.file("jar", c("weka.jar", "RWeka.jar"), package =
pkgname, :
Cannot create Java virtual machine (-1)
Error : .onLoad failed in 'loadNamespace' for 'RWeka'
Error: package 'RWeka' could not be loaded
> my.corpurs <-Corpus(DirSource(my.path), readerControl =
list(reader=readPlain))
Error: could not find function "Corpus"
> my.tdm <- TermDocMatrix(my.corpus)
Error: could not find function "TermDocMatrix"
> my.tdm[1,]
Error: object "my.tdm" not found
--
Kum-Hoe Hwan...
2009 Jan 15
2
Interface to open source Reporting tools
...jar", c("weka.jar", "RWeka.jar"), package =
> > pkgname, :
> > Cannot create Java virtual machine (-1)
> > Error : .onLoad failed in 'loadNamespace' for 'RWeka'
> > Error: package 'RWeka' could not be loaded
> >> my.corpurs <-Corpus(DirSource(my.path), readerControl =
> > list(reader=readPlain))
> > Error: could not find function "Corpus"
> >> my.tdm <- TermDocMatrix(my.corpus)
> > Error: could not find function "TermDocMatrix"
> >> my.tdm[1,]
> > Err...