summaryrefslogtreecommitdiff
path: root/doc/transfer-tutorial.html
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-12-06 22:51:00 +0000
committerbringert <bringert@cs.chalmers.se>2005-12-06 22:51:00 +0000
commit67395b24d90c1cdd43393077de455ff6f5850ac0 (patch)
treeecdd5bc1f15b2692f6c7ff1913aac5daf5946e11 /doc/transfer-tutorial.html
parentc703a92136ce579282c63c6e31fff76cc84b37ce (diff)
Transfer tutorial: conjunction, not conjugation.
Diffstat (limited to 'doc/transfer-tutorial.html')
-rw-r--r--doc/transfer-tutorial.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/transfer-tutorial.html b/doc/transfer-tutorial.html
index abc3668b3..80dcf8682 100644
--- a/doc/transfer-tutorial.html
+++ b/doc/transfer-tutorial.html
@@ -7,7 +7,7 @@
<P ALIGN="center"><CENTER><H1>Transfer tutorial</H1>
<FONT SIZE="4">
<I>Author: Björn Bringert &lt;bringert@cs.chalmers.se&gt;</I><BR>
-Last update: Tue Dec 6 17:32:55 2005
+Last update: Tue Dec 6 23:50:54 2005
</FONT></CENTER>
<P></P>
@@ -38,7 +38,7 @@ Last update: Tue Dec 6 17:32:55 2005
<H1>Objective</H1>
<P>
We want to write a Transfer program which we can use to do aggregation
-in sentences which use conjugations on the sentence, noun phrase and
+in sentences which use conjunctions on the sentence, noun phrase and
verb phrase levels. For example, we want to be able to transform
the sentence "John walks and Mary walks" to the sentence
"John and Mary walk". We would also like to transform
@@ -48,10 +48,10 @@ the sentence "John walks and Mary walks" to the sentence
Thus that what we want to do is:
</P>
<UL>
-<LI>Transform sentence conjugation where the verb phrases in the sentences
- are identical to noun phrase conjugation.
-<LI>Transform sentence conjugation where the noun phrases in the sentences
- are identical to verb phrase conjugation.
+<LI>Transform sentence conjunction where the verb phrases in the sentences
+ are identical to noun phrase conjunction.
+<LI>Transform sentence conjunction where the noun phrases in the sentences
+ are identical to verb phrase conjunction.
</UL>
<P>