summaryrefslogtreecommitdiff
path: root/examples/mp3/MP3I.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-14 16:28:57 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-14 16:28:57 +0000
commitf4cd764f2aba2c5f5d8e805a2ad597a2c6b90922 (patch)
treed65eb46260c82b54f9e84d6d6e4eac5ad5409ce4 /examples/mp3/MP3I.gf
parentcee5ee4b660c02eda33a3dca49ea33d5872fb2d0 (diff)
mp3 example
Diffstat (limited to 'examples/mp3/MP3I.gf')
-rw-r--r--examples/mp3/MP3I.gf24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/mp3/MP3I.gf b/examples/mp3/MP3I.gf
new file mode 100644
index 000000000..ab8eb7915
--- /dev/null
+++ b/examples/mp3/MP3I.gf
@@ -0,0 +1,24 @@
+--# -path=.:resource-0.6/english:resource-0.6/abstract:prelude
+
+incomplete concrete MP3I of MP3 = open Structural, Lexicon in {
+
+ flags startcat=Move ;
+
+ lincat
+ Move = Phr ;
+ Song = NP ;
+
+ lin
+ Play song = ImperOne (ImperVP (PosVG (PredTV play song))) ;
+ CanPlay song = QuestPhrase (QuestVP ThouNP (PosVG (PredVV CanVV (PredTV play song)))) ;
+ WantPlay song = IndicPhrase (PredVP INP (PosVG (PredVV WantVV (PredTV play song)))) ;
+ WhichPlay = QuestPhrase (IntVP (NounIPOne (UseN song)) (PosVG (PredPassV (VTrans play)))) ;
+
+ ThisSong = DetNP ThisDet (UseN song) ;
+ This = ThisNP ;
+
+ Yesterday = yesterday ;
+
+---- MkSong : String -> Song ;
+
+}