-
Notifications
You must be signed in to change notification settings - Fork 16
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
Search functionnality over corpora #50
Comments
@PonteIneptique What do you mean by "editables rows" ? |
The results should be "editable", you can most probably reuse the macro for that : https://github.com/hipster-philology/pandora-postcorrect-app/blob/b12ee25a78af8113fea74b32a1ea1b5e2391b2c5/app/templates/macros/tokens_macros.html#L6 |
Note : the definition and param names of this macro might probably be better done... |
@Jean-Baptiste-Camps @PonteIneptique Which kind of combinatory and logical operator would you need to perform the search operations you want ? At the moment, LIKE operations are possible (using * instead of the SQL %) and negations too with the ! operator : Is there any chance * and ! would appear as tokens ? In this case we may need to be able to comment them. An other way would be to use separated checkboxes to enable/disable unitary operators. |
Maybe it would be worth to bring in @ArianePinche who is the real user who has been testing this. I think, we might want to have to escape characters but I am not a real user :) |
Also, I suggest to add the search feature directly within the Edit Tokens page (and not create a separate page like I've done as of today). |
Ok, so, clearly, |
On peut dire au gens d'échapper ceux-ci au pire ( |
Bonjour, à mon avis, il serait bien de garder les pages séparées entre l'édition de token et la recherche pour éviter des confusions dans l'esprit de l'utilisateur du point de vue de l'utilisation, mais aussi de la lisibilité de la page. |
Merci pour vos remarques. J'ai pris en compte l'échappement des opérateurs.
Ce qui reviendrait à réellement considérer les expressions comme des arbres contenant des opérateurs et des littéraux et c'est un poil plus complexe à réaliser :) Qu'en pensez-vous (sachant qu'il faut prendre en compte les interactions de |
Je pense que si on supporte |
Note : avant que tu passes à l'implémentation utilisateur, on peut peut-être basculer ca sur la master en PR quand tu auras fini ? Ca permettra une derniere release avec cette fonctionnalité avant d'avoir le besoin de compte |
Add Search functionnality over corpora (Fix #50)
Je te laisse l'honneur de fermer l'issue @MrGecko :D |
Camarades, c'est avec la plus grande émotion que je clos cette issue. |
@MrGecko en ce moment Le reste de l'équipe Un petit troll ne fait pas mal ;) |
It would be great to be able to do a multiple field research (form, lemma, left_context, right_context, POS, morph) using wildcard if possible with editables rows.
Using the templates, I think it is a rather good first issues as it will make clear how the templates work in PPA as well as the routes and tests ;)
The text was updated successfully, but these errors were encountered: