Skip to content

Transcribe Greek text to Latin alphabet using the ISO 843:1997 standard (also known as ELOT 743:1987)

License

Notifications You must be signed in to change notification settings

gschizas/RomanizePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

romanize

Transcribe Greek text to Latin alphabet using the ISO 843:1997 standard (also known as ELOT 743:1987)

Usage

It's a simple function, so you can just import it to your program and use it:

from romanize import romanize
print(romanize('Ελευθέριος Βενιζέλος'))

You can also use it as a standalone module:

python romanize.py Ελευθερία ή Θάνατος

Or use it as a filter:

python romanize.py < text_in_cp1253.txt

It's also installed as a standalone script

romanize Ελευθερία ή Θάνατος
romanize < text_in_cp1253.txt

About

Transcribe Greek text to Latin alphabet using the ISO 843:1997 standard (also known as ELOT 743:1987)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages