https://github.com/aquilax/go-stemmer
Bulgarian language stemmer library in go for the BULSTEM rules
https://github.com/aquilax/go-stemmer
bulgarian language stemming
Last synced: 7 months ago
JSON representation
Bulgarian language stemmer library in go for the BULSTEM rules
- Host: GitHub
- URL: https://github.com/aquilax/go-stemmer
- Owner: aquilax
- License: mit
- Created: 2019-12-25T11:45:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T06:54:58.000Z (over 4 years ago)
- Last Synced: 2025-01-22T06:30:12.664Z (9 months ago)
- Topics: bulgarian, language, stemming
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-stemmer
[](https://travis-ci.com/aquilax/go-stemmer) [](https://godoc.org/github.com/aquilax/go-stemmer)
Bulgarian language stemmer library in go.
Uses rules from [BULSTEM](http://lml.bas.bg/~nakov/bulstem/).
Download the stemming rules and convert them to utf8 using iconv;```
iconv -f cp1251 -t utf8 stem_rules_context_1.txt > stem_rules_context_1.utf8.txt
```