Skip to content

libindic/libindic-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dad1c09 · Feb 9, 2019

History

45 Commits
Feb 9, 2019
Feb 9, 2019
Sep 11, 2017
Sep 11, 2017
Feb 9, 2019
Feb 9, 2019
Sep 11, 2017
Feb 9, 2019
Sep 11, 2017
Sep 11, 2017
Feb 9, 2019
Feb 9, 2019
Sep 11, 2017

Repository files navigation

LibIndic Utilities

PyPI Version

This package provides common functions needed by LibIndic web application itself and modules which are hosted by LibIndic. There are 2 submodules provided by this package

  • charmap - provides character mapping for Indic and other languages
  • langdetect - module provides language detecting capabilities
  • Also provides a decorator servicemethod, this should be used by modules which want to expose their methods via JSONRPC modules

Installation

Python 3 is required. Using with venv is recommended

$ pip install libindic-utils

Usage

from libindic.utils import get_language
get_language(u'অ') # 'bn_IN'

Releases

No releases published

Packages

No packages published