Displaying 20 results from an estimated 100 matches similar to: "Help installing Rstem package"
2009 Mar 05
2
Installing the Rstem package
Hello,
I am trying to install the Rstem package, but I have problems. I am
using Windows XP and the 2.8.1 version of R. I have read the "Add-on
packages" chapter of the "R Installation and Administration" manual,
and also have tried several things, which worked for other people on
the mailing list having faced the same problem
2009 Jun 11
1
Installing the Rstem package
Hi,
I can't find the package for LSA. When I try
http://www.statistik.uni-dortmund.de/~ligges/Rstem_0.3-1.zip
<http://www.statistik.uni-dortmund.de/%7Eligges/Rstem_0.3-1.zip>
It says file not found.
Is there an updated link?
Ravi
__________________________________________________________________________
This email message is for the sole use of the intended
2009 Jul 07
1
wordStem problems in R 2.9, Fedora 11; Linux Kernel 2.6.29.5-191.fc11.i586
Dear All,
I just updated from Fedora 9 to Fedora 11, kernel version
2.6.29.5-191.fc11.i586. I'm running R 2.9.
I successfully installed package Rstem from source (it always ran fine
for me in F9). However:
> wordStem(c("This","is","a","test"))
Error in wordStem(c("This", "is", "a", "test")) :
VECTOR_ELT()
2006 Mar 09
1
lsa and Rstem?
Dear r-helpers,
I can't get lsa to run because:
> library(lsa)
Loading required package: Rstem
Error in library(pkg, character.only = TRUE, logical = TRUE, lib.loc
= lib.loc) :
'Rstem' is not a valid package -- installed < 2.0.0?
In addition: Warning message:
cannot create HTML package index in: make.packages.html()
> install.packages('Rstem')
Warning in
2008 Jul 28
1
RStem with portuguese language
Greetings,
I have R 2.7.1 in MacOs and I believe UTF encoding is already installed.
At least:
> Sys.getenv()
shows several variables, including:
LANG "pt_PT.UTF-8"
I installed the Rstem and tm packages and when I try the following code:
> wordStem(c("aberra??o","aberra??es"), language="portuguese")
[1] "aberra?\xc3"
2007 Aug 18
0
Installing Rstem on Mac Intel
Hi all.
How do I install Rstem on my mac os X, with Intel processor? I need
Rstem in order to run de lsa package.
When I run the following command in the R interface:
install.packages("Rstem", repos = "http://www.omegahat.org/R", type
= "source"),
I get a whole bunch of errors, most of which referred to the dylib
(see below).
Is there an Rstem package
2011 Aug 10
1
Referencing non-CRAN extension from CRAN package
Hi r-devel,
I would like to submit a package to CRAN that makes use of an Omegahat extension, RStem ( http://www.omegahat.org/Rstem/ ). What is the best way to reference it in my package, and ensure compliance with CRAN submission guidelines?
Thank you for your help!
Tim
--
Timothy P. Jurka
Department of Political Science
University of California, Davis
www.timjurka.com
[[alternative HTML
2009 Mar 09
2
Cannot update 2.8.1 packages: unable to access index for repository...
I am having trouble updating packages for R 2.8.1 in Windows XP. Note that I *am* able to update packages for R 2.7.0 (see bottom of posting) so this is not an Internet proxy problem. The steps I took were to
(a) Copy over packages from my existing (2.7.0) library subdiretory to the R 2.8.1 library subdirectory. This included a long list of packages including RODBC, rpart, RGraphViz, ggplot2
2017 Aug 03
0
find similar words in text
Please keep messages on the list so others can pitch in.
_Which_ words do you want to consider identical for the purpose of frequency count?
_What_ do you want to plot?
B.
> On Aug 3, 2017, at 4:36 PM, Riaan Van Der Walt <Riaan.VanDerWalt at nwu.ac.za> wrote:
>
> Hallo Boris,
> I've loaded the Rstem, Snowball.
> But I am clueless how to get a list eg. whal* (whale,
2011 Jun 09
2
Coercing Output from mget() into Proper Data Frame
Hello R-philes:
I have the following function that gets the output of mget() and
converts it to a data frame to return. What I am finding is that the
dimensions are wrong. Basically, I get:
bridesmaid wed u see m gt lt like love X.0 dress pagetrack one go X3 get
1 56 35 27 30 24 20 20 23 28 17 25 16 16 28 15 26
Instead, I want something like:
[1] bridesmaid
2006 May 09
3
remove Punctuation characters
Hi,
I want to remove all punctuation characters in a string. I was trying it use
a regular expressions but it doesn't work.
Here is a sample os what i want:
str <- 'ABD - remove de punct, and dot characters.'
str <- gsub('[:punct:]','',str)
str
"'ABD remove de punct and dot characters"
is there any function that do this kind of thing?
Thanks to
2007 Aug 18
2
Problem with lsa package (data.frame) on Windows XP
Dear R team,
The following piece of code (to use the lsa package) works fine on my
mac os x, but when I run the same code on Windows XP, it doesn't work
any more.
### code:
library("lsa")
matrix1 = textmatrix("C:\\Documents and Settings\\tine stalmans.TINE.
000\\LSA\\cuentos\\", stemming=TRUE, language="spanish",
minWordLength=2, minDocFreq=1,
2009 Sep 29
1
Fax and dial-up connection issues
I have a pretty large setup on one of my customers. Digium TE420B (with echo cancelling module), 3 Xorcom Astribanks with 32 FXS each and 1 Xorcom Astribank with 16 FXO. These FXO ports are NOT used for fax/data transmission, as they are connected to cell phones. Not really related to the issue, but there are also 250 SIP phones.
The problem is that fax and dial-up connections are really
2017 Jul 31
4
find similar words in text
I am new to R.
Busy with Text Analysis.
Need a script to find e.g
whale, whales, whale's, whaler, whalers, whaling,... in Moby Dick
Riaan
2012 Dec 13
2
Tamaño de la matriz de términos y memoria. Paquete TM
Hola a todos!
Tengo algunos problemas con el tamaño de la matriz de términos que obtengo. Los comandos que utilizo son los siguientes:
# carga librerias
library(tm)
library(wordcloud)
library(Rstem)
library(Snowball)
# lee el documento UTF-8 y lo convierte a ASCII
txt <-
2010 Aug 02
1
Multibyte characters in (row) names
I have an array with names which contain multibyte characters. ?When I try to
write the array to a file using write.table and row.names = T I receive an error
message when the first such name is encountered, saying that I have not
specified the option to generate NA instead. ?I really would be satisfied if the
row name in the file were exactly what is displayed when I print the array on
the
2002 Feb 21
2
Samba 2.2.3a + Windows XP - Office 2K & Messenger Crashes
Hi,
I have a samba server running for about 2 years and now I updated the server
to RH 7.2 + All Updates and samba-2.2.3a. We have about 40 win98 boxes
running without any problems.
Now I'm trying to configure WinXP pro boxes, I've already managed to connect
them to the domain, but I'm having very weird problems using Office 2K and
Windows Messenger. When I logon using an
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") :
2005 Jun 23
0
WinXP - Not So Roaming profile
Hi folks,
I am trying to deploy an LDAP based Samba3 PDC, migrated from an old WinNT4
Domain to support roaming profile for new WinXP clients.
But I do not want a full roaming profile. AFAIK WinXP profiles tends to grow. If
possible, I would like to roam only the desktop settings, and maybe the
navigator (IE or Firefox) configuration.
Another important (I believe) information is that our WinXP
2009 Jul 17
3
Ayuda con el paquete de text mining (TM)
Estimados, les escribo para consultar, lo siguiente:
Estoy haciendo un trabajo de text mining y necesito importar una serie de
textos para preprocesarlos, es decir eliminar los Stopwords, hacer stemming,
eliminar signos de puntuación etc. Esto último lo puedo realizar con los
datasets que trae la librería TM. Lo que no puedo lograr es importar texto
desde algún medio a pesar que existe funciones