Metadata-Version: 2.4
Name: sindhi-wordnet
Version: 0.1
Summary: Sindhi WordNet API
Author: Jial Khan
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rapidfuzz

# This Project was not possible without AMBILE Teams Tireless Efforts
# Develope by Jial Khan
# Version v0.1
# Sindhi WordNet

Python NLP library for Sindhi WordNet.

## Installation

pip install sindhiwordnet

## Example

from sindhiwordnet import SindhiWordNet

wn = SindhiWordNet()

print(wn.get_synonyms("خوشي"))
