On 30/03/2015 22:28, Bruno Albuquerque wrote:
This is mostly out of curiosity than anything else. If I have the
Lucy/Clownfish C headers and respective libraries, is it possible to roll
my own Analyzer and use it with Lucy? Is there any documentation about
doing something like that? It would be best if it did not involve having to
run cfc to achieve that, but I am ok with that if it can not be avoided.
If you're interested in how to extend Lucy properly, have a look at my sample
extension LucyX-Analysis-WhitespaceTokenizer:
https://github.com/nwellnhof/LucyX-Analysis-WhitespaceTokenizer
I'm not sure whether it builds with the 0.4 release but it should give you the
general idea.
Nick