12

I know this is a long shot, but does anyone know of a dataset of English words that has stress information by syllable? Something as simple as the following would be fantastic:

AARD vark
A ble
a BOUT
ac COUNT
AC id
ad DIC tion
ad VERT ise ment
...
Kevin Brown-Silva
  • 40,873
  • 40
  • 203
  • 237
rofrankel
  • 2,486
  • 2
  • 19
  • 19

1 Answers1

15

I closest thing I'm aware of is the CMU Pronouncing Dictionary. I don't think it explicitly marks the stressed syllable, but it should be a start.

Cerin
  • 60,957
  • 96
  • 316
  • 522
  • 5
    I would add that it does actually mark primary and secondary lexical stress. See the 1s and 0s on the phones here https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/cmudict/cmudict.0.7a . – dmcer May 15 '10 at 19:41