home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / INFO / FONOL400.ZIP / SPE-EX.FON < prev    next >
Encoding:
Text File  |  1991-04-06  |  1.7 KB  |  47 lines

  1. /[step
  2. [] Syntactic Cycle Example
  3. [] Use SPE-EX.MAX to run this.
  4. [] Examples (59), (60) from Sound Pattern of English
  5. [] One unfortunate side effect of this example is to show how inadequate the IBM character set is.  The abbreviations that follow are required to make the enormous rule 50 fit without 'folding'.
  6. [] First some labels
  7. ][Adj Vb=#
  8. ]['==_
  9. [] Let C° be the C subscript 0 (° is char 248 of IBM)
  10. ][C=={+cons}
  11. ][C°==(C(C))
  12. [] Let U be a lax vowel, ok?
  13. ][V=={-cons+voc}
  14. ][U=={-cons+voc-tns}
  15. ][X==...
  16. /[gen4
  17. []
  18. ][ssc-
  19. [> Main Syntactic Cycle
  20. 1-->2
  21. [] Rule 50 - English Main Stress Rule
  22. ][mcpi+
  23. V0 --> V1 / [X__{| C° U' (C) ({αcons αvoc -ant}) |}{| +C° U' C° N]   |}
  24.                 {| C°                            |}{| +C° U' C° Adj] |}
  25.                                                    {| U' C° N]       |}
  26.                                                    {| ]              |}
  27. [] Rule 51 - Alternating Stress Rule
  28. V' --> V1 / __ C° V' C° V1 C° {|N  |} ]
  29.                               {|Adj|}
  30.                               {|Vb |} 
  31. ][mcpi-
  32. [] The old 1 stress needs to come down
  33. 1 --> 2 / 1 X __
  34. [] Rule 52 - Stress Adjustment Rule
  35. 4 --> 0
  36. 3 --> 4
  37. 2 --> 3
  38. <]
  39. [] These are the base forms from examples 59 and 60 on pp 88,89 of SPE
  40. [] << [N [Adj [N Θe0æ0tr N] i0k + æ0l Adj] i0 + ti0 N]
  41. [] << [N [Vb i0nde0mn + i0 + fI0k Vb] A0t + i0^0n N]
  42. [] For theatricality to work, the [,] in the rules must be understood as
  43. [] the maximal categorial projection of the current cycle. Without this
  44. [] no deal. Try changing the scope of mcpi wrt rules 50 and 51 to see
  45. [] what this convention entails. (mcpi could be outside the [>,<] cycle.)
  46. /[show
  47.