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

[REVIEW]: Arabica: A Python package for exploratory analysis of text data #6186

Closed
editorialbot opened this issue Jan 7, 2024 · 79 comments
Closed
Assignees
Labels
accepted published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review TeX Track: 4 (SBCS) Social, Behavioral, and Cognitive Sciences

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Jan 7, 2024

Submitting author: @PetrKorab (Petr Koráb)
Repository: https://github.com/PetrKorab/Arabica
Branch with paper.md (empty if default branch): main
Version: 1.7.1
Editor: @oliviaguest
Reviewers: @linuxscout, @amitkumarj441
Archive: 10.5281/zenodo.10866696

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/c036ff8390e992855fae27db2536b3a8"><img src="https://joss.theoj.org/papers/c036ff8390e992855fae27db2536b3a8/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/c036ff8390e992855fae27db2536b3a8/status.svg)](https://joss.theoj.org/papers/c036ff8390e992855fae27db2536b3a8)

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

@linuxscout & @amitkumarj441, 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:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @oliviaguest 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 @linuxscout

📝 Checklist for @amitkumarj441

@editorialbot
Copy link
Collaborator Author

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:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

Software report:

github.com/AlDanial/cloc v 1.88  T=0.14 s (536.3 files/s, 241148.5 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JavaScript                      13           4507           4506          16694
CSS                              6            496            126           1791
Python                          13            264             59           1029
HTML                             8            317              0            905
Jupyter Notebook                 3              0            158            595
reStructuredText                17            392            340            393
Markdown                         2             65              0            200
TeX                              1             14              0            133
XHTML                            3             14              0             79
XML                              3              0              0             67
YAML                             3             12             23             38
DOS Batch                        1              8              1             26
make                             1              4              7              9
-------------------------------------------------------------------------------
SUM:                            74           6093           5220          21959
-------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Wordcount for paper.md is 810

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.18637/jss.v106.i02 is OK
- 10.1109/MCSE.2007.55 is OK
- 10.1609/icwsm.v8i1.14550 is OK
- 10.3389/fphys.2019.00203 is OK

MISSING DOIs

- 10.21105/joss.04886 may be a valid DOI for title: PyArabic: A Python package for Arabic text.

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@oliviaguest
Copy link
Member

👋 Hi @linuxscout, @amitkumarj441, thank you so much for helping out at JOSS. If you need any pointers, please feel free to look at previous reviews (which can be found by looking at published papers) and the documentation. If you need to comment on the code itself, opening an issue at the repo and then linking to it from here (to help me/others keep track) is the way to go. For comments on the paper, you can also open issues or PRs (say for typos), but those can be directly posted as replies in this issue. Thanks, and feel free to reach out if you need me. ☺️

@oliviaguest
Copy link
Member

can you check the missing DOI @PetrKorab, please?

@linuxscout
Copy link

linuxscout commented Jan 7, 2024

Review checklist for @linuxscout

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/PetrKorab/Arabica?
  • License: Does the repository contain a plain-text LICENSE or COPYING file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@PetrKorab) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines
  • Data sharing: If the paper contains original data, data are accessible to the reviewers. If the paper contains no original data, please check this item.
  • Reproducibility: If the paper contains original results, results are entirely reproducible by reviewers. If the paper contains no original results, please check this item.
  • Human and animal research: If the paper contains original data research on humans subjects or animals, does it comply with JOSS's human participants research policy and/or animal research policy? If the paper contains no such data, please check this item.

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@PetrKorab
Copy link

@oliviaguest I've added DOI for PyArabic: A Python package for Arabic text.

@amitkumarj441
Copy link

amitkumarj441 commented Jan 17, 2024

Review checklist for @amitkumarj441

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/PetrKorab/Arabica?
  • License: Does the repository contain a plain-text LICENSE or COPYING file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@PetrKorab) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines
  • Data sharing: If the paper contains original data, data are accessible to the reviewers. If the paper contains no original data, please check this item.
  • Reproducibility: If the paper contains original results, results are entirely reproducible by reviewers. If the paper contains no original results, please check this item.
  • Human and animal research: If the paper contains original data research on humans subjects or animals, does it comply with JOSS's human participants research policy and/or animal research policy? If the paper contains no such data, please check this item.

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@linuxscout
Copy link

linuxscout commented Jan 26, 2024

@oliviaguest I've added DOI for PyArabic: A Python package for Arabic text.
@PetrKorab

I believe the reference to this package, PyArabic, is inappropriate for this work because PyArabic is a modest library for basic Arabic text functionality. I recommend citing more complex text processing frameworks or data visualizations.

@linuxscout
Copy link

linuxscout commented Jan 26, 2024

@PetrKorab
Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
I added an issue to repo: PetrKorab/Arabica#11

@PetrKorab
Copy link

@linuxscout @oliviaguest Thanks. Should I revise the paper now ?

@oliviaguest I've added DOI for PyArabic: A Python package for Arabic text.
@PetrKorab

I believe the reference to this package, PyArabic, is inappropriate for this work because PyArabic is a modest library for basic Arabic text functionality. I recommend citing more complex text processing frameworks or data visualizations.

@linuxscout
Copy link

I give my Ok for this paper.

@linuxscout
Copy link

@linuxscout @oliviaguest Thanks. Should I revise the paper now ?

@oliviaguest I've added DOI for PyArabic: A Python package for Arabic text.
@PetrKorab

I believe the reference to this package, PyArabic, is inappropriate for this work because PyArabic is a modest library for basic Arabic text functionality. I recommend citing more complex text processing frameworks or data visualizations.

automated tests are provided and the issue is closed.

@oliviaguest
Copy link
Member

@linuxscout thank you so much. ☺️

@PetrKorab
Copy link

@oliviaguest Hi, may I ask what's the current status of the submission? ☺️

@oliviaguest
Copy link
Member

I believe @amitkumarj441 has not completed the checklist yet?

@amitkumarj441
Copy link

@oliviaguest Thanks for the reminder. I have been reviewing this codebase earlier in mid Feb but kind of busy with other commitments and due to no notifications, It just slipped from my schedule. I will send my reviews soon.

@amitkumarj441
Copy link

@editorialbot check references

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.18637/jss.v106.i02 is OK
- 10.1109/MCSE.2007.55 is OK
- 10.1609/icwsm.v8i1.14550 is OK
- 10.3389/fphys.2019.00203 is OK
- 10.21105/joss.04886 is OK

MISSING DOIs

- No DOI given, and none found for title: Cleantext—An open-source python package to clean r...
- No DOI given, and none found for title: FinVADER: VADER sentiment classifier updated with ...
- No DOI given, and none found for title: Optimal data classification for choropleth maps
- No DOI given, and none found for title: Jenkspy- Compute Natural Breaks (Fisher-Jenks algo...
- No DOI given, and none found for title: NLTK: The Natural Language Toolkit
- No DOI given, and none found for title: Python for data analysis
- No DOI given, and none found for title: NETWORK: Stata module to perform network meta-anal...
- No DOI given, and none found for title: texthero — Text preprocessing, representation and ...
- No DOI given, and none found for title: Textblob - Simple, Pythonic text processing. Senti...
- No DOI given, and none found for title: The Grammar of Graphics

INVALID DOIs

- None

@oliviaguest
Copy link
Member

@amitkumarj441 what's a sensible ETA for your review? ☺️

@amitkumarj441
Copy link

amitkumarj441 commented Mar 19, 2024

I was able to run the python tests without any issue and most of the functionalities in the examples work well, though, I suggest checking the compatibility among the dependencies, such as the requirement for installing this should be at least Python 3.8.x. However, it is Python 3.9 in setup.py, I suggest fixing python_requires=>3.9. Also, I suggest an instruction for a source installation as pip install Arabica and given the version of this package upon installation is 1.7.7, you should fix it here . On another note, you should make use of Makefile to have an automated tests.

@PetrKorab I suggest fixing the missing DOIs as well.

@amitkumarj441
Copy link

@editorialbot check references

@editorialbot
Copy link
Collaborator Author

@oliviaguest
Copy link
Member

@PetrKorab I didn't mean that and in fact that might be a bug? Please fix that too.

What I mean is, see these:

Unlike the current packages to perform meta-analysis ((White, 2017); (Mikolajewicz & Komarova, 2019); (Balduzzi et al., 2023)), the package leverages text mining methods for

While some existing text-processing packages (e.g. (Zerrouki, 2022)) focus on a specific

They do need to have double brackets. I can show you how to fix this if you do not know how, but please fix the compilaton bugs first?

@PetrKorab
Copy link

@editorialbot check references

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.18637/jss.v106.i02 is OK
- 10.1109/MCSE.2007.55 is OK
- 10.1609/icwsm.v8i1.14550 is OK
- 10.48550/arXiv.cs/0205028 is OK
- 10.3389/fphys.2019.00203 is OK
- 10.21105/joss.04886 is OK
- 10.1007/0-387-28695-0 is OK

MISSING DOIs

- No DOI given, and none found for title: Cleantext—An open-source python package to clean r...
- No DOI given, and none found for title: FinVADER: VADER sentiment classifier updated with ...
- No DOI given, and none found for title: Optimal data classification for choropleth maps
- No DOI given, and none found for title: Jenkspy- Compute Natural Breaks Fisher-Jenks algor...
- No DOI given, and none found for title: Python for data analysis
- No DOI given, and none found for title: NETWORK: Stata module to perform network meta-anal...
- No DOI given, and none found for title: texthero — Text preprocessing, representation and ...
- No DOI given, and none found for title: Textblob - Simple, Pythonic text processing. Senti...

INVALID DOIs

- None

@PetrKorab
Copy link

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@PetrKorab
Copy link

@oliviaguest I made these updates, thanks.

@oliviaguest
Copy link
Member

@PetrKorab OK, I think I will do a PR to explain. Perhaps it's just that you have not seen this type of citation format previously.

@oliviaguest
Copy link
Member

Let me know if this is clear: PetrKorab/Arabica#12 and/or just merge it. Thanks. What else is left to do?

@oliviaguest
Copy link
Member

Check that the archive title, author list, version tag, and the license are correct

@oliviaguest
Copy link
Member

OK, so once that PR is dealt with can you make sure the version is OK? I see pypi has 1.7.7 but above is 1.7.1, which is right for JOSS? Otherwise, we're good to go. 😊

@PetrKorab
Copy link

@oliviaguest Many thanks for the explanation. Yes, I came from the Economics field where the citation system is a bit different. For JOSS, 1.7.7 is correct. Thanks ! :)

@oliviaguest
Copy link
Member

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator Author

Attempting dry run of processing paper acceptance...

@openjournals openjournals deleted a comment from editorialbot May 5, 2024
@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.18637/jss.v106.i02 is OK
- 10.1109/MCSE.2007.55 is OK
- 10.1609/icwsm.v8i1.14550 is OK
- 10.48550/arXiv.cs/0205028 is OK
- 10.3389/fphys.2019.00203 is OK
- 10.21105/joss.04886 is OK
- 10.1007/0-387-28695-0 is OK

MISSING DOIs

- No DOI given, and none found for title: Cleantext—An open-source python package to clean r...
- No DOI given, and none found for title: FinVADER: VADER sentiment classifier updated with ...
- No DOI given, and none found for title: Optimal data classification for choropleth maps
- No DOI given, and none found for title: Jenkspy- Compute Natural Breaks Fisher-Jenks algor...
- No DOI given, and none found for title: Python for data analysis
- No DOI given, and none found for title: NETWORK: Stata module to perform network meta-anal...
- No DOI given, and none found for title: texthero — Text preprocessing, representation and ...
- No DOI given, and none found for title: Textblob - Simple, Pythonic text processing. Senti...

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👋 @openjournals/sbcs-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#5306, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label May 5, 2024
@oliviaguest
Copy link
Member

@editorialbot accept

@editorialbot
Copy link
Collaborator Author

Doing it live! Attempting automated processing of paper acceptance...

@editorialbot
Copy link
Collaborator Author

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

cff-version: "1.2.0"
authors:
- family-names: Koráb
  given-names: Petr
  orcid: "https://orcid.org/0000-0003-2513-8981"
- family-names: Poměnková
  given-names: Jitka
  orcid: "https://orcid.org/0000-0002-8060-0086"
contact:
- family-names: Koráb
  given-names: Petr
  orcid: "https://orcid.org/0000-0003-2513-8981"
doi: 10.5281/zenodo.10866696
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Koráb
    given-names: Petr
    orcid: "https://orcid.org/0000-0003-2513-8981"
  - family-names: Poměnková
    given-names: Jitka
    orcid: "https://orcid.org/0000-0002-8060-0086"
  date-published: 2024-05-05
  doi: 10.21105/joss.06186
  issn: 2475-9066
  issue: 97
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 6186
  title: "Arabica: A Python package for exploratory analysis of text
    data"
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.06186"
  volume: 9
title: "Arabica: A Python package for exploratory analysis of text data"

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.

Find more information on .cff files here and here.

@editorialbot
Copy link
Collaborator Author

🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘

@editorialbot
Copy link
Collaborator Author

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.06186 joss-papers#5307
  2. Wait five minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.06186
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? Notify your editorial technical team...

@editorialbot editorialbot added accepted published Papers published in JOSS labels May 5, 2024
@oliviaguest
Copy link
Member

Huge thanks to the reviewers (@linuxscout, @amitkumarj441)! ✨ JOSS appreciates your work and effort. ✨ Also, big congratulations to the author(s), @PetrKorab! 🥳 🍾

@editorialbot
Copy link
Collaborator Author

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06186/status.svg)](https://doi.org/10.21105/joss.06186)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.06186">
  <img src="https://joss.theoj.org/papers/10.21105/joss.06186/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.06186/status.svg
   :target: https://doi.org/10.21105/joss.06186

This is how it will look in your documentation:

DOI

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:

@PetrKorab
Copy link

@oliviaguest @linuxscout @amitkumarj441
Many thanks for your time 👋 I will update README and will also gladly serve as a reviewer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review TeX Track: 4 (SBCS) Social, Behavioral, and Cognitive Sciences
Projects
None yet
Development

No branches or pull requests

5 participants