Commit c15c444605ace1d4f57cc4e5ca1d3ee5943dcd94
1 parent
7e7c0b31
Exists in
master
and in
1 other branch
Adiciona regra de remoção de SE, +, -R
Showing
2 changed files
with
25 additions
and
2 deletions
Show diff stats
data/preposicoes.csv
data/regras.xml
... | ... | @@ -195,6 +195,14 @@ |
195 | 195 | <newtokenpos>next</newtokenpos> |
196 | 196 | </class> |
197 | 197 | </rule> |
198 | + <rule name = "SE"><!-- Eliminar SE --> | |
199 | + <active>true</active> | |
200 | + <count>1</count> | |
201 | + <class> | |
202 | + <title>SE</title> | |
203 | + <action>remove</action> | |
204 | + </class> | |
205 | + </rule> | |
198 | 206 | <rule name = "CL"><!-- Eliminar conjunção --> |
199 | 207 | <active>true</active> |
200 | 208 | <count>1</count> |
... | ... | @@ -211,6 +219,22 @@ |
211 | 219 | <action>remove</action> |
212 | 220 | </class> |
213 | 221 | </rule> |
222 | + <rule name = "+"><!-- Eliminar + --> | |
223 | + <active>true</active> | |
224 | + <count>1</count> | |
225 | + <class> | |
226 | + <title>+</title> | |
227 | + <action>remove</action> | |
228 | + </class> | |
229 | + </rule> | |
230 | + <rule name = "-R"><!-- Eliminar -R --> | |
231 | + <active>true</active> | |
232 | + <count>1</count> | |
233 | + <class> | |
234 | + <title>-R</title> | |
235 | + <action>remove</action> | |
236 | + </class> | |
237 | + </rule> | |
214 | 238 | <rule name = "D"><!-- Eliminar artigo definido masculino singular --> |
215 | 239 | <active>true</active> |
216 | 240 | <count>1</count> |
... | ... | @@ -405,7 +429,7 @@ |
405 | 429 | <newtokenpos>next</newtokenpos> |
406 | 430 | </class> |
407 | 431 | </rule> |
408 | - <rule name = "SR-P"><!-- tempo verbal - presente com AdvP(t) --> | |
432 | + <rule name = "SR-P"><!-- tempo verbal - presente com AdvP(t) --> | |
409 | 433 | <active>true</active> |
410 | 434 | <count>1</count> |
411 | 435 | <class> | ... | ... |