snowball
Go implementation of the Snowball stemmers
File Explorer
Download Latest Version (.zip)- test.yml
- common.go
- english_test.go
- postprocess.go
- preprocess.go
- README.md
- stem.go
- step0.go
- step1a.go
- step1b.go
- step1c.go
- step2.go
- step3.go
- step4.go
- step5.go
- vocab_test.go
- common.go
- french_test.go
- postprocess.go
- preprocess.go
- stem.go
- step1.go
- step2a.go
- step2b.go
- step3.go
- step4.go
- step5.go
- step6.go
- vocab_test.go
- gostem.go
- common.go
- common_test.go
- README.md
- stem.go
- stem_test.go
- common.go
- norwegian_test.go
- preprocess.go
- README.md
- stem.go
- step1.go
- step2.go
- step3.go
- vocab_test.go
- common.go
- testing_helpers.go
- common.go
- preprocess.go
- README.md
- russian_test.go
- stem.go
- step1.go
- step2.go
- step3.go
- step4.go
- vocab_test.go
- snowballword.go
- snowballword_test.go
- common.go
- postprocess.go
- preprocess.go
- README.md
- spanish_test.go
- stem.go
- step0.go
- step1.go
- step2a.go
- step2b.go
- step3.go
- vocab_test.go
- common.go
- preprocess.go
- README.md
- stem.go
- step1.go
- step2.go
- step3.go
- swedish_test.go
- vocab_test.go
- .gitignore
- .travis.yml
- go.mod
- go.sum
- HISTORY.md
- LICENSE
- README.md
- snowball.go
- snowball_test.go
# Installation Guide
1. Get the code
git clone https://github.com/kljensen/snowball
Downloads the entire project code from GitHub to your computer.
cd snowball
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
