From: Ricardo Markiewicz Date: Mon, 28 Jun 2004 04:56:13 +0000 (+0000) Subject: Como tenia lugar agregue algunas palabras en ingles de las que mas aparecen en X-Git-Tag: svn_import~13 X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/commitdiff_plain/6506ff0f4b593a8958ac45c3240df9030530e160 Como tenia lugar agregue algunas palabras en ingles de las que mas aparecen en los textos de Calgary (que tramposo :-P, aunque no ayudan :-( ) --- diff --git a/src/blocksorting/bs.c b/src/blocksorting/bs.c index a71e261..7b51777 100644 --- a/src/blocksorting/bs.c +++ b/src/blocksorting/bs.c @@ -92,6 +92,24 @@ t_Diccionario dic[] = { PALABRA(" tener"), PALABRA(" ningún"), PALABRA(" fácil"), + /* Algunas cosas de ingles para mejorar otros textos */ + PALABRA(" as "), + PALABRA(" will "), + PALABRA(" with "), + PALABRA(" this "), + PALABRA(" program "), + PALABRA(" are "), + PALABRA(" The "), + PALABRA(" it "), + PALABRA(" which "), + PALABRA(" for "), + PALABRA(" be "), + PALABRA(" that "), + PALABRA(" is "), + PALABRA(" and "), + PALABRA(" to "), + PALABRA(" of "), + PALABRA(" the ") }; typedef struct _bs_decode_t_ {