Skip to content

Commit

Permalink
VrXY update
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOdijk committed Dec 8, 2024
1 parent bd491dd commit d4b5437
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/sastadev/data/macros/newimperatives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,17 @@ Tarsp_whq = """((@cat="whq" and @rel="--") or (@cat="whsub") or (@cat="whrel" an

Tarsp_whqhead = """(@rel="whd" or @rel="rhd") """
whqbody = """((@cat="sv1" or @cat="ssub") and @rel="body")"""
Tarsp_VrXY = """(%Tarsp_whq% and
Tarsp_coreVrXY = """(%Tarsp_whq% and
node[%Tarsp_whqhead%] and
node[%whqbody% and %realcomplormodnodecount% <= 1])"""
node[%whqbody% and %realcomplormodnodecount% < 2])"""


vraagwoord = """((@pt="vnw" and @vwtype="vb") or @lemma="hoe" or @lemma="wanneer" or starts-with(@lemma, "waar") or @lemma="welk")"""

Vr = """(%vraagwoord% or (@cat=pp and node[@rel="obj1" and %vraagwoord%]) )"""


Tarsp_VrXY = """(%Tarsp_coreVrXY% or (%Vr% and not(../node[%whqbody%]) and count(..//node[%realnode%]) <= 3)) """

Tarsp_Vr4 = """(%Tarsp_whq% and
node[%Tarsp_whqhead%] and
Expand Down

0 comments on commit d4b5437

Please sign in to comment.