Metadata-Version: 2.4
Name: gujstemj
Version: 0.1.3
Summary: An O(|W|) Optimized Rule-Based Gujarati Morphological Stemmer
Home-page: 
Author: Jaideepsinh Raulji
Author-email: 
Keywords: Gujarati,NLP,Stemming,Aho-Corasick,Morphological Analysis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Gujarati Stemmer

A simple Python library for stemming Gujarati words to find their root form.

## Installation

You can install `gujstemj` using pip:

```bash
pip install gujstemj
