working on API documentation

This commit is contained in:
aarne
2006-01-10 20:51:08 +00:00
parent da26bfb246
commit a46c3d2b00
34 changed files with 217 additions and 274 deletions

View File

@@ -109,9 +109,8 @@ abstract Noun = Cat ** {
-- Nouns can also be modified by embedded sentences and questions.
-- For some nouns this makes little sense, but we leave this for applications
-- to decide.
-- to decide. Sentential complements are defined in [Verb Verb.html].
SentCN : CN -> S -> CN ; -- fact that John smokes
QuestCN : CN -> QS -> CN ; -- question whether John smokes
SentCN : CN -> SC -> CN ; -- fact that John smokes, question if he does
} ;