You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

modules_utf8.txt 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # This file contains a list of stemmers to include in the distribution.
  2. # The format is a set of space separated lines - on each line:
  3. # First item is name of stemmer.
  4. # Second item is comma separated list of character sets.
  5. # Third item is comma separated list of names to refer to the stemmer by.
  6. #
  7. # Lines starting with a #, or blank lines, are ignored.
  8. # List all the main algorithms for each language, in UTF-8.
  9. danish UTF_8 danish,da,dan
  10. dutch UTF_8 dutch,nl,dut,nld
  11. english UTF_8 english,en,eng
  12. finnish UTF_8 finnish,fi,fin
  13. french UTF_8 french,fr,fre,fra
  14. german UTF_8 german,de,ger,deu
  15. hungarian UTF_8 hungarian,hu,hun
  16. italian UTF_8 italian,it,ita
  17. norwegian UTF_8 norwegian,no,nor
  18. portuguese UTF_8 portuguese,pt,por
  19. romanian UTF_8 romanian,ro,rum,ron
  20. russian UTF_8 russian,ru,rus
  21. spanish UTF_8 spanish,es,esl,spa
  22. swedish UTF_8 swedish,sv,swe
  23. turkish UTF_8 turkish,tr,tur
  24. # Also include the traditional porter algorithm for english.
  25. # The porter algorithm is included in the libstemmer distribution to assist
  26. # with backwards compatibility, but for new systems the english algorithm
  27. # should be used in preference.
  28. porter UTF_8 porter
  29. # Some other stemmers in the snowball project are not included in the standard
  30. # distribution. To compile a libstemmer with them in, add them to this list,
  31. # and regenerate the distribution. (You will need a full source checkout for
  32. # this.) They are included in the snowball website as curiosities, but are not
  33. # intended for general use, and use of them is is not fully supported. These
  34. # algorithms are:
  35. #
  36. # german2 - This is a slight modification of the german stemmer.
  37. #german2 UTF_8 german2
  38. #
  39. # kraaij_pohlmann - This is a different dutch stemmer.
  40. #kraaij_pohlmann UTF_8 kraaij_pohlmann
  41. #
  42. # lovins - This is an english stemmer, but fairly outdated, and
  43. # only really applicable to a restricted type of input text
  44. # (keywords in academic publications).
  45. #lovins UTF_8 lovins