home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / contrib / treefox.lzh / FOX.IN < prev    next >
Text File  |  1993-04-24  |  4KB  |  91 lines

  1. John will see Mary.
  2. Relax!                                  # imperative
  3. Mary resigned it.                       # *resign* not a transitive verb
  4. Mary will relax.                        # modal
  5. that Mary will relax                    # subordinate clause structure
  6. Mary relaxed it.                        # violation of Theta criterion
  7. We will buy.                            # violation of Theta criterion
  8. We will buy a book.                     # transitive
  9. We will buy you a book.                 # ditransitive
  10. John will give Mary a book.
  11. John gave a book to Mary.
  12. John gave a book.
  13. Mary had a little boy.                  # have; adjective
  14. The little lucky boy was lucky.         # adjectives
  15. We saw that Mary did it.
  16. # interactive user input required for the following items
  17. John gave Mary a book of poems          # of-complement
  18. a tall student of Physics with long hair from London   # adjunct cues
  19. a tall student of Physics (Nbar,?PP) with long hair (Nbar,?PP) from London
  20. we saw the boy with the telescope.              # PP goes where?
  21. we saw the boy (Nbar,?PP) with the telescope.   # to Nbar
  22. we saw the boy (Vbar,?PP) with the telescope.   # to Vbar
  23. we bought a book of poems (Nbar,?PP) about London (Nbar,?PP) in the nineties
  24. we bought a book of poems (Nbar,?PP) about London (Vbar,?PP) in the nineties
  25. John's uncle's sister's niece was lucky         # complex NP
  26. # backtracking
  27. The big sleep.                                  # ambiguity + backtracking
  28. Colourless green ideas sleep furiously.         # Chomsky 1957
  29. The mome raths outgrabe.                        # Lewis Carroll
  30. The quick brown fox jumped over the lazy cow.
  31.  
  32. We want him.
  33. We want him to do it                      # Exceptional case marking
  34. We want to do it.                         # control
  35. We promised to relax.                     # subject control
  36. We promised you to relax.                 # subject control
  37. We were lucky to resign.                  # lucky + control
  38. We persuaded John to resign.              # object control
  39. We wondered whether to resign.            # whether=C
  40. What did you promise to do?               # cyclic move
  41. What did you promise that you would do?
  42. we persuaded John to relax
  43.  
  44. John seemed to relax.                             # raising
  45. Did we seem to be lucky?                          # raising
  46. Mary is seen.                                     # passives
  47. Mary was seen.
  48. Mary will be seen.
  49. Mary has been seen.
  50. Mary will have been seen.
  51. Who has been seen?
  52.  
  53. Who will see John?                                # wh-move
  54. Whom will John see?
  55. Which book will you buy Mary?                     # which
  56. Which book will John give to Mary?
  57. When did we see John?                             # when
  58. When will John buy the book?
  59. Where has Mary been seen?
  60. Who saw what?
  61. What did he talk about?                           # "prep stranding"
  62. About what did he talk?                           # "pied piping"
  63. Which men (Nbar,?PP) in green coats has Mary been seeing?
  64. Was the man (Nbar,?PP) in the green coat seen (Vbar,?PP) by John?
  65.  
  66. The man (Nbar,?CP) who saw John.                  # rel. clauses
  67. We saw the boy who did it.
  68. The boy who saw John did it.
  69. We know the boy that did it.
  70.  
  71. We see Mary.                                      # tenses
  72. We saw Mary.
  73. We have seen Mary.
  74. We had seen Mary.
  75. We did see Mary.
  76. We will see Mary.
  77. We will have seen Mary.
  78. We are seeing Mary.
  79. We were seeing Mary.
  80. We have been seeing Mary.
  81. We will have been seeing Mary.
  82. John has been seeing Mary.
  83. He was a boy.
  84. We did it.
  85. We will be doing it.
  86. Will we be doing it?
  87. Boys will be boys.
  88. John was a promising boy
  89. John was promising Mary to resign.
  90.  
  91.