diff options
| author | aarne <aarne@chalmers.se> | 2010-03-30 21:48:24 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-30 21:48:24 +0000 |
| commit | 5e2d2e61c34466c0fc785d20dd92cacad11015c9 (patch) | |
| tree | c76fa3d1dfb6cc6e087913a5d03204b1baefd423 /examples/phrasebook/WordsRon.gf | |
| parent | 61c82fa40e24fff8c693af80fe31c07256ddac87 (diff) | |
moved phrases like 'I am hungry' from Greetings to Words to make them more general
Diffstat (limited to 'examples/phrasebook/WordsRon.gf')
| -rw-r--r-- | examples/phrasebook/WordsRon.gf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/phrasebook/WordsRon.gf b/examples/phrasebook/WordsRon.gf index 922ee0e71..deb857b7c 100644 --- a/examples/phrasebook/WordsRon.gf +++ b/examples/phrasebook/WordsRon.gf @@ -3,6 +3,7 @@ concrete WordsRon of Words = SentencesRon ** open
SyntaxRon,
ParadigmsRon,
+ BeschRon,
DiffPhrasebookRon in
{
flags coding=utf8 ;
@@ -46,6 +47,19 @@ Boring = mkAPA "plictisitor" "plictisitoare" "plictisitori" "plictisitoare" ; Romanian = SyntaxRon.mkNP (mkPN "română") ; ---- ?
-- Swedish = mkNP (mkPN "suédois") ;
+-- AHungry p = mkCl p have_V2 (SyntaxRon.mkNP a_Det (mkN "foame")) ;
+-- AThirsty p = mkCl p (E.ComplCN have_V2 (mkCN (mkN "sete" feminine))) ;
+-- ATired p = mkCl p (mkA "stanco") ;
+-- AScared p = mkCl p (E.ComplCN have_V2 (mkCN (mkN "paura" feminine))) ;
+ AUnderstand p = mkCl p (v_besch83 "înţelege") ;
+{-
+ GImHungry = ss "mi-e foame" ;
+ GImThirsty = ss "mi-e sete" ;
+ GImTired = ss "mi-e somn" ;
+ GImScared = ss "mi-e frică" ;
+-}
+
+
oper
mkAPA : (_,_,_,_ : Str) -> AP = \x,y,z,u -> mkAP (mkA x y z u) ;
|
