Polished and well engineered. Punching above its star count.
Data and software for building the ACL Anthology.
Documentation
85
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
80
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
Test files detected (hugo/assets/css/vendor/bootstrap-5/scss/tests).
Lockfile present (uv.lock). Installs are reproducible.
CI is configured (.github/workflows/check-build.yml).
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 391Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 742Watchers
Responsiveness
- 398d 1hMedian issue response
- 23hMedian PR merge time
- 317Open issues
Repository files20 root entries
- .githubGood: CI is configured (.github/workflows/check-build.yml).Good: Issue or PR templates present.
- bin
- data
- google-cse
- hugoGood: Test files detected (hugo/assets/css/vendor/bootstrap-5/scss/tests).
- pythonGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- tests
- .ackrc
- .codecov.yml
- .gitattributes
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- .python-versionGood: Environment pinned via .python-version.
- justfile
- LICENSEGood: Licensed under Apache-2.0.
- Makefile
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README_detailed.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.