Text as startcat in ResourceDemo ; adjustments in Finnish NP's

This commit is contained in:
aarne
2012-05-28 15:14:45 +00:00
parent 5108292f80
commit fa4fcdab35
5 changed files with 32 additions and 20 deletions

View File

@@ -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 ;