rust-stemmers
A rust implementation of some popular snowball stemming algorithms
File Explorer
Download Latest Version (.zip)- arabic.sbl
- armenian.sbl
- danish.sbl
- dutch.sbl
- english.sbl
- finnish.sbl
- french.sbl
- german.sbl
- greek.sbl
- hungarian.sbl
- italian.sbl
- LICENSE
- norwegian.sbl
- portuguese.sbl
- README.md
- romanian.sbl
- russian.sbl
- spanish.sbl
- swedish.sbl
- tamil.sbl
- turkish.sbl
- main.rs
- arabic.rs
- armenian.rs
- danish.rs
- dutch.rs
- english.rs
- finnish.rs
- french.rs
- german.rs
- greek.rs
- hungarian.rs
- italian.rs
- mod.rs
- norwegian.rs
- portuguese.rs
- romanian.rs
- russian.rs
- spanish.rs
- swedish.rs
- tamil.rs
- turkish.rs
- among.rs
- mod.rs
- snowball_env.rs
- lib.rs
- LICENSE
- README
- res_ar.txt
- res_el.txt
- res_en.txt
- res_es.txt
- res_fi.txt
- res_fr.txt
- res_ger.txt
- res_it.txt
- res_no.txt
- res_pt.txt
- res_ro.txt
- res_ru.txt
- voc_ar.txt
- voc_el.txt
- voc_en.txt
- voc_es.txt
- voc_fi.txt
- voc_fr.txt
- voc_ger.txt
- voc_it.txt
- voc_no.txt
- voc_pt.txt
- voc_ro.txt
- voc_ru.txt
- .gitignore
- Cargo.toml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/CurrySoftware/rust-stemmers
Downloads the entire project code from GitHub to your computer.
cd rust-stemmers
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
