You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.8 KiB

The fundamental frequency generator
10.2 Input
The output file from the PARSER provides phrase group information and the part
of speech of individual words to the FO algorithm. The phrase groups which are
recognized are noun phrases, prepositional phrases, verb phrases, and verbal
groups. The parts of speech are grouped so as to be more useful in determining
how they affect the FO contour. The word classes listed in Table 10-1 below are
given in order of their potential to affect the contour. Those parts of speech in
parentheses are provided by the FO algorithm, but are not used directly in the lex-
icon. A reflexive pronoun, for example, is listed in the lexicon as having the part
of speech PRONOUN and the feature REFLEXIVE. It is passed to the FO algo-
rithm simply as a PRONOUN.
Table 10-1: Relative peak levels of words according to their parts of speech
Level Part of speech
0 article
1 conjunction, relative pronoun
2 preposition, auxiliary verb, (unstressable modal, vocative)
3 personal pronoun
6 verb, demonstrative pronoun
7 noun, adjective, adverb, contraction
8 (reflexive pronoun)
9 stressable modal
10 quantifier
11 interrogative adjectives
12 (negative element)
14 (sentential adverb)
There are nine levels which are actually distinguished from one another.
Those listed beginning with VERB, i.e., Level 6, are considered important enough
to produce a peak in the contour. Words with these “important” parts of speech
are referred to as “content” words. The relative height of the peak depends upon
the order relation. The features “content” and “function” are also used in another
module, PHONOI1, to label types of words. All “content” words in PHONOL1 are
also “content” words in this algorithm. However, certain parts of speech which
101