Popular and well-maintained. A little polish away from elite status.

”深蓝词库转换“ 一款开源免费的输入法词库转换程序

Documentation

69

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

Install and run instructions9pt45

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

README12pt100

README is present.

License6pt100

Licensed under GPL-3.0.

Engineering

72

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt30

No dependency lockfile found (−70 pts).

Enable and commit packages.lock.json so NuGet restores are repeatable.

Tests18pt80

Test files detected (src/ImeWlConverterCoreTest/BaiduBdictTest.cs).

CI/CD14pt100

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

.NET formatting configured (src/.editorconfig).

Project health

100

Dependency manifest6pt100

Dependency manifest found (src/IME WL Converter Win/IME WL Converter Win.csproj).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository files26 root entries
  • .claude
  • .codebuddy
  • .config
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 2 ecosystems (github-actions, nuget). Dependencies stay current.
  • .specify
  • .vscode
  • docs
  • openspec
  • scripts
  • specs
  • src
    Good: Test files detected (src/ImeWlConverterCoreTest/BaiduBdictTest.cs).
    Good: .NET formatting configured (src/.editorconfig).
    Good: Dependency manifest found (src/IME WL Converter Win/IME WL Converter Win.csproj).
  • tests
  • 参考
  • .dockerignore
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • CLAUDE.md
  • CODEBASE_ANALYSIS.md
  • CODEBUDDY.md
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • LICENSE
    Good: Licensed under GPL-3.0.
  • Makefile
  • output.txt
  • output2.txt
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Good: README documents how to run the project.
  • test.runsettings