Displaying 9 results from an estimated 9 matches similar to: "Natural Language Processing for non-English languages with udpipe"
2017 Dec 19
0
release of version 0.2 of the textrank package
Hello R users,
I'm pleased to announce the release of version 0.2 of the textrank package
on CRAN: https://CRAN.R-project.org/package=textrank
*The package is a natural language processing package which allows one to
summarize text by finding*
*- relevant sentences*
*- relevant keywords*
This is done by constructing a sentence network which finds how sentences
are related to one another
2017 Dec 19
0
release of version 0.2 of the textrank package
Hello R users,
I'm pleased to announce the release of version 0.2 of the textrank package
on CRAN: https://CRAN.R-project.org/package=textrank
*The package is a natural language processing package which allows one to
summarize text by finding*
*- relevant sentences*
*- relevant keywords*
This is done by constructing a sentence network which finds how sentences
are related to one another
2011 Sep 30
1
last observation carried forward +1
Hi R-helpers
I'm looking for a vectorised function which does missing value replacement
as in last observation carried forward in the zoo package but instead of a
locf, I would like the locf function to add +1 to each time a missing value
occurred. See below for an example.
> require(zoo)
> x <- 5:15
> x[4:7] <- NA
> coredata(na.locf(zoo(x)))
[1] 5 6 7 7 7 7 7 12 13
2012 May 03
1
* operator overloading & setOldClass
Dear R gurus,
I am trying to overload some operators in order to let these work with the
ff package by registering the S3 objects from the ff package and
overloading the operators as shown below in a reproducible example where
the "*" operator is overloaded.
require(ff)
setOldClass(Classes=c("ff_vector"))
setMethod(
f="*",
signature = signature(e1 =
2018 Jun 15
0
CRAN Check warnings with GCC 8.1
Some time ago I (and some other CRAN package maintainers) got an email
from Brian Ripley (copied below) regarding compiler warnings under gcc
8.1. In my case this concerns package PropClust
(https://CRAN.R-project.org/package=PropClust). The check with gcc 8.1
(https://www.stats.ox.ac.uk/pub/bdr/gcc8/PropClust.out) produced a
warning about an uninitialized variable.
I cannot reproduce the warning
2019 Oct 03
2
VI Xornada de Usuarios de R en Galicia [10/10/2019]
Hola,
Ayer vi que también en su última reunión el "Grupo de R de Sevilla" también
habló de NLP.
Además usando una librería realmente interesante (udpipe)...
https://sevillarusers.netlify.com/posts/procesamiento-de-lenguaje-natural-con-r/
Gracias,
Carlos Ortega
www.qualityexcellence.es
El mié., 2 oct. 2019 a las 10:44, Juan Abasolo (<juan.abasolo en ehu.eus>)
escribió:
> Se
2009 May 14
3
Rstat e InformationBuilders
Hola, ¿qué tal?
No sé si es o no noticia conocida, pero ahí va el enlace:
http://www.informationbuilders.com/products/webfocus/predictivemodeling.html
Y, ahora, en resumidas cuentas: una multinacional que vende herramientas
de gestión ha incorporado un módulo de "análisis predictivo" construido
sobre R.
Poco a poco, R se hace un hueco en la empresa...
Un saludo,
Carlos J. Gil
2020 Feb 10
2
Cannot allocate a vector of size...
Muchas gracias Xabier.
He intentaddo trabajar con la sparse matrix pero al pasar tdm a matriz me
dice también que "cannot allocate a vector of size 12 gb".
He hecho tdm<-as.matrix(tdm)
¿Está bien hecho eso para trabajar con la sparse matrix?
Gracias!
El Lun, 10 de Febrero de 2020, 16:15, Xavier-Andoni Tibau Alberdi escribió:
> La respuesta de Carlos creo que es mucho mas
2019 Oct 02
2
VI Xornada de Usuarios de R en Galicia [10/10/2019]
Hola,
Sí, si buscas por NLP:
http://madrid.r-es.org/?s=nlp&searchsubmit.x=0&searchsubmit.y=0
Te aparecen varias, y las más relevantes son las que impartió entre
diciembre del año pasado y enero de este año Francisco Rodriguez. Son las
que salen las primeras.
Gracias,
Carlos Ortega
www.qualityexcellence.es
El mié., 2 oct. 2019 a las 9:25, Juan Abasolo (<juan.abasolo en ehu.eus>)