Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elektito/finglish
A Finglish to Persian converter.
https://github.com/elektito/finglish
languages persian text-processing transliteration
Last synced: 3 months ago
JSON representation
A Finglish to Persian converter.
- Host: GitHub
- URL: https://github.com/elektito/finglish
- Owner: elektito
- License: mit
- Created: 2017-03-24T18:10:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T08:42:45.000Z (about 3 years ago)
- Last Synced: 2024-07-27T15:44:17.714Z (4 months ago)
- Topics: languages, persian, text-processing, transliteration
- Language: Python
- Size: 2.28 MB
- Stars: 82
- Watchers: 5
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Finglish to Persian Converter
=============================This library provides a Finglish-to-Persian convertor.
::
>>> from finglish import f2p
>>> f2p('asemane abi')
'آسمان آبی'(Your browser might be showing some garbled text due to the presence
of Persian text. Try this in Python shell with a Unicode-aware
Terminal.)The return value is a list of possibilities, each with a confidence
value in the [0.0, 1.0] range.