[Snowball-discuss] old english

E. Timothy Uy tim at loqu8.com
Tue Jun 26 20:30:33 BST 2012


Actually, I take that back, I guess is doesn't work on my end yet!

I made the following modifications in the 8859 and UTF8 versions of the
...english.c but it still doesn't take. What am I missing?


static const symbol s_4_0[2] = { 'e', 'd' };
static const symbol s_4_1[3] = { 'e', 'e', 'd' };
static const symbol s_4_2[3] = { 'i', 'n', 'g' };
static const symbol s_4_3[4] = { 'e', 'd', 'l', 'y' };
static const symbol s_4_4[5] = { 'e', 'e', 'd', 'l', 'y' };
static const symbol s_4_5[5] = { 'i', 'n', 'g', 'l', 'y' };
static const symbol s_4_6[3] = { 'e', 's', 't' };
static const symbol s_4_7[3] = { 'e', 't', 'h' };
static const symbol s_4_8[4] = { 'e', 'd', 's', 't'};


static const struct among a_4[9] =
{
/*  0 */ { 2, s_4_0, -1, 2, 0},
/*  1 */ { 3, s_4_1, 0, 1, 0},
/*  2 */ { 3, s_4_2, -1, 2, 0},
/*  6 */ { 3, s_4_6, -1, 2, 0},
/*  7 */ { 3, s_4_7, -1, 2, 0},
/*  8 */ { 4, s_4_8, -1, 2, 0},
/*  3 */ { 4, s_4_3, -1, 2, 0},
/*  4 */ { 5, s_4_4, 3, 1, 0},
/*  5 */ { 5, s_4_5, -1, 2, 0},
};

    among_var = find_among_b(z, a_4, 9); /* substring, line 75 */







On Tue, Jun 26, 2012 at 11:16 AM, E. Timothy Uy <tim at loqu8.com> wrote:

> Dear Richard et al.,
>
> I found http://snowball.tartarus.org/texts/earlyenglish.html to be a
> fantastic read. To the powers that be, thank you so much for putting this
> together!  In fact, I am using Snowball to search the Authorized version
> with great satisfaction. The only extra thing I would add is that -edst
> could be added, as in, paintedst.
>
> "And furthermore, that ye have sent for men to come from far, unto whom a
> messenger was sent; and, lo, they came: for whom thou didst wash thyself,
> paintedst thy eyes, and deckedst thyself with ornaments,"
>
> And perhaps something to handle 'cutteth' for cut.
>
> Respectfully,
> Tim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.tartarus.org/mailman/private/snowball-discuss/attachments/20120626/925ded65/attachment.htm>


More information about the Snowball-discuss mailing list