mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-13 13:56:03 -06:00
probabilistic model for the new syntax
This commit is contained in:
@@ -20,8 +20,13 @@ counts t = case t of
|
||||
"UttVP" -> ["UttPrVPI","InfVP_none"]
|
||||
"UseRCl" -> []
|
||||
"TTAnt" -> []
|
||||
"RelCl" -> ["RelCl_none"]
|
||||
"RelVP" -> ["RelVP_none"]
|
||||
"RelSlash" -> ["RelSlash_none"]
|
||||
"PastPartRS" -> ["PastPartAP_none"]
|
||||
"PresPartRS" -> ["PresPartAP_none"]
|
||||
"ComparAdvAdjS" -> ["ComparAdvAdjS_none"] ----
|
||||
"SubjS" -> ["AdvSubjS"] ----
|
||||
"ConjS" -> ["UseClC_none"]
|
||||
"PredVPS" -> ["UseCl_none","PredVP_none","UseVPC_none"]
|
||||
"BaseVPS" -> ["StartVPC_none"]
|
||||
@@ -51,13 +56,23 @@ counts t = case t of
|
||||
"CompQS" -> ["UseQ_none"]
|
||||
"CompS" -> ["UseS_none"]
|
||||
"SlashV2a" -> ["UseV_np","LiftV2"]
|
||||
"ComplSlashPartLast" -> ["ComplV2_none"]
|
||||
"ComplVPIVV" -> ["ComplVV_none","UseV_v","LiftVV","InfVP_none"]
|
||||
"MkVPI" -> []
|
||||
"ConjVPI" -> ["UseVPC_none"]
|
||||
"PassVPSlash" -> ["PassUseV_none","LiftV2"] ---- can be other V's
|
||||
"PassAgentVPSlash" -> ["AgentPassUseV_none","LiftV2"] ---- can be other V's
|
||||
"SlashV2S" -> ["SlashV2S_none","UseV_np_s","LiftV2S"]
|
||||
"SlashV2Q" -> ["SlashV2Q_none","UseV_np_q","LiftV2Q"]
|
||||
"SlashV2A" -> ["SlashV2A_none","UseV_np_a","LiftV2A"]
|
||||
"SlashV2V" -> ["SlashV2V_none","UseV_np_v","LiftV2V","InfVP_none"]
|
||||
"SlashVV" -> ["ComplVV_np","UseV_v","LiftVV","InfVP_none"]
|
||||
"SlashVP" -> ["PredVP_np"]
|
||||
"SlashPrep" -> ["AdvCl_np","LiftPrep"]
|
||||
"SlashVS" -> [] ----
|
||||
"AdvSlash" -> [] ----
|
||||
"UseCl" -> []
|
||||
"UseQCl" -> []
|
||||
"UseSlash" -> []
|
||||
|
||||
t -> [t]
|
||||
|
||||
Reference in New Issue
Block a user