Turkish Deasciifier

Deasciify a given Turkish text
Download

Turkish Deasciifier Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Price:
  • FREE
  • Publisher Name:
  • Emre Sevin?
  • Publisher web site:
  • http://ileriseviye.org/blog

Turkish Deasciifier Tags


Turkish Deasciifier Description

Deasciify a given Turkish text Turkish Deasciifier is a deasciifier for Turkish letters. It takes a Turkish string containing only ASCII characters and replaces the relevant characters with their corresponding Turkish letters.This system is based on the turkish-mode by Dr. Deniz Yüret.Example library usage: from turkish.deasciifier import Deasciifier my_ascii_turkish_txt = "Opusmegi cagristiran catirtilar." deasciifier = Deasciifier(my_ascii_turkish_txt.decode("utf-8")) my_deasciified_turkish_txt = deasciifier.convert_to_turkish() print my_deasciified_turkish_txt.encode("utf-8")Example command line usage:echo "Opusmegi cagristiran catirtilar." | turkish-deasciifycat somefile.txt | turkish-deasciify Requirements: · Python


Turkish Deasciifier Related Software