]> git.llucax.com Git - z.facultad/75.06/jacu.git/commitdiff
Como tenia lugar agregue algunas palabras en ingles de las que mas aparecen en
authorRicardo Markiewicz <gazer.arg@gmail.com>
Mon, 28 Jun 2004 04:56:13 +0000 (04:56 +0000)
committerRicardo Markiewicz <gazer.arg@gmail.com>
Mon, 28 Jun 2004 04:56:13 +0000 (04:56 +0000)
 los textos de Calgary (que tramposo :-P, aunque no ayudan :-( )

src/blocksorting/bs.c

index a71e2619fea21c11416414108adb595861227d98..7b517775c874775e2d441391b4983ba69478a067 100644 (file)
@@ -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_ {