mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
new pronoun exceptions carried out in Romance and Finnish in Phrasebook
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [
|
||||
PYesToNo,NameNN
|
||||
---- , KindDrink -- should be utrum gender when countable
|
||||
PYesToNo, NameNN,
|
||||
DrinkNumber -- should be utrum gender when countable
|
||||
] with
|
||||
(Syntax = SyntaxSwe),
|
||||
(Symbolic = SymbolicSwe),
|
||||
@@ -9,6 +9,6 @@ concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [
|
||||
lin
|
||||
PYesToNo = mkPhrase (lin Utt (ss "jo")) ;
|
||||
NameNN = mkNP (P.mkPN "NN") ;
|
||||
---- KindDrink d = mkCN (P.mkN [] [] [] [] P.utrum) (lin Adv (mkUtt d)) ; --- an awful hack...
|
||||
DrinkNumber n d = mkNP n (mkCN (P.mkN [] [] [] [] P.utrum) (lin Adv (mkUtt d))) ; --- empty classifier - quite a hack...
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user