Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Bulgarian stemmer #15

Open
YavorIvanov opened this issue Jul 29, 2013 · 5 comments
Open

Bulgarian stemmer #15

YavorIvanov opened this issue Jul 29, 2013 · 5 comments

Comments

@YavorIvanov
Copy link

Hi,

I have the rules for bulgarian stemmer.
Don't really have the resources to put into coding this in C.
I can give the rules if someone is willing to write it in C. They are the work of P.Nakov.

Regards,
Yavor

@aurelian
Copy link
Owner

@YavorIvanov do you have the rules as .sbl file (for snowball compiler), if so can you post them somewhere (gist maybe)?

@YavorIvanov
Copy link
Author

This is pretty much all I have https://gist.github.com/YavorIvanov/6105691

It's work from P.Nakov
You can find more here http://people.ischool.berkeley.edu/~nakov/bulstem/

Honestly I looked at the C stuff to try and rewrite the rules in it but it's out of my skill in C.

@aurelian
Copy link
Owner

aurelian commented Aug 1, 2013

@YavorIvanov libstemmer_c can generate the .c/.h files from a snowball file, basically a string-handling language, so you don't need to write C code.
For reference, you can check snowball manual. You can find examples here.

@YavorIvanov
Copy link
Author

Thanks! I'll try to give it a shot.

On Aug 1 2013, at 14:15, Aurelian Oancea [email protected] wrote:

@YavorIvanov libstemmer_c can generate the .c/.h files from a snowball file, basically a string-handling language, so you don't need to write C code.
For reference, you can check snowball manual. You can find examples here.


Reply to this email directly or view it on GitHub.

@SvetlinStaev
Copy link

@YavorIvanov - did you manage to compile a stemmer for Bulgarian? I am looking for a way to build a stemmer with snowball but to no success yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants