mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 15:52:50 -06:00
Text as startcat in ResourceDemo ; adjustments in Finnish NP's
This commit is contained in:
@@ -115,12 +115,16 @@ abstract ResourceDemo = Lexicon, Numeral, Grammar [
|
||||
|
||||
] ** {
|
||||
|
||||
flags startcat = Utt ;
|
||||
flags startcat = Text ;
|
||||
|
||||
|
||||
-- functions with different type
|
||||
|
||||
fun
|
||||
TextS : S -> Text ; -- with .
|
||||
TextQS : QS -> Text ; -- with ?
|
||||
TextImp : VP -> Text ; -- with !
|
||||
|
||||
ComplV2 : V2 -> NP -> VP ;
|
||||
ModCN : AP -> CN -> CN ;
|
||||
CompAP : AP -> VP ;
|
||||
|
||||
Reference in New Issue
Block a user