some more transfer functions included in Grammar

This commit is contained in:
aarne
2011-03-13 17:22:51 +00:00
parent e6c353425c
commit 2e935bf2c0
5 changed files with 35 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ abstract Sentence = Cat ** {
-- Clauses are converted to $S$ (with fixed tense) with the
-- $UseCl$ function below.
fun
data
PredVP : NP -> VP -> Cl ; -- John walks
-- Using an embedded sentence as a subject is treated separately.