Skip to content

Conversation

@julwrites
Copy link
Owner

No description provided.

julwrites and others added 19 commits November 28, 2025 21:16
- Implemented `ParseBibleReference` in `pkg/app/bible_reference.go` to identify and normalize Bible references.
- Added fuzzy matching using Levenshtein distance to handle typos (e.g., "Gensis" -> "Genesis", "Mathew" -> "Matthew").
- Includes thresholds to prevent false positives on short words.
- Added comprehensive unit tests in `pkg/app/bible_reference_test.go`.
- Integrated parser into `GetBiblePassage` in `pkg/app/passage.go`.
feat: Implement Bible reference parsing with fuzzy matching
@julwrites julwrites merged commit b4badda into master Nov 28, 2025
1 check passed
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.

2 participants