search for: paice

Displaying 5 results from an estimated 5 matches for "paice".

Did you mean: pace
2014 Mar 31
2
Paice-Husk Stemmer
Hi everyone, I was working on the Paice-Husk Stemmer, which is a Bite Size Project for Xapian, and I have created a C++ as well as Snowball version of it. I read the algorithm, and picked the rules from here: http://www.comp.lancs.ac.uk/computing/research/stemming/paice/descript.htm The C++ code takes rules as input from a file and gen...
2014 Dec 01
2
Adding Support for Krovetz Stemmer Algo in Xapian
...ously due to licenses both being the implementation of porter > > but our xapian use implementation in snowball which i assume is > > under GPL. The only cases I can think you might be referring to are two different submissions of patches based on Andy Stark's implementation of the Paice/Husk stemmer (not the Porter stemmer). The problem there is that this implementation has no explicit licence, which means we simply can't use it: http://www.gnu.org/licenses/license-list.html#NoLicense Cheers, Olly
2013 Jan 10
1
Add an example to the community page and contribute more code
...yed upon searching for that noun.I would like to add it to the community code examples.I'm planning to write more examples which demonstrate some advanced features of Xapian along similar lines soon. Can anyone please help me on how to add my examples to the community ? I now want to develop a Paice/Husk stemmer for Xapian.The stemmer itself is not that hard to implement and I already read the page mentioned in the resources for the stemming project.But Ive yet to fiddle with the code base and so don't know how to add the stemmer to the codebase.Il be extremely grateful if you could guide...
2014 Nov 29
4
Adding Support for Krovetz Stemmer Algo in Xapian
Hello, As mentioned on the project ideas page, Adding more support for stemmer algorithm, i found an implementation of Krovetz Stemmer Algo in C++ but before working on it to merge it into xapian, i needed help in recognizing the license information associated with the source code. To avoid further licensing issues kindly someone check the link
2013 Feb 16
8
Unir varias columnas en una sola
Buenas a todos, relato directamente mi problema. Estoy preparando unos datos para ingresarlos en otro programa que requiere una columna de ID y el resto de la información toda seguida sin espacios. El echo es que yo tengo la información separada en columnas, por ejemplo: ID col2 col3 col4 col5 etc. y precisaría dejarla de la siguiente forma: ID col2col3col4col5 etc. Para luego escribir a