Package: SnowballC 0.7.1
SnowballC: Snowball Stemmers Based on the C 'libstemmer' UTF-8 Library
An R interface to the C 'libstemmer' library that implements Porter's word stemming algorithm for collapsing words to a common root to aid comparison of vocabulary. Currently supported languages are Arabic, Basque, Catalan, Danish, Dutch, English, Finnish, French, German, Greek, Hindi, Hungarian, Indonesian, Irish, Italian, Lithuanian, Nepali, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, Tamil and Turkish.
Authors:
SnowballC_0.7.1.tar.gz
SnowballC_0.7.1.zip(r-4.5)SnowballC_0.7.1.zip(r-4.4)SnowballC_0.7.1.zip(r-4.3)
SnowballC_0.7.1.tgz(r-4.4-x86_64)SnowballC_0.7.1.tgz(r-4.4-arm64)SnowballC_0.7.1.tgz(r-4.3-x86_64)SnowballC_0.7.1.tgz(r-4.3-arm64)
SnowballC_0.7.1.tar.gz(r-4.5-noble)SnowballC_0.7.1.tar.gz(r-4.4-noble)
SnowballC_0.7.1.tgz(r-4.4-emscripten)SnowballC_0.7.1.tgz(r-4.3-emscripten)
SnowballC.pdf |SnowballC.html✨
SnowballC/json (API)
NEWS
# Install 'SnowballC' in R: |
install.packages('SnowballC', repos = c('https://nalimilan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nalimilan/r.temis/issues
Last updated 8 months agofrom:393acd08f4. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win-x86_64 | OK | Oct 26 2024 |
R-4.5-linux-x86_64 | OK | Oct 26 2024 |
R-4.4-win-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-aarch64 | OK | Oct 26 2024 |
R-4.3-win-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-aarch64 | OK | Oct 26 2024 |
Exports:getStemLanguageswordStem
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Query the list of supported languages | getStemLanguages |
Get the stem of words | wordStem |