~snowball-yiddish-dev/snowball-yiddish/trunk

« back to all changes in this revision

Viewing changes to snowball/algorithms/german/stem-MS-DOS-Latin-I.sbl

  • Committer: martin
  • Date: 2005-05-23 16:18:58 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:311
Russian in Unicode and modifications for UTF-8

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
externals ( stem )
9
9
 
10
 
integers ( p1 p2 )
 
10
integers ( p1 p2 x )
11
11
 
12
12
groupings ( v s_ending st_ending )
13
13
 
44
44
    $p1 = limit
45
45
    $p2 = limit
46
46
 
 
47
    test(hop 3 setmark x)
 
48
 
47
49
    gopast v  gopast non-v  setmark p1
48
 
    try($p1 < 3  $p1 = 3)  // at least 3
 
50
    try($p1 < x  $p1 = x)  // at least 3
49
51
    gopast v  gopast non-v  setmark p2
50
52
 
51
53
)