Converts Arabic script to the International Phonetic Alphabet.
- consonants only
- Go 1.17.3 (probably works with earlier also)
- none
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.
Enter the following command: go test ./...
go build