-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Clarify licensing, add CONTRIBUTING.md, and update README.md #242
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
Conversation
Adding
Since these files are closely related to the goals of this PR—clarifying licensing and improving repository documentation—adding them here should keep all documentation improvements together for easier review and a more cohesive update. Closes #240 as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR clarifies the repository’s licensing structure, introduces contribution guidelines, and updates the primary README.
- Adds a top-level Apache 2.0
LICENSE
and human-readableLICENSE-OVERVIEW.md
with licensing summary - Introduces
DATASET-LICENSES.md
listing individual package licenses and flags unclear cases - Adds
CONTRIBUTING.md
and replaces the oldREADME.txt
with an enhancedREADME.md
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
README.txt | Removed legacy placeholder file |
README.md | New project overview, installation, and guide links |
LICENSE-OVERVIEW.md | Summary of repository vs. per-package license rules |
LICENSE | Full Apache License 2.0 text |
DATASET-LICENSES.md | Detailed list of all data package licenses |
CONTRIBUTING.md | Step-by-step instructions for adding datasets |
Comments suppressed due to low confidence (2)
README.md:1
- [nitpick] Consider adding a license badge (e.g., Apache 2.0) and a link to the LICENSE file at the top of the README to make the repository license more visible to users.
# Data Distribution for NLTK
CONTRIBUTING.md:28
- It may help to remind contributors here to update
DATASET-LICENSES.md
andLICENSE-OVERVIEW.md
whenever they add a new package, ensuring licensing documentation stays in sync.
### 3. Add Your Data Package
Wonderful contribution, thank you @ekaf |
This PR resolves #241 by adding three key files to clarify the licensing structure of the
nltk_data
repository:These additions are intended to increase transparency, support responsible use, and improve compliance for all users of
nltk_data
.This intends to close #241.