-
Notifications
You must be signed in to change notification settings - Fork 196
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
initial commit of alliteration filter #251
base: main
Are you sure you want to change the base?
Conversation
70513dc
to
57fd7da
Compare
Sorry, I did not mean to close the pull request, I wanted to force-reload from the upstream branch to undo my erroneous changes to the wrong folder, which had caused the checks to fail. |
Simply superb submission! Alliteration's always an amusing attribute to amplify. I'm a reviewer, and I just have a few minor comments.
Solid work! Let me know if you have any questions. |
I enjoyed this submission as well. I agree with @james-simon, but on the last point I think that it would make the most sense to treat each sentence independently, since that's probably more likely than an entire passage being alliterative. |
Thanks for the submission! I think it would be good to add a few words on why sentences with alliterations are a challenge, and for which tasks; right now this is not clear to me (even if I like the idea). As mentioned previously, please also add the method you apply to select the sentences. By the way, this is tagged as "Transformation" but should probably be "Filter". |
… and amended README
Hi @james-simon, hello @rteehas,
Does this make sense? |
Ahoy! Although arguably ameliorating the aforementioned ails, your changes created certain contrasting concerns:
I think checking for a single alliterative sentence makes sense. |
@ahoimarie thank for the details, I agree it could be used in a generation setting to see if a model manages to create alliterations, although I suspect that the subpopulations with alliterations in the datasets we are using will be extremely small. But with other (more literary) datasets that could be nice. |
Hello! Hopefully having handled your handy help here, I imagine it indeed improved its impact.
Thanks! Thorough thoughtful things! |
Amazing! Apt augmentations, all. Two tiny things:
After the aforementioned alterations are achieved, I'll animatedly accept. |
Awesome as always. Appreciated!
Any additional amendments? |
Ja, I'm happy! Great filter; every doubt's crushed. Bravo! Accept. |
All looks good. Please fix the makefile and I am happy to merge :) |
The makefile still shows in the tracking as deleted. |
Hi @kaustubhdhole, sorry for the delay, I have been on sick leave because of an injury. |
@ahoimarie I missed this message somehow. Please create a separate PR and link this PR in the comment. |
Ensure that when you click "Files Changed", the makefile remains untouched. |
@kaustubhdhole I removed the makefile with this little trick mentioned on stackoverflow, as creating a separate PR kept failing. But this should solve it too, shouldn't it? |
A simple alliteration filter that checks if a sentence is an alliteration or not.