Skip to content

feat: expand acronym catalog and add fuzzy suggestions - #93

Merged
variablenix merged 1 commit into
mainfrom
feat/acronym-catalog-and-fuzzy-suggestions
Aug 8, 2026
Merged

feat: expand acronym catalog and add fuzzy suggestions#93
variablenix merged 1 commit into
mainfrom
feat/acronym-catalog-and-fuzzy-suggestions

Conversation

@variablenix

Copy link
Copy Markdown
Owner

Summary

  • expand the bundled acronym catalog across business, finance, medical, education, government, science, internet/chat, and technology
  • support optional ACRONYM|expansion|context meanings while returning the first/common meaning by default
  • add bounded, deterministic local fuzzy suggestions only after exact acronym lookup fails
  • document the offline catalog format, operator overrides, context queries, and public offline research references

Examples

  • !acronym API
  • !acronym API medical
  • !acronym htpp → one suggestion for HTTP
  • !acronym PCI DSS

QA

  • go test ./...
  • go test -race ./...
  • go vet ./...
  • go build -o /tmp/gobot-irc-bot ./cmd/irc-bot
  • git diff --check

@variablenix
variablenix force-pushed the feat/acronym-catalog-and-fuzzy-suggestions branch from 85c9d1a to 87a578c Compare August 8, 2026 12:44
@variablenix
variablenix merged commit 2981512 into main Aug 8, 2026
3 checks passed
@variablenix
variablenix deleted the feat/acronym-catalog-and-fuzzy-suggestions branch August 8, 2026 12:45
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