-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update remote-rule-filters.xml #10004
Conversation
Fix loop COMA_SUJETO_PREDICADO/AI_ES_HYDRA_LEO_MISSING_COMMA
Me imaginé que podía pasar esto. No tengo una solución. Con las reglas que tenemos aquí, ¿se cubren todos los casos más relevantes? |
Eso espero. ¿Sabes si los min y max también causan problemas en los antipatterns que añadí al rulegroup y si se puede mover el marker a la izquierda en la última subrule? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the merge, we can check if the loop disappears in production.
It works! Many commas between subject and verb disappear, but there are some more FPs. Can they be caused by the new antipatterns? |
That's good news. The sentences for which we observed the loop were removed. It's likely that the new FPs are caused by the antipatterns. I'll have a look at it. |
These changes fixed some (or most?) new FPs: 2c7cc37 |
Yes |
Fix loop COMA_SUJETO_PREDICADO/AI_ES_HYDRA_LEO_MISSING_COMMA
Intenté solucionar el problema del loop COMA_SUJETO_PREDICADO/AI_ES_HYDRA_LEO_MISSING_COMMA.
@Jaume: La sintaxis que tú me mandaste no funciona para frases con sustantivo + adjetivo(s)("Esta discusión bizantina está...") y provoca un mensaje de error:
Experimenté con la sintaxis y parece que el problema es min="0" max="3". Lo solucioné añadiendo varios subrules, pero es muy largo. ¿Hay otra manera de solucionarlo?
Tampoco sé si min y max causan problemas en los antipatterns. El
SpanishRemoteRuleFilterTest
no encontró más errores en mi sintaxis, pero no sé si se puede confiar en él para los antipatterns.Otro problema que he tenido: en la última subrule de COMA_SUJETO_PREDICADO no puedo mover el marker a la izquiera porque esto significaría marcar el SENT_START, lo que provoca una advertencia del test.