mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(zul) NguniGrammar new imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
-- All functions are explicitly inherited, in order to allow useful probabilities
|
-- All functions are explicitly inherited, in order to allow useful probabilities
|
||||||
|
|
||||||
abstract NguniGrammar =
|
abstract NguniGrammar =
|
||||||
Noun [DetCN, UsePron, DetQuant, NumSg, NumPl, IndefArt, DefArt, UseN, AdjCN, RelCN, PossNP,UsePN, RelNP, PredetNP, MassNP], -- MassNP,AdvCN, AdvNP,
|
Noun [DetCN, UsePron, DetQuant, NumSg, NumPl, UseN, AdjCN, RelCN, PossNP,UsePN, RelNP, PredetNP], -- MassNP,AdvCN, AdvNP,
|
||||||
Verb [UseV, ComplVS, ComplVA, SlashV2a, UseComp, AdvVP, CompAP, CompNP, CompAdv, ComplSlash],
|
Verb [UseV, ComplVS, ComplVA, SlashV2a, UseComp, AdvVP, CompAP, CompNP, CompAdv, ComplSlash],
|
||||||
Adjective [PositA, AdAP],
|
Adjective [PositA, AdAP],
|
||||||
Adverb [PositAdvAdj, SubjS],
|
Adverb [PositAdvAdj, SubjS],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-- All functions are explicitly inherited, in order to allow useful probabilities
|
-- All functions are explicitly inherited, in order to allow useful probabilities
|
||||||
|
|
||||||
concrete NguniGrammarZul of NguniGrammar =
|
concrete NguniGrammarZul of NguniGrammar =
|
||||||
NounZul [DetCN, UsePron, DetQuant, NumSg, NumPl, IndefArt, DefArt, UseN, AdjCN, RelCN, PossNP,UsePN, RelNP, PredetNP, MassNP], -- MassNP, AdvCN,AdvNP,
|
NounZul [DetCN, UsePron, DetQuant, NumSg, NumPl, UseN, AdjCN, RelCN, PossNP,UsePN, RelNP, PredetNP], -- MassNP, AdvCN,AdvNP,
|
||||||
VerbZul [UseV, ComplVS, ComplVA, SlashV2a, UseComp, AdvVP, CompAP, CompNP, CompAdv, ComplSlash],
|
VerbZul [UseV, ComplVS, ComplVA, SlashV2a, UseComp, AdvVP, CompAP, CompNP, CompAdv, ComplSlash],
|
||||||
AdjectiveZul [PositA, AdAP],
|
AdjectiveZul [PositA, AdAP],
|
||||||
AdverbZul [PositAdvAdj, SubjS],
|
AdverbZul [PositAdvAdj, SubjS],
|
||||||
@@ -9,7 +9,7 @@ concrete NguniGrammarZul of NguniGrammar =
|
|||||||
SentenceZul [PredVP, ImpVP, UseCl, UseQCl, UseRCl],
|
SentenceZul [PredVP, ImpVP, UseCl, UseQCl, UseRCl],
|
||||||
QuestionZul [QuestCl, QuestIAdv, QuestIComp],
|
QuestionZul [QuestCl, QuestIAdv, QuestIComp],
|
||||||
RelativeZul [RelVP, IdRP],
|
RelativeZul [RelVP, IdRP],
|
||||||
-- Conjunction,
|
-- ConjunctionZul,
|
||||||
PhraseZul [PhrUtt, UttS, UttQS, UttImpSg, NoPConj, NoVoc],
|
PhraseZul [PhrUtt, UttS, UttQS, UttImpSg, NoPConj, NoVoc],
|
||||||
TextX - [Temp,Adv,IAdv],
|
TextX - [Temp,Adv,IAdv],
|
||||||
StructuralZul [and_Conj,how_IAdv,how8much_IAdv,i_Pron,youSg_Pron,he_Pron,she_Pron,we_Pron,youPl_Pron,they_Pron,this_Quant,that_Quant,all_Predet,only_Predet,very_AdA],
|
StructuralZul [and_Conj,how_IAdv,how8much_IAdv,i_Pron,youSg_Pron,he_Pron,she_Pron,we_Pron,youPl_Pron,they_Pron,this_Quant,that_Quant,all_Predet,only_Predet,very_AdA],
|
||||||
|
|||||||
Reference in New Issue
Block a user