[R] Natural Language Toolkit for R - is it still there?

2012-05-18 Thread Nick Riches
Hi I used the package Natural Language Toolkit about a year ago to parse strings into parts of speech. However, I cannot find it on CRAN. Has it been withdrawn? Thanks Nick -- Lecturer in Speech and Language Pathology Room 1.9 King George VI Building Queen Victoria Road University of Newcastl

Re: [R] Creating new variables. How do you get them into a data frame?

2011-02-28 Thread Nick Riches
Many thanks for the info Nick Riches On 28 February 2011 12:05, Sarah Goslee wrote: > Hi Nick, > > You want: > cbind(mydataframe, newvar) > > and possibly also a quick read of one of the intro to R documents available > online. > > Sarah > > On Mon, Feb

[R] Creating new variables. How do you get them into a data frame?

2011-02-28 Thread Nick Riches
in the OpenNLP toolkit, which tags a string for part of speech. "stim" is a variable in the current data frame) What happens is that the new variable, "spos" is saved as an object, but not added to the data frame. Could anyone help me with this? Thanks Nick Riches -- Lec

[R] read.table - reading text variables as text

2011-02-16 Thread Nick Riches
Hi I've resolved the following query by adding the option "stringsAsFactors = FALSE" Thanks Nick Riches -- Forwarded message ------ From: Nick Riches Date: 16 February 2011 12:16 Subject: read.table - reading text variables as text To: r-help@r-project.org Hi I&

[R] read.table - reading text variables as text

2011-02-16 Thread Nick Riches
"stim") However, "stim" is still imported as a factor. I notice there are other read.table options related to this issue, but the help files don't appear to contain much detail on these. Any help would be greatly appreciated. Best wishes Nick Riches -- Lecturer in Speech and