Rename Collapser::entries() to get_entries()
[xapian.git] / xapian-data / stemming / README
blobc3e88eba5a155a8e964cd6f6f1755f4e9619244d
1 This directory contains test data for the Snowball stemming algorithms which
2 Xapian uses.  If Snowball has test data for a language, we include it here.
3 Sometimes we supplement Snowball's data with our own (or provide test data when
4 Snowball doesn't provide any).
6 There are two files which are from Snowball for each language (if Snowball
7 has no test data these are empty):
9  <language>/voc.txt     -- A list of words, one per line.
10  <language>/output.txt  -- The result of stemming each word.
12 Optionally, supplemental data is in these two files (if there is no
13 supplemental data, these files aren't present):
15  <language>/voc2.txt    -- A list of words, one per line.
16  <language>/output2.txt -- The result of stemming each word.