You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AFP_SPA_19940921.0205_7.0, the verb pattern HACER &ARTICULO &DETENCION is matched, but the" &DETENCION" part does not occur in the sentence. This leads to another potential issue: HACER...&ARTICULO is a very common combination of words—the synset &ARTICULO just contains the Spanish articles [EL, LA, LAS, LOS, UN, UNO, UNA…] and consequently is likely to match inappropriately in a large number of cases: this might partially account for the high number of false positives we are currently seeing in Spanish but not in English or Arabic. More generally, there are 1579 patterns in CAMEO.spanish.verpatterns.181009.txt containing two or more synsets, so if this part of the code isn't working a lot of incorrect pattern matches are being generated.
The text was updated successfully, but these errors were encountered:
In
AFP_SPA_19940921.0205_7.0
, the verb patternHACER &ARTICULO &DETENCION
is matched, but the" &DETENCION" part does not occur in the sentence. This leads to another potential issue:HACER...&ARTICULO
is a very common combination of words—the synset&ARTICULO
just contains the Spanish articles [EL, LA, LAS, LOS, UN, UNO, UNA…] and consequently is likely to match inappropriately in a large number of cases: this might partially account for the high number of false positives we are currently seeing in Spanish but not in English or Arabic. More generally, there are 1579 patterns inCAMEO.spanish.verpatterns.181009.txt
containing two or more synsets, so if this part of the code isn't working a lot of incorrect pattern matches are being generated.The text was updated successfully, but these errors were encountered: