3

Recoll's list of languages where stemming is available via Xapian algorithm lacks a language in which most of my documents are written.

I searched both in the Recoll manual for ways of downloading more languages as well as on Xapian website, but there seems to be no additional languages.

So, are these languages the only ones supported for stemming?

  • arabic
  • armenian
  • basque
  • catalan
  • danish
  • dutch
  • english
  • finnish
  • french
  • german
  • hungarian
  • italian
  • norwegian
  • portuguese
  • romanian
  • spanish
  • russian
  • swedish
  • turkish

1 Answers1

1

Recoll uses Xapian which has Snowball sub-project. Here are current available stemming algorithms

arabic.sbl
basque.sbl
catalan.sbl
danish.sbl
dutch.sbl
english.sbl
finnish.sbl
french.sbl
german.sbl 
german2.sbl
greek.sbl   
hindi.sbl   
hungarian.sbl 
indonesian.sbl  
irish.sbl   
italian.sbl     
kraaij_pohlmann.sbl     
lithuanian.sbl  
lovins.sbl  
nepali.sbl  
norwegian.sbl   
porter.sbl
portuguese.sbl 
romanian.sbl    
russian.sbl     
serbian.sbl     
spanish.sbl     
swedish.sbl     
tamil.sbl   
turkish.sbl     
user.dz
  • 49,176