Re: old english
"E. Timothy Uy" <[email protected]>
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <CABzAD1rrwQc2vLS2947OHZeqUaZGWYy_7JSNi=LVCyXo5fYBiQ@mail.gmail.com> |
It fails at !((33554576 >> (z->p[z->c - 1] & 0x1f)) & 1 and returns 0; What does this mean? On Tue, Jun 26, 2012 at 12:30 PM, E. Timothy Uy <[email protected]> wrote: > 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 <[email protected]> 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 >> > > _______________________________________________ Snowball-discuss mailing list [email protected] http://lists.tartarus.org/mailman/listinfo/snowball-discuss