<div>Hi,</div><div><br></div><div>I am trying to contribute to the "bite-site" project, "Add more stemming algorithms".</div><div>I implement the Lancaster (Paice/Husk) stemming algorithm by building a class named StemLancaster extending </div><div>the StemImplementation, with the guide in <a href="http://www.comp.lancs.ac.uk/computing/research/stemming/index.htm" style="line-height: 1.5;">http://www.comp.lancs.ac.uk/computing/research/stemming/index.htm</a>.</div><div>I think this class can be added to the default API for the potential users who are interested in this algorithm.</div><div>There is the source code, <a href="https://github.com/HurricaneTong/Xapian" style="line-height: 1.5;">https://github.com/HurricaneTong/Xapian</a>, would you like to give me some suggestions about the source code, and can this code be added to the source code of Xapian after necessary modifying ?</div><div><br></div><div>Besides, I indexed about 5000 documents from wikipedia with Brass and Chert, </div><div>and execute about 40000 single term search.</div><div>With the brass database, it costs 5.66s, and with the chert database, it costs 5.57s, ( In virtual machine VBox ). it seems that brass is slower in this condition.</div><div><br></div><div><div style="color:#909090;font-family:Arial Narrow;font-size:12px">------------------</div><div style="font-size:14px;font-family:Verdana;color:#000;">HurricaneTong,<div>Second Year Undergraduate,</div><div>School of Computer Science,</div><div>Fudan University, China.</div></div></div><div> </div>