Displaying 4 results from an estimated 4 matches for "textreus".
Did you mean:
textreuse
2024 Nov 25
1
Problemas usando paquete textreuse
Muy buenas:
He encontrado el paquete textreuse y lo quiero utilizar para comparar dos
archivos pdf.
Me ha sido imposible cargar los archivos para utilizar las funciones
TextReuseCorpus() o TextReuseTextDocument().
En la documentación del paquete los archivos los cargan desde
¿Alguien sabe cómo se hace?
He conseguido calcular la similitud d...
2024 Nov 26
0
Resumen de R-help-es, Vol 187, Envío 10
Ayer mandé esta respuesta pero parece que no llegó, parece mentira que
no recuerde utilizar la lista. Disculpas si sale repetida.
Javier, el paquete textreuse lo que hace es añadir metadatos de
pre-proceso a la lectura de ficheros de texto, y por tanto parte de
fichero. No lo conocía, pero leyendo
https://cran.r-project.org/web/packages/textreuse/vignettes/textreuse-introduction.html
verás que tanto TextReuseTextDocument como TextReuseTextCorpus tie...
2016 Feb 11
2
inconsistency in treatment of USE.NAMES argument
.../twinstim_siaf.R:176
/surveydata/R/questions.R:164
/sweidnumbr/R/luhn_algo.R:75
/sweidnumbr/R/oin.R:104
/sweidnumbr/R/oin.R:134
/sweidnumbr/R/pin.R:202
/sweidnumbr/R/pin.R:440
/taxize/R/gni_parse.R:29
/taxize/inst/ignore/taxonclass.R:117
/taxize/inst/ignore/taxonclass2.R:157
/testthat/R/utils.r:13
/textreuse/R/TextReuseCorpus.R:137
/textreuse/R/minhash.R:46
/textreuse/R/similarity.R:111
/tidyr/R/id.R:17
On Tue, Feb 9, 2016 at 3:37 AM, Martin Maechler
<maechler at stat.math.ethz.ch> wrote:
>>>>>> Herv? Pag?s <hpages at fredhutch.org>
>>>>>> on Mon, 8...
2016 Feb 08
2
inconsistency in treatment of USE.NAMES argument
Hi,
Both vapply() and sapply() support the 'USE.NAMES' argument. According
to the man page:
USE.NAMES: logical; if ?TRUE? and if ?X? is character, use ?X? as
?names? for the result unless it had names already.
But if 'X' has names already and 'USE.NAMES' is FALSE, it's not clear
what will happen to the names. Are they going to propagate to the
result