Skip to content

Convert Arabic consonants to their International Phonetic Alphabet value.

License

Notifications You must be signed in to change notification settings

elsanussi-s-mneina/arabic-to-ipa-transliteration-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arabic to IPA command line utility

Converts Arabic script to the International Phonetic Alphabet.

Supported so far

  • consonants only

Requirements for developers

  • Go 1.17.3 (probably works with earlier also)

Requirements for users:

  • none

How to use:

From the command line enter:

go run main.go < input.txt > output.txt

Where input.txt is an input text file containing Arabic script text. Output.txt will be created and will contain the transliteration of the Arabic script text.

To run tests:

Enter the following command: go test ./...

To create executable

go build

About

Convert Arabic consonants to their International Phonetic Alphabet value.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages