mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
Transfer tutorial: conjunction, not conjugation.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<P ALIGN="center"><CENTER><H1>Transfer tutorial</H1>
|
<P ALIGN="center"><CENTER><H1>Transfer tutorial</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
||||||
Last update: Tue Dec 6 17:32:55 2005
|
Last update: Tue Dec 6 23:50:54 2005
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -38,7 +38,7 @@ Last update: Tue Dec 6 17:32:55 2005
|
|||||||
<H1>Objective</H1>
|
<H1>Objective</H1>
|
||||||
<P>
|
<P>
|
||||||
We want to write a Transfer program which we can use to do aggregation
|
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
|
verb phrase levels. For example, we want to be able to transform
|
||||||
the sentence "John walks and Mary walks" to the sentence
|
the sentence "John walks and Mary walks" to the sentence
|
||||||
"John and Mary walk". We would also like to transform
|
"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:
|
Thus that what we want to do is:
|
||||||
</P>
|
</P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Transform sentence conjugation where the verb phrases in the sentences
|
<LI>Transform sentence conjunction where the verb phrases in the sentences
|
||||||
are identical to noun phrase conjugation.
|
are identical to noun phrase conjunction.
|
||||||
<LI>Transform sentence conjugation where the noun phrases in the sentences
|
<LI>Transform sentence conjunction where the noun phrases in the sentences
|
||||||
are identical to verb phrase conjugation.
|
are identical to verb phrase conjunction.
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Last update: %%date(%c)
|
|||||||
= Objective =
|
= Objective =
|
||||||
|
|
||||||
We want to write a Transfer program which we can use to do aggregation
|
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
|
verb phrase levels. For example, we want to be able to transform
|
||||||
the sentence "John walks and Mary walks" to the sentence
|
the sentence "John walks and Mary walks" to the sentence
|
||||||
"John and Mary walk". We would also like to transform
|
"John and Mary walk". We would also like to transform
|
||||||
@@ -22,10 +22,10 @@ the sentence "John walks and Mary walks" to the sentence
|
|||||||
|
|
||||||
Thus that what we want to do is:
|
Thus that what we want to do is:
|
||||||
|
|
||||||
- Transform sentence conjugation where the verb phrases in the sentences
|
- Transform sentence conjunction where the verb phrases in the sentences
|
||||||
are identical to noun phrase conjugation.
|
are identical to noun phrase conjunction.
|
||||||
- Transform sentence conjugation where the noun phrases in the sentences
|
- Transform sentence conjunction where the noun phrases in the sentences
|
||||||
are identical to verb phrase conjugation.
|
are identical to verb phrase conjunction.
|
||||||
|
|
||||||
|
|
||||||
This needs to be done recursively and thoughout the sentence, to be
|
This needs to be done recursively and thoughout the sentence, to be
|
||||||
|
|||||||
Reference in New Issue
Block a user