-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
[REVIEW]: Augmenty: A Python Library for Structured Text Augmentation #6370
Comments
Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks. For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
Wordcount for |
|
@sap218, @wdduncan This is the review thread for the paper. All of our communications will happen here from now on. Please read the "Reviewer instructions & questions" in the first comment above. Please create your checklist typing:
As you go over the submission, please check any items that you feel have been satisfied. There are also links to the JOSS reviewer guidelines. The JOSS review is different from most other journals. Our goal is to work with the authors to help them meet our criteria instead of merely passing judgment on the submission. As such, the reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention We aim for the review process to be completed within about 4-6 weeks but please make a start well ahead of this as JOSS reviews are by their nature iterative and any early feedback you may be able to provide to the author will be very helpful in meeting this schedule. |
Review checklist for @sap218Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Hi all! Happy to have started this review - looking great and I've successfully ran the "Simple Example" from the repo. Whilst I am looking into the code, I have some initial comments about the Paper:
Some little things I wanted to mention - I appreciate that the author acknowledges the contributors & the documentation is very good and thorough! Happy to check these things off when addressed - please let me know if you have any questions (hope it all makes sense) |
Thanks for the suggestions @sap218 I have fixed 1, 2, 3, 6. re. 4) it is a summary so some degree of duplication is expected. If you feel it is a big problem I will reformulate the sentence, but I don't see it as problematic. re. 5) I believe the summary should include both the relevant context as well as the package. If you have specific information you would like added to the summary I would be more than happy to rewrite it. Statement of needs is structured such that existing augmentation libraries are contrasted with augmenty, I believe this is the best way to highlight both the need for the package, but also what it tried to solve and what it does not. |
@editorialbot generate pdf |
@editorialbot generate pdf |
Hi @KennethEnevoldsen thank you for addressing my comments! I think the paper flows much better and I appreciate your comments on 4 & 5 - I've ticked off these points from my review checklist :) One minor last thing, on line 67 ref needs fixing (pennington-etal-2014-glove) |
|
I've started reviewing. So far here is what I've done using
import en_core_web_sm
nlp = en_core_web_sm.load()
for doc in augmenty.docs(docs, augmenter=entity_augmenter, nlp=nlp):
print(doc) it fails with error am I using the correct version of python? |
Hi @sap218
|
Hi @wdduncan
import spacy
import augmenty
nlp = spacy.load("en_core_web_md")
# if not installed run: python -m spacy download en_core_web_md
docs = nlp.pipe(["Augmenty is a great tool for text augmentation"])
entity_augmenter = augmenty.load("ents_replace_v1",
ent_dict = {"ORG": [["spaCy"], ["spaCy", "Universe"]]}, level=1)
for doc in augmenty.docs(docs, augmenter=entity_augmenter, nlp=nlp):
print(doc) 3.1) You shouldn't need to use this syntax. However, that seems to be a spacy issue. If you only have issues with it when installing augmenty let me know. (I suspect it might be spacy assuming something about your paths)
If this step failed it could suggest an error in your spacy pipeline installation. |
I should be completed with my review at the end of this week/next week (functionality and automated tests are left) |
👋 @wdduncan – it looks like you've not started your review yet. Do you think you might be able to complete it in the next couple of weeks? |
@editorialbot generate my checklist |
@editorialbot generate pdf |
@KennethEnevoldsen – can you please merge this PR please? KennethEnevoldsen/augmenty#224 It also looks like we're very close to being done here. I will circle back here next week, but in the meantime, please give your own paper a final read to check for any potential typos etc. After that, could you make a new release of this software that includes the changes that have resulted from this review. Then, please make an archive of the software in Zenodo/figshare/other service and update this thread with the DOI of the archive? For the Zenodo/figshare archive, please make sure that:
|
Thanks, @arfon, I believe all of the things are now done:
|
@editorialbot set 10.5281/zenodo.11002423 as archive |
Done! archive is now 10.5281/zenodo.11002423 |
@editorialbot recommend-accept |
|
|
👋 @openjournals/dsais-eics, this paper is ready to be accepted and published. Check final proof 👉📄 Download article If the paper PDF and the deposit XML files look good in openjournals/joss-papers#5264, then you can now move forward with accepting the submission by compiling again with the command |
The proof looks good on my end |
@editorialbot set joss as version |
Done! version is now joss |
@editorialbot set 10.5281/zenodo.11002422 as archive |
Done! archive is now 10.5281/zenodo.11002422 |
👋 @KennethEnevoldsen - one last thing before we accept... Could you edit your metadata for the license stated in this archive https://zenodo.org/records/11002422 to match what is used by your package? No need to do another release, you can just edit the existing record on Zenodo. Let me know when this is done and I'll move forward with accepting the submission for publications. Thanks! |
@crvernon I have updated the license to match |
@editorialbot accept |
|
Ensure proper citation by uploading a plain text CITATION.cff file to the default branch of your repository. If using GitHub, a Cite this repository menu will appear in the About section, containing both APA and BibTeX formats. When exported to Zotero using a browser plugin, Zotero will automatically create an entry using the information contained in the .cff file. You can copy the contents for your CITATION.cff file here: CITATION.cff
If the repository is not hosted on GitHub, a .cff file can still be uploaded to set your preferred citation. Users will be able to manually copy and paste the citation. |
🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
Congratulations on your new publication @KennethEnevoldsen! Many thanks to @arfon and to reviewers @sap218 and @wdduncan for your time, hard work, and expertise!! JOSS wouldn't be able to function nor succeed without your efforts. |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
Submitting author: @KennethEnevoldsen (Kenneth C. Enevoldsen)
Repository: https://github.com/KennethEnevoldsen/augmenty
Branch with paper.md (empty if default branch):
Version: joss
Editor: @arfon
Reviewers: @sap218, @wdduncan
Archive: 10.5281/zenodo.11002422
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer instructions & questions
@sap218 & @wdduncan, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @arfon know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Checklists
📝 Checklist for @sap218
📝 Checklist for @wdduncan
The text was updated successfully, but these errors were encountered: