Skip to content

Instantly share code, notes, and snippets.

@n0nick
Created August 13, 2011 12:54
Show Gist options
  • Save n0nick/1143819 to your computer and use it in GitHub Desktop.
Save n0nick/1143819 to your computer and use it in GitHub Desktop.
<rule comment="rule: prep artic nom">
<pattern>
<pattern-item n="prep"/>
<pattern-item n="artic"/>
<pattern-item n="nom"/>
</pattern>
<action>
<choose>
<when>
<test>
<or>
<equal>
<clip pos="1" side="tl" part="lemh"/>
<lit-tag v="ב"/>
</equal>
<equal>
<clip pos="1" side="tl" part="lemh"/>
<lit-tag v="ל"/>
</equal>
<equal>
<clip pos="1" side="tl" part="lemh"/>
<lit-tag v="כ"/>
</equal>
</or>
</test>
</when>
</choose>
<out>
<lu>
<clip pos="1" side="tl" part="whole"/>
<clip pos="3" side="tl" part="whole"/>
</lu>
</out>
</action>
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment