Conjunto de reglas, constantes y expresiones regulares precompiladas empleadas por el motor de segmentación silábica en español.
Usage
.valid_letters
.v_fuerte
.v_debil
.v_tilde
.clusters_lr
.rx_valid_letters
.rx_vowel
.rx_strong
.rx_weak
.syll_cache
Format
An object of class character
of length 1.
An object of class character
of length 6.
An object of class character
of length 4.
An object of class character
of length 5.
An object of class character
of length 12.
An object of class character
of length 1.
An object of class character
of length 1.
An object of class character
of length 1.
An object of class character
of length 1.
An object of class environment
of length 0.
Contenido
.valid_letters
: letras válidas en minúsculas (incluye tildes, ñ y diéresis)..v_fuerte
: vocales fuertes..v_debil
: vocales débiles (incluyeï
/ü
para marcar no tónicas)..v_tilde
: vocales acentuadas..clusters_lr
: grupos consonánticos que no se separan (combinaciones con l o r, p. ej.,bl
,br
,cl
,cr
, ...)..rx_valid_letters
,.rx_vowel
,.rx_strong
,.rx_weak
: regex precompiladas..syll_cache
: entorno para cachear segmentaciones.
See also
.onLoad()
Other syllabify-es:
clean_word()
,
is_valid_word()
,
syll-cache
,
syll-config
,
syll_count()
,
syll_hyphenate()
,
syll_split()
,
tokenize_clean()