Main Page   Compound List   File List   Compound Members   File Members   Related Pages  

syllable.h File Reference

#include "phon.h"

Include dependency graph for syllable.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  syllable

Enumerations

enum  ACCENT_TYPE {
  none,
  word,
  sentence
}
 syllable stress types. More...


Enumeration Type Documentation

enum ACCENT_TYPE
 

syllable stress types.

Enumeration values:
none   not stressed.
word   word stress, ie. the most stressed syllable in a multisyllable word.
sentence   main stress of the phrase, can be more then one.
00032              {
00034   none, 
00036   word, 
00038   sentence 
00039 }
generated by doxygen