search for: feiner

Displaying 20 results from an estimated 23 matches for "feiner".

Did you mean: heiner
2009 Nov 12
2
package "tm" fails to remove "the" with remove stopwords
I am using code that previously worked to remove stopwords using package "tm". Even manually adding "the" to the list does not work to remove "the". This package has undergone extensive redevelopment with changes to the function syntax, so perhaps I am just missing something. Please see my simple example, output, and sessionInfo() below. Thanks! Mark require(tm)
2009 Jan 11
2
problems installing package XML to a computer without an internet connection
Hello, I am hoping for some advice regarding how I can install the XML package which I require to run package tm. Normally I would use the install package option, however, I have to install the packages to a laptop running XP. The laptop does not have an internet connection. Firstly I tried the file - XML_1.99-0.tar.gz . Below is the error I received Error in gzfile(file, "r") :
2007 Jun 08
1
data mining/text mining?
Dear R-user, Could anybody tell me of the key difference between data mining and text mining? Please make a list for packages about data/text mining. And give me an example of text mining with R (any relating materials will be highly appreciated), because a vignette written by Ingo Feinerer seems too concise for me. Thanks _____________________________________________ Dr.Ruixin ZHU Shanghai Center for Bioinformation Technology rxzhu@scbit.org zhurx@mail.sioc.ac.cn 86-21-13040647832 [[alternative HTML version deleted]]
2009 Aug 13
1
using package tm to find phrases
I am using the package "tm" for text-mining of abstracts and would like to use it to find instances of gene names that may contain white space. For instance "gene regulatory protein 1". The default behavior of tm is to parse this into 4 separate words, but I would like to use the class constructor "dictionary" to define phrases such as just mentioned. Is this
2009 Aug 17
2
reading in MS Word files
I am familiar with packages that read and write Excel files on both Windows and Linux platforms. Do any packages provide similar functionality for MS Word files? I have a lot of text processing to do and the text is embedded in ~200 different Word files (.doc format Office 2003). All I need to do is read, not write. Thanks, Mark ------------------------------------------------------------ Mark
2007 Jul 06
5
Text Mining
Hi everybody, I am a new R user. Is there any package devoted to "text mining" analysis in R ? Thanks Gilles lepape.gilles at neuf.fr
2008 Aug 04
1
dovecot-auth requires userdb, but already configured
Greetings! My ultimate goal is to have fetchmail/getmail poll from POP3/IMAP servers and deliver mail into Dovecot mailboxes. This does not work because the Dovecot LDA for some reason fails. I believe I have narrowed down the problem to dovecot-auth not finding my userdb. But, I am able to connect to dovecot via IMAP in my MUA and preform operations (read, delete mail, create folders). This
2007 Jan 11
0
tm 0.1 uploaded to CRAN
...ext mining literature. This allows the straight-forward integration of existing methods for classification, clustering, visualizations, etc. The package is designed in a modular way to enable easy integration of new file formats, parsers, transformations and filter operations. Best regards, Ingo Feinerer _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2007 Jan 11
0
tm 0.1 uploaded to CRAN
...ext mining literature. This allows the straight-forward integration of existing methods for classification, clustering, visualizations, etc. The package is designed in a modular way to enable easy integration of new file formats, parsers, transformations and filter operations. Best regards, Ingo Feinerer _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2007 Jul 14
0
Extending Matrix class
This is from a private question which I'm given permission to answer in public: >>>>> "IF" == Ingo Feinerer <h0125130 at wu-wien.ac.at> >>>>> on Fri, 13 Jul 2007 16:14:07 +0200 writes: IF> Hello, We tried to derive a class from Matrix but had IF> some problems. Maybe you can help us: library("Matrix") m <- Matrix(c(1:3,rep(0,12),16:20), nrow...
2010 Mar 18
0
error while usig "tm" package
I have recently started using "tm" package by Feinerer, K. Hornik, and D. Meyer. While trying to create a term-document matrix from a corpus (approxly 440 docs) I get the following error: tdm <- TermDocumentMatrix(tmp, control=list(weighting=weightTfIdf, minDocFreq=2, minWordLength=3)) *Error in rowSums(m > 0) : 'x' must be an array of...
2011 May 21
1
DocumentTermMatrix error
Hi all, I have tried to create a DocumentTermMatrix with a tm package, but i get this error : Error in tolower(txt) : invalid input 'PROD Z LAHKO GNETNO MELJNO GLINO, ... in 'utf8towcs' I tried doing this as it is showed in : http://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf (An Introduction to Text Mining), with this R code :
2011 Jul 16
0
Problem with Snowball & RWeka
...finally verified this as follows: 1) Fresh installation of Windows/Java/R. Snowball package works perfectly. 2) Install Quicktime. Java errors produced when attempting to use Snowball package. 3) Uninstall Quicktime. Snowball package works perfectly again. Many thanks to profs Ligges, Hornik, and Feinerer for their kind help in diagnosing this.
2001 Apr 24
2
ICQ-2000a on WINE ?
hi, has anyone ever tried (hopefully with success ;-) to run icq2000a on wine ? (copied over or installation on wine wouldn't make any difference. i'd like to have this, 'cause i decided to kill my last windows-box. the only app i used there was ICQ. but i don't want to loose all my contacts and history-files. so i'm not going to use any linux-icq-clone (unless i find
2011 May 11
1
filtering out unwanted words in a Term Document Matrix
Hi Y'all, I am using the text mining package (tm). I am trying to filter out all of the words in a Term Document Matrix that are not in a list of words that I am interested in. I am using the following code: z<-tm_intersect(txt.dtm, c("communications", "safety", "climate", "blood", "surface", "cleanliness",
2013 Apr 09
3
Question on Stopword Removal from a Cyrillic (Bulgarian)Text
Hi, I bumped into a serious issue while trying to analyse some texts in Bulgarian language (with the tm package). I import a tab-separated csv file, which holds a total of 22 variables, most of which are text cells (not factors), using the read.delim function: data<-read.delim("bigcompanies_ascii.csv", header=TRUE, quote="'",
2013 Apr 09
3
Question on Stopword Removal from a Cyrillic (Bulgarian)Text
Hi, I bumped into a serious issue while trying to analyse some texts in Bulgarian language (with the tm package). I import a tab-separated csv file, which holds a total of 22 variables, most of which are text cells (not factors), using the read.delim function: data<-read.delim("bigcompanies_ascii.csv", header=TRUE, quote="'",
2012 Jan 27
2
tm package: handling contractions
I tried making a wordcloud of Obama's State of the Union address using the tm package to process the text sotu <- scan(file="c:/R/data/sotu2012.txt", what="character") sotu <- tolower(sotu) corp <-Corpus(VectorSource(paste(sotu, collapse=" "))) corp <- tm_map(corp, removePunctuation) corp <- tm_map(corp, stemDocument) corp <- tm_map(corp,
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
...t;petar.jovanovic@imgtec.com> Petar Jovanovic <petarj@mips.com> Peter Chubb <peter.chubb@nicta.com.au> Peter Crosthwaite <peter.crosthwaite@petalogix.com> Peter Crosthwaite <peter.crosthwaite@xilinx.com> Peter Crosthwaite peter.crosthwaite@xilinx.com> Peter Feiner <peter@gridcentric.ca> Peter Lieven <pl@kamp.de> Peter Maydell <peter.maydell@linaro.org> Peter Wu <lekensteyn@gmail.com> Petr Matousek <pmatouse@redhat.com> Philipp Hahn <hahn@univention.de> Prerna Saxena <prerna@linux.vnet.ibm.com> Qiao Nuoh...
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
...t;petar.jovanovic@imgtec.com> Petar Jovanovic <petarj@mips.com> Peter Chubb <peter.chubb@nicta.com.au> Peter Crosthwaite <peter.crosthwaite@petalogix.com> Peter Crosthwaite <peter.crosthwaite@xilinx.com> Peter Crosthwaite peter.crosthwaite@xilinx.com> Peter Feiner <peter@gridcentric.ca> Peter Lieven <pl@kamp.de> Peter Maydell <peter.maydell@linaro.org> Peter Wu <lekensteyn@gmail.com> Petr Matousek <pmatouse@redhat.com> Philipp Hahn <hahn@univention.de> Prerna Saxena <prerna@linux.vnet.ibm.com> Qiao Nuoh...