Arborator / arborator-frontend

VueJs based user interface for Arborator-flask
GNU Affero General Public License v3.0
10 stars 5 forks source link

Search and replace/delete tool #224

Closed B-CARON closed 1 year ago

B-CARON commented 1 year ago

I tried the following rule on the Darija corpus:

rule r1 { pattern { N [form="<"] } commands { del_node N } }

The number of occurrences found is enormous. (more than 1000). The programme fails to apply the rule on all occurrences. I tried on a single file, with around 200 occurrences. It failed again.

On another rule (16 occurrences) it was no problem. The results were saved on the server.

khansadaoudi commented 1 year ago

Thanks for reporting, Yes when the number of occurences is high, it fail. We are trying to optimize the apply rule feature, we will fix it soon.

kirianguiller commented 1 year ago

yes. It is a duplicate of #215 . It will be fixed really soon