Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 756 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 756 Bytes

spoken-portuguese-converter

Phonetic Portuguese converter

This tool converts Portuguese text into a more phonetic representation, showing how words combine in natural speech.

Try It Online

Visit https://yourusername.github.io/spoken-portuguese-converter to use the converter directly in your browser!

Examples

Input -> Output:

  • "casa escura" -> "cazescura"
  • "como eu" -> "comoweu"
  • "muito alto" -> "muyntuwaltu"
  • "até é" -> "té"

How It Works

The converter applies several phonetic rules common in Brazilian Portuguese speech.

Local Development

If you want to run this locally:

  1. Clone the repository
  2. Open index.html in your browser
  3. Start converting text!