Mike Sickler
Mike Sickler

Reputation: 34451

Is there a library or web service that provides pronunciations for text?

Is there a library or web service that can tell you the pronunciation of a string? I'm thinking of character-based languages, where the pronunciation of the word is not apparent from how it's written.

Upvotes: 6

Views: 3322

Answers (3)

mrjf
mrjf

Reputation: 1137

Check out the Wordnik API:

http://developer.wordnik.com/

Free API key will get pronunciations, definitions, and a whole lot more. Easy to use, and the API documentation site is interactive and lets you get your feet wet quickly. Lots of wrappers in various languages.

Disclosure: I work there and love it.

Upvotes: 6

Cerin
Cerin

Reputation: 64789

This is a similar question. Research the CMU Pronouncing Dictionary.

Upvotes: 2

xandy
xandy

Reputation: 27421

Google's Text To Speech

Upvotes: -1

Related Questions