Juan Ignacio Garzón
Juan Ignacio Garzón
I made a workaround, that is removing accents *before* stemmer in the pipeline (I remove accents with the use of `normalize-strings`. But this also removes lot of benefits from stemming,...
My suggestion is that two stemmers, with both accented and no-accented words run in the pipeline, so that the word "respiracion" without accents, that the first stemmer will leave intact,...
Same happening here. This is my `index.template.html`: ``` ```
This is code starting at line 41 of `legacy-validations.js`. I would make a PR for it, but I really don't understand the purpose of that lines: ``` if (content.indexOf('
So, a fix would be remove anything containing `
Any news on this PR?
@hipstersmoothie i added a pull request on this issue, very simple