mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
added the phrase "what time is it" in ten languages. For simplicity, this is a Greeting and not a Question, which means that it has a variant appearing with ! rather than ? , similar to "how are you". Correcting this would require analysing the structure of the phrase so that it can be constructed in QS.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
compile = runghc Compile
|
||||
|
||||
all: demo missing
|
||||
all: demo missing gfos
|
||||
|
||||
gfos:
|
||||
mkdir -p gfos && cp -p *.gfo gfos
|
||||
|
||||
thaidroid: #thaiscript
|
||||
cp -p Phrasebook.pgf FullPhrasebook.pgf
|
||||
|
||||
Reference in New Issue
Block a user