Skip to content
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

Add contextual searching / filtering for mass correction #232

Open
matgille opened this issue Nov 9, 2020 · 1 comment
Open

Add contextual searching / filtering for mass correction #232

matgille opened this issue Nov 9, 2020 · 1 comment
Assignees
Labels

Comments

@matgille
Copy link
Contributor

matgille commented Nov 9, 2020

Is your feature request related to a problem? Please describe.
When mass-correcting, we can't filter the entries nor select some entries with context filtering. Example: in spanish, "la" can be a pronoun or a determinant: followed by a noun, it is a determinant.

Describe the solution you'd like
I don't know if a contextual search feature would be really useful in the main search function, but it would fasten the mass corrections.
In the "similar" function, I would filter the result selecting all "la" tokens followed by a noun, and then change the Pos and morph for all of the filtered tokens, instead of having to check the entries one by one.

@PonteIneptique
Copy link
Member

I think this is connected to #200 to some extent and I also think we can do something about it, but not a perfect thing. We should probably limit the distance (5 ?) and have a SQL join which checks a second filter on (n_order <= current.n_order -+ 5)

I'd like the POV of @MrGecko on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants