Skip to content

analyze.py: hardcoded English stopword/generic-basename lists #6

Description

@hailcpy

STOPWORDS and GENERIC_BASENAMES are hand-picked from fixtures. Real repos have their own generic files (handler.go, service.ts, base.py) not on the list → spurious merges. Non-English commit messages yield no useful tokens. Silent failure: wrong lists produce bad groupings with no error.

Fix: derive generic-file set from repo (files touched by many unrelated commits = generic), and/or make lists configurable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions