Skip to main content

A pipeline for transliteration of hinglish code mixed data to hindi along with spell correction and word sense disambiguation of hindi words.

Project description

GitHub stars Pypi package GitHub issues GitHub license

📌 A pipeline for transliteration of Hinglish code mixed data to Hindi Devanagari script, spell correction, POS tagging and word sense disambiguation of the Hindi Devanagari script.

📖 With this package, we aim to tackle the problem of word sense disambiguation by making atleast the preliminary steps a lot easier. The problem statement we decided to tackle was the translation of Hinglish code mixed data to Hindi Devanagari and then to carry out word sense disambiguation on the Hindi text. We make use of libraries such as spello, indic-transliteration, pyiwn and indic_tagger.


💡 Functionalities

hindiwsd will mainly carry out the following tasks for now:

  • Hinglish to Hindi transliteration
  • Spell correction of Hindi text
  • POS tagging of Hindi text
  • Word Sense Disambiguation of Hindi text with the help of IndoWordNet
  • Enhanced Lesk's Algorithm using custom dataset

💾 Installation

Install hindiwsd via 'pip'

pip install hindiwsd

🗒️ NOTE

  1. A small change will need to be made to iwn.py from the pyiwn library before using our package
  • There is a missing try-catch block in iwn.py that might cause our package to crash
  • Here's a quick fix, use our patched iwn.py instead. Copy it's contents and replace it with the original iwn.py.
  • The path to the original iwn.py would be path-to-your-env-or-python-folder/lib/site-packages/pyiwn/iwn.py

📄 CUSTOM DATASET FOR ENHANCED LESK'S ALGORITHM

The custom dataset is available here.

  • Here is a preview of what it looks like

    image

⚡Getting Started

🔤 Word Sense Disambiguation

  • The wordsense() function from the hindi_wsd.py script. It prints out the Hindi Devanagari spell corrected sentence, POS tags and disambiguated word meanings for each word in the sentence available on the IndoWordNet.
>>> from hindiwsd import hindi_wsd
>>> print(hindi_wsd.wordsense("aaj achha din hai"))
  • You can also directly feed in Hindi sentences to the wordsense() function.
>>> from hindiwsd import hindi_wsd
>>> print(hindi_wsd.wordsense("आज अच्छा दिन है"))

🏷️ POS tagging for Hindi Devanagari

  • Getting POS tags for a Hindi sentence using the POS_tagger() function from the wsd.py script. Returns a list of tuples containing word and respective tag(NOUN, ADJECTIVE, ADVERB, VERB).
>>> from hindiwsd import wsd
>>> print(wsd.POS_tagger('आज अच्छा दिन है'))

📚 Hinglish to Hindi transliteration with spell correction

  • Transliterating the Hinglish code mixed sentence to Hindi Devanagari using the preprocess_transliterate() function from the wsd.py script. Returns two strings. The first is the spell corrected Hinglish sentence followed by the spell corrected Hindi sentence.
>>> from hindiwsd import wsd
>>> print(wsd.preprocess_transliterate('aaj achha din hai'))

Feel free to reach out to us for more information!

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

hindiwsd-1.1.2.tar.gz (34.6 kB view details)

Uploaded Source

Built Distribution

hindiwsd-1.1.2-py3-none-any.whl (79.6 MB view details)

Uploaded Python 3

File details

Details for the file hindiwsd-1.1.2.tar.gz.

File metadata

  • Download URL: hindiwsd-1.1.2.tar.gz
  • Upload date:
  • Size: 34.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for hindiwsd-1.1.2.tar.gz
Algorithm Hash digest
SHA256 d4a11baa947facc271b64538e7ecf235054e9a2b19c6d4e4f0ddb2f32b994d24
MD5 6b49e868ad2f698cb3dd41bb06d093b8
BLAKE2b-256 e85d94ce0913072c9d6af6d951f861e641d51a2d347a059077b12cc3b3368fa7

See more details on using hashes here.

File details

Details for the file hindiwsd-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: hindiwsd-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 79.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for hindiwsd-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dedf015729cd79e7267d09aaf00fc9b6d15e59cfc30b22c7772dfa2ea154e892
MD5 d6da664435cdebc0b0e344e344aef4a9
BLAKE2b-256 d4b349552ea804d5d51ac46785cf0da27a7ee03c94a4e3c3d4f884e4bc76ead8

See more details on using hashes here.

Supported by

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