All Projects → elektito → finglish

elektito / finglish

Licence: MIT license
A Finglish to Persian converter.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to finglish

perke
A keyphrase extractor for Persian
Stars: ✭ 60 (+0%)
Mutual labels:  persian, text-processing
Virastar
Cleaning-up Persian Texts!
Stars: ✭ 77 (+28.33%)
Mutual labels:  persian, text-processing
JHazm
A Java version of Hazm (Python library for digesting Persian text)
Stars: ✭ 40 (-33.33%)
Mutual labels:  persian
unihandecode
unihandecode is a transliteration library to convert all characters/words in Unicode into ASCII alphabet that aware with Language preference priorities
Stars: ✭ 71 (+18.33%)
Mutual labels:  transliteration
learn perl oneliners
Example based guide for text processing with perl from the command line
Stars: ✭ 63 (+5%)
Mutual labels:  text-processing
Emotion-recognition-from-tweets
A comprehensive approach on recognizing emotion (sentiment) from a certain tweet. Supervised machine learning.
Stars: ✭ 17 (-71.67%)
Mutual labels:  text-processing
py-persian-tools
An anthology of a variety of tools for the Persian language in Python
Stars: ✭ 106 (+76.67%)
Mutual labels:  persian
iuliia-py
Transliterate Cyrillic → Latin in every possible way
Stars: ✭ 86 (+43.33%)
Mutual labels:  transliteration
sova-tts-tps
NLP-preprocessor for the SOVA-TTS project
Stars: ✭ 44 (-26.67%)
Mutual labels:  text-processing
s3-utils
Utilities and tools based around Amazon S3 to provide convenience APIs in a CLI
Stars: ✭ 45 (-25%)
Mutual labels:  text-processing
deduce
Deduce: de-identification method for Dutch medical text
Stars: ✭ 40 (-33.33%)
Mutual labels:  text-processing
vi-rs
Vietnamese Input Method library
Stars: ✭ 69 (+15%)
Mutual labels:  text-processing
fuzzychinese
A small package to fuzzy match chinese words
Stars: ✭ 50 (-16.67%)
Mutual labels:  text-processing
knime-textprocessing
KNIME - Text Processing Extension (Labs)
Stars: ✭ 17 (-71.67%)
Mutual labels:  text-processing
teanaps
자연어 처리와 텍스트 분석을 위한 오픈소스 파이썬 라이브러리 입니다.
Stars: ✭ 91 (+51.67%)
Mutual labels:  text-processing
Begiresh
Smart Android App Banner for Persian Markets
Stars: ✭ 28 (-53.33%)
Mutual labels:  persian
text2video
Text to Video Generation Problem
Stars: ✭ 28 (-53.33%)
Mutual labels:  text-processing
quranize
transform transliteration to Quran text
Stars: ✭ 13 (-78.33%)
Mutual labels:  transliteration
rabbitmq-persian
rabbitmq به زبان ساده
Stars: ✭ 19 (-68.33%)
Mutual labels:  persian
frog
Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. All NLP modules are based on Timbl, the Tilburg memory-based learning software package.
Stars: ✭ 70 (+16.67%)
Mutual labels:  text-processing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].