Skip to content

Implement MiniLML6v2 EPG Matcher #106

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

carlreid
Copy link
Owner

@carlreid carlreid commented Apr 14, 2025

Description

A shot at implementing EPG matching via MiniLML6v2 in order to hopefully improve matching between Channel Name and EPG Name.

Unsure if it would be best to perform Levenshtein Distance always first, to mitigate the need to run the slower sentence transformer.

Issues (Fixed or Closed)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Testing Instructions

  • Steps to reproduce/test the changes
  • Expected behavior

Visual Changes

  • Screenshots/videos attached

Dependencies

  • New dependencies added
  • System requirements changed

Checklist

  • I have followed the Conventional Commits naming convention
  • My branch is up to date with the main branch (rebased)
  • My code follows the style guidelines and existing patterns of this project
  • I have performed a self-review of my own code
  • I have commented complex logic
  • I have added tests (if applicable)
  • All tests are passing
  • I have updated documentation as needed

@carlreid carlreid force-pushed the epg-match-improvement branch from cfba095 to 025dc8a Compare April 14, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant