1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
|
<?xml version="1.0" encoding="UTF-8"?>
<interchunk>
<section-def-cats>
<def-cat n="nepersona_it">
<cat-item tags="SN.*.nepersona"/>
</def-cat>
<def-cat n="SN">
<cat-item tags="unknown"/>
<cat-item tags="SN.*"/>
</def-cat>
<def-cat n="SD"><!-- c="sintagmo determinita" -->
<cat-item tags="SD.*"/>
<cat-item tags="REL.*"/> <!-- rilativo kun kaza indiko: kiu(j)(n), kio(n) -->
</def-cat>
<def-cat n="SN_SD">
<cat-item tags="unknown"/>
<cat-item tags="SN.*"/>
<cat-item tags="SD.*"/>
<cat-item tags="REL.*"/> <!-- rilativo kun kaza indiko: kiu(j)(n), kio(n) -->
</def-cat>
<def-cat n="SA"><!-- c="sintagmo adjektiva" -->
<cat-item tags="SA.*"/>
</def-cat>
<def-cat n="num">
<cat-item lemma="num" tags="SN.*"/>
</def-cat>
<def-cat n="SV">
<cat-item tags="SV"/>
<cat-item tags="SV.*"/>
</def-cat>
<def-cat n="out">
<cat-item lemma="out" tags="Adv"/>
</def-cat>
<def-cat n="GEN">
<cat-item tags="GEN"/>
</def-cat>
<def-cat n="unknown">
<cat-item lemma="unknown" tags=""/>
</def-cat>
<def-cat n="Adv">
<cat-item tags="Adv"/>
<cat-item tags="CA"/>
<cat-item tags="NEG"/>
</def-cat>
<!-- ne difinitaj
<def-cat n="CC">
<cat-item tags="CC.*"/>
<cat-item tags="and_or.*"/>
</def-cat>
<def-cat n="CM">
<cat-item tags="CM"/>
</def-cat>
<def-cat n="and_or">
<cat-item tags="and_or.*"/>
</def-cat>
-->
<def-cat n="PREP">
<cat-item tags="PREP"/>
<cat-item tags="DE"/>
</def-cat>
<def-cat n="de">
<cat-item tags="DE"/>
</def-cat>
</section-def-cats>
<section-def-attrs>
<def-attr n="a_chunk">
<attr-item tags="SN"/>
<attr-item tags="SV"/>
</def-attr>
<def-attr n="a_nbr">
<attr-item tags="sg"/>
<attr-item tags="pl"/>
<attr-item tags="sp"/>
<attr-item tags="ND"/>
</def-attr>
<def-attr n="a_cas">
<attr-item tags="nom"/>
<attr-item tags="acc"/>
</def-attr>
<def-attr n="a_prs">
<attr-item tags="p1"/>
<attr-item tags="p2"/>
<attr-item tags="p3"/>
</def-attr>
<def-attr n="a_gender">
<attr-item tags="nt"/>
<attr-item tags="m"/>
<attr-item tags="f"/>
<attr-item tags="mf"/>
<attr-item tags="GD"/>
</def-attr>
</section-def-attrs>
<section-def-vars>
<def-var n="nombre"/>
<def-var n="genere"/>
</section-def-vars>
<section-rules>
<!--
<rule comment="REGLA: NUM SN - SN ">
<pattern>
<pattern-item n="num"/>
<pattern-item n="SN"/>
</pattern>
<action>
<out>
<chunk>
<get-case-from pos="1"><clip pos="2" part="lem"/></get-case-from>
<clip pos="2" part="tags"/>
<lit v="{"/>
<clip pos="1" part="content"/>
<b pos="1"/>
<clip pos="2" part="content"/>
<lit v="}"/>
</chunk>
</out>
</action>
</rule>
-->
<!-- tiu regulo ne veras: se SN komenciĝas per DET la antaŭa SA ne apartenas al la koncerna SN
<rule comment="REGLA: SA SN - SN ">
<pattern>
<pattern-item n="SA"/>
<pattern-item n="SN"/>
</pattern>
<action>
<out>
<chunk>
<get-case-from pos="1"><clip pos="2" part="lem"/></get-case-from>
<clip pos="2" part="tags"/>
<lit v="{"/>
<clip pos="1" part="content"/>
<b pos="1"/>
<clip pos="2" part="content"/>
<lit v="}"/>
</chunk>
</out>
</action>
</rule>
-->
<!--
Ne funkcias kiam la dua SN ne havas la saman nombron ol la dua SN (ekz. ĉar SN1 estas unkown)
<rule comment="REGLA: SN DE SN - SN ">
<pattern>
<pattern-item n="SN"/>
<pattern-item n="de"/>
<pattern-item n="SN"/>
</pattern>
<action>
<out>
<chunk>
<clip pos="1" part="lem"/>
<clip pos="1" part="tags"/>
<lit v="{"/>
<clip pos="1" part="content"/>
<b pos="1"/>
<clip pos="2" part="content"/>
<b pos="2"/>
<clip pos="3" part="content"/>
<lit v="}"/>
</chunk>
</out>
</action>
</rule>
-->
<rule comment="REGLA: PREP SN_SD - SP (sintagmo prepozicia)">
<pattern>
<pattern-item n="PREP"/>
<pattern-item n="SN_SD"/>
</pattern>
<action>
<out>
<chunk>
<get-case-from pos="1"><lit v="sp"/></get-case-from>
<lit-tag v="SP"/><clip pos="2" part="a_prs"/><clip pos="2" part="a_gender"/>
<clip pos="2" part="a_nbr"/><clip pos="2" part="a_cas"/>
<lit v="{"/>
<clip pos="1" part="content"/>
<b pos="1"/>
<clip pos="2" part="content"/>
<lit v="}"/>
</chunk>
</out>
</action>
</rule>
<!--
<rule comment="REGLA: SN nepersona_it - SN; riparo de nepersona verbo kiu ricevis 'it' kiel ekz 'la nubo pluvis' ">
<pattern>
<pattern-item n="SN_SD"/>
<pattern-item n="nepersona_it"/>
</pattern>
<action>
<out>
<chunk>
<clip pos="1" part="whole"/>
</chunk>
</out>
</action>
</rule>
<rule comment="REGLA: nepersona_it - forigu la ekstan markon 'nepersona' ">
<pattern>
<pattern-item n="nepersona_it"/>
</pattern>
<action>
<out>
<chunk>
<lit v="pron"/><lit-tag v="SN"/><clip pos="1" part="a_prs"/><clip pos="1" part="a_gender"/><clip pos="1" part="a_nbr"/><clip pos="1" part="a_cas"/>
<lit v="{"/>
<clip pos="1" part="content"/>
<lit v="}"/>
</chunk>
</out>
</action>
</rule>
<rule comment="REGLA: PREP SN_SD - SP (sintagmo prepozicia) - varianto kiu forprenas la nepersona_it">
<pattern>
<pattern-item n="PREP"/>
<pattern-item n="SN_SD"/>
<pattern-item n="nepersona_it"/>
</pattern>
<action>
<out>
<chunk>
<get-case-from pos="1"><lit v="sp"/></get-case-from>
<lit-tag v="SP"/><clip pos="2" part="a_prs"/><clip pos="2" part="a_gender"/>
<clip pos="2" part="a_nbr"/><clip pos="2" part="a_cas"/>
<lit v="{"/>
<clip pos="1" part="content"/>
<b pos="1"/>
<clip pos="2" part="content"/>
<lit v="}"/>
</chunk>
</out>
</action>
</rule>
-->
</section-rules>
</interchunk>
|