Displaying 20 results from an estimated 100 matches similar to: "openNLP package error"
2009 Oct 24
2
R 64 and R: using 64-bit versions of packages in R (32)
I'm running R 2.9.2 build 5464 on OS X 10.5.8. Having encountered
memory allocation problems, I ran the problematic code in R64, the 64-
bit version of the same build. When I attempt to load openNLP I
receive the error message that the 32-bit version that I had been
using does not run in R64.
Assuming there is a 64-bit version, can I install and load it in R64
and, when I
2013 Sep 04
0
Error in Parts of Speach Tagging using openNLP in Cloud environment
I have an Ubuntu Quantal 12.10 Server 64-bit instance. I am using openNLP
for POS Tagging of sentences.
I am using POS tagging using openNLP with “Parallel Lapply setup”. It is
running fine in RStudio environment. But in Ubuntu environment it is
showing the following error.
*Error in do.call(c, clusterApply(cl, x = splitList(X, length(cl)), fun =
lapply, :*
* second argument must be a list*
2012 Jun 15
1
help in sentDetect() fuction
hello,
I am using the following code
>s<-"I am very happy, excited, and optimistic.I am very scared, annoyed, and
irritated.Iraq?s political crisis entered its second week one step closer to
the potential.dissolution of the government, with a call for elections by a
vital coalition partner and a suicide attack that extended the spate of
violence. that has followed the withdrawal.of
2013 Aug 24
3
Parts of Speach Tagging
I was using tagPOS function from openNLP package for parts-of-speach. Now
the package is updated and the function is not present. Any suggestions how
to do it now ?
Thanks for your help.
--
Regards,
Siddharth Arun,
Contact No. - +91 8880065278
[[alternative HTML version deleted]]
2011 Jan 08
1
Error on loading libraries -
Hello everyone!
I'm working this school project in R and everything was fine until I moved
to other computer.
The problem is that I can't load few libraries like "Snowball" or "openNLP".
Like I said, everything was fine on other computers, but at the moment, the
only computer
is this one that I'm finding error on.
So here is the problem:
I install library
2011 Feb 28
1
Creating new variables. How do you get them into a data frame?
Hi
I'm an R newbie. I can't seem to add new variables to data frames. Here are
the stages
(1) I import the data using read.csv.
(2) I fix it using fix(data)
(3) I create a new variable using
spos<-tagPOS(stim,language="en",model=NULL,tagdict=NULL).
(tagPOS is a function in the OpenNLP toolkit, which tags a string for part
of speech. "stim" is a variable in the
2014 Dec 08
2
CRAN packages mis-using \donttest : falsy
Hi all,
anyone has an idea how I could fix this?
\donttest{
## Set colors from colorspace package with a fallback
col <- try(colorspace::rainbow_hcl(5), silent = TRUE) %||% rainbow(5)
}
The problem is that this makes R CMD check freak out
(http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/falsy-00check.html)
if the colorspace package is not declared as a dependency.
2005 Jan 21
3
desire box
hi,
I seek to be able itself to wish a desire box our listeners am to music, over ices am played have someone a recommendation for me? can be gladly with mysql. greeting
--
Mit freundlichen Gr?ssen
Carsten Henkel mailto:carsten@chatlabel.de
In unserer Firma ist alles elektrisch - sogar das Gehalt versetzt einem einen Schlag.
dieser Text ist zuf?llig gew?hlt und
2012 Sep 20
2
VarBrul in R
Several years ago there were R implementations of a socio-linguistics
analysis method called Variable Rule Analysis namely rbrul and r-varb. Both
neither of the sites listed (in the method's WikiPedia page
http://en.wikipedia.org/wiki/Variable_rules_analysis ) appear to be online
any more (one was at UPenn and the other at Indiana). Does anyone know a)
whether the code for either or both of
2011 Feb 22
2
How to make a package with help pages in multiple languages?
This question was adsked on R-help-es, and got no responses there.
the OP asked for help pages in english and spanish. Any ideas how this
should be done? I guess there really should be a solution for any number of
languages.
Kjetil
2014 Dec 08
0
CRAN packages mis-using \donttest : falsy
On 08/12/2014 9:40 AM, G?bor Cs?rdi wrote:
> Hi all,
>
> anyone has an idea how I could fix this?
>
> \donttest{
> ## Set colors from colorspace package with a fallback
> col <- try(colorspace::rainbow_hcl(5), silent = TRUE) %||% rainbow(5)
> }
>
> The problem is that this makes R CMD check freak out
>
2017 Jun 21
0
Segmentation Fault when Installing Some Packages
Dear All,
I have a fresh Debian Stretch (now the official Debian stable)
installation on my machine.
Based on what written here
https://cran.r-project.org/bin/linux/debian/#debian-jessie-stable
I added the line
deb https://stat.ethz.ch/CRAN/bin/linux/debian stretch-cran34/
to my sources in order to have a backport of R 3.4.
The issue is that I am now experiencing some troubles to install some
2004 Jan 22
0
Debian samba 2.2.3-12.3 explosive memory growth
Does anyone have any ideas what might cause samba (specifically, a
single smbd process) to grow by several hundred K to as much as 2-4
megs every single time a directory is listed and occasionally when a
file accessed by a Windows 2000 client? Eventually the process becomes
so large that linux kills it, disrupting processes that are trying to
access data at the time.
This behavior started
2013 Mar 01
2
Problems with directories containing spaces in name
Hi anybody!
I'm not shure if this really is a rsync problem, it might also be a
shell issue. But hopefully, someone has a hint for me ;-)
I'm using rsync 3.0.9 on two OS X Servers (FreeBSD) to synchronize
several folders between both servers (2-way-sync). Works fine, with one
exception: One of the directories to be sync'd contains a whitespace in
its pathname, and this one only
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2013 Feb 20
2
Relaying with Icecast - stand-by or active all the time?
You can set globally with the <relays-on-demand>1</relays-on-demand> in the
global <icecast/> section, or you can configure per-relay with <on-demand>.
You can find it in the sample config file. (Does not say much more.)
Xabier Oneca_,,_
El 20/02/2013 08:39, "Satz Klauer" <satzklauer at googlemail.com> escribi?:
> Thanks, but which parameter influences
2013 Feb 20
2
Relaying with Icecast - stand-by or active all the time?
Hello Satz,
You can configure that behavior from the config file.
Xabier Oneca_,,_
El 20/02/2013 07:58, "Satz Klauer" <satzklauer at googlemail.com> escribi?:
Hi,
I found there is a possibility to let IceCast relay other, existing
streams. But how is it working exactly when no clients are connected to my
relay server:
- is it going to stand-by and not streaming andy data from
2003 Jun 27
1
bug? -z option and large compressed data
Hi,
I think I found a bug in usage of zlib. rsync 2.5.6 with -z fails
like bellow.
% cp install-disk2.iso /var/tmp/install-disk2.iso
install-disk2.iso 100% |*****************************| 316 MB 00:56
% rsync -vIz install-disk2.iso 127.0.0.1:/var/tmp/install-disk2.iso
install-disk2.iso
deflate on token returned 0 (16384 bytes left)
rsync error: error in rsync protocol
2013 Feb 20
3
Relaying with Icecast - stand-by or active all the time?
The relaying-configuration seems to be straight-forward, unfortunately it
does not work. That's my configuration:
<relays-on-demand>1</relays-on-demand>
<relay>
<server>http://mp3stream7.apasf.apa.at</server>
<port>8000</port>
<mount>/</mount>
<local-mount>/oe3.mp3</local-mount>
<on-demand>1</on-demand>
2013 Feb 20
0
Relaying with Icecast - stand-by or active all the time?
Ah, ok Satz, I did not know that's right :(
Now I am trying:
<server>194.232.200.156</server>
<port>8000</port>
<mount>/listen.pls</mount>
<local-mount>/oe3.mp3</local-mount>
... but I do not get the mountpoint "oe3.mp3" in
http://186.56.96.133:8200
May be something related with the extension "pls" ?.
El mi?, 20-02-2013 a