Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <transfer>
- <section-def-cats>
- <def-cat n="neg-verb"> <!-- ei vblex.neg.p3.sg -->
- <cat-item lemma="ei" tags="vblex.neg.*"/>
- </def-cat>
- <def-cat n="conneg"> <!-- tietää vblex.actv.pres.conneg -->
- <cat-item tags="vblex.*.*.conneg"/>
- </def-cat>
- </section-def-cats>
- <section-def-attrs>
- <def-attr n="a_verb">
- <attr-item tags="vblex"/>
- <attr-item tags="vblex.actv"/>
- <attr-item tags="vblex.pasv"/>
- </def-attr>
- <def-attr n="person">
- <attr-item tags="p1"/>
- <attr-item tags="p2"/>
- <attr-item tags="p3"/>
- </def-attr>
- <def-attr n="tense">
- <attr-item tags="past"/>
- <attr-item tags="pres"/>
- </def-attr>
- <def-attr n="number">
- <attr-item tags="sg"/>
- <attr-item tags="pl"/>
- </def-attr>
- </section-def-attrs>
- <section-def-vars>
- <def-var n="blank"/>
- </section-def-vars>
- <section-rules>
- <rule comment="REGLA: neg-verb conneg">
- <pattern>
- <pattern-item n="neg-verb"/>
- <pattern-item n="conneg"/>
- </pattern>
- <action>
- <out>
- <lu>
- <clip pos="2" side="tl" part="lem"/> <!-- know -->
- <clip pos="2" side="tl" part="a_verb"/> <!-- vblex.actv -->
- <clip pos="2" side="tl" part="tense"/> <!-- pres -->
- <clip pos="1" side="tl" part="person"/> <!-- p3 -->
- <clip pos="1" side="tl" part="number"/> <!-- sg -->
- </lu>
- <b pos="1"/> <!-- space character between words -->
- <lu>
- <lit v="not"/> <!-- not -->
- <lit-tag v="adv"/> <!-- adv -->
- </lu>
- </out>
- </action>
- </rule>
- </section-rules>
- </transfer>
Advertisement
Add Comment
Please, Sign In to add comment