Displaying 2 results from an estimated 2 matches for "poliza".
2019 Sep 23
5
Consulta
...?
library(NLP)?
library(tm)?
library(tesseract)?
library(magick)?
install.packages("magick")?
install.packages("pdftools")?
?
txt <- system.file("texts", "txt", package = "tm")?
?
rfc_rg <- "([A-Z]{3,})([0-9]{6})([A-Z]|[0-9]){0,3}"?
#poliza_rg <- "(34|36|37|39)(ME|MEC|CH|MB|TF|GI|VE|TS|IM|ER|VE)*([0-9]{6,})[-]([0-9]){2}[-][A-Z]"?
poliza_rg <- "(ME|CH|MB|TF|GI|gi|VE|TS|IM|ER|VE)*([0-9]{8,})[-]([0-9]){2}"?
registro_rg <- "(CNSF-H0711-)([0-9]{4})[- ]([0-9]){4}"?
subgrupo_rg <- "_([0-9]){1,3}...
2019 Sep 24
2
Consulta
...seract)?
> library(magick)?
> install.packages("magick")?
> install.packages("pdftools")?
> ?
> txt <- system.file("texts", "txt", package = "tm")?
> ?
> rfc_rg <- "([A-Z]{3,})([0-9]{6})([A-Z]|[0-9]){0,3}"?
> #poliza_rg <- "(34|36|37|39)(ME|MEC|CH|MB|TF|GI|VE|TS|IM|ER|VE)*([0-9]{6,})[-]([0-9]){2}[-][A-Z]"?
> poliza_rg <- "(ME|CH|MB|TF|GI|gi|VE|TS|IM|ER|VE)*([0-9]{8,})[-]([0-9]){2}"?
> registro_rg <- "(CNSF-H0711-)([0-9]{4})[- ]([0-9]){4}"?
> subgrupo_rg <- &quo...