Skip to content

The Akshara release

Compare
Choose a tag to compare
@arindamsaha1507 arindamsaha1507 released this 22 Nov 09:55
· 7 commits to main since this release

Release Notes: v1.1.0

What's New

This release introduces exciting new features for enhanced functionality and an interactive API for developers.


Features

  1. Akshara Extraction

    • Added the get_akshara() function to extract syllables (aksharas) from a given text efficiently and accurately.
    • Example usage:
      from akshara.varnakaarya import get_akshara
      
      aksharas = get_akshara("राम")
      print(aksharas)  # Output: ['रा', 'म']
  2. FastAPI Implementation

    • A live API implementation is now available at akshara-api.onrender.com/docs.
    • Test API endpoints interactively or integrate them into your projects for syllable-based operations.

Bug Fixes

  • None reported in this release.

Known Issues

  • No known issues. Please report bugs via the GitHub Issues page.