mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
short-phrase translation; added Swe; started doc in Phrasebook
This commit is contained in:
@@ -6,13 +6,12 @@ abstract Phrasebook =
|
||||
flags startcat = Phrase ;
|
||||
|
||||
cat
|
||||
Phrase ;
|
||||
Politeness ; Gender ; -- abstract parameters
|
||||
fun
|
||||
PNumeral : Numeral -> Phrase ;
|
||||
|
||||
-- here rather than Sentences, because not functorial
|
||||
PSentence : Sentence -> Phrase ;
|
||||
PQuestion : Question -> Phrase ;
|
||||
|
||||
PGreeting : Greeting -> Phrase ;
|
||||
---- PGreeting : Politeness -> Gender -> Gender -> Greeting -> Phrase ;
|
||||
-- politeness level, speaker, hearer
|
||||
|
||||
Reference in New Issue
Block a user