Skip to main content

Python binding to the C++ KrovetzStemmer package

Project description

# KrovetzStemmer

Python binding to the C++ KrovetzStemmer package, originally distributed with the Lemur toolkit.

The extension is compatible with both python 2.6 and python 3.x.

## Installation ##

The package is on PyPI so usually you just go:

pip install krovetzstemmer

Or you can choose to clone this repo, cd into it, and install the package from there:

pip install .

## Usage ##

The usage is similar to the python package porterstemmer.

from krovetzstemmer import Stemmer stemmer = Stemmer() stemmer.stem(‘utilities’) # got: ‘utility’ stemmer.stem(u’utilities’) # got: u’utility’

## Contributors ##

  • Ruey-Cheng Chen

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

KrovetzStemmer-0.7.tar.gz (112.8 kB view details)

Uploaded Source

File details

Details for the file KrovetzStemmer-0.7.tar.gz.

File metadata

  • Download URL: KrovetzStemmer-0.7.tar.gz
  • Upload date:
  • Size: 112.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for KrovetzStemmer-0.7.tar.gz
Algorithm Hash digest
SHA256 6d90977953d0420ceacf72ecd66316d05e715c19f545a1a8a8e2da5f3f3161e8
MD5 7d67779663f5d3e663cde9b1828080a9
BLAKE2b-256 46372a99dd9738799a1d0ef69483a415a29ebf0d2dec69f19d9c3a3940a401e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page