text-processing-utils/src/spellcheck
2026-02-27 15:45:37 -08:00
..
confidence perf(spellcheck): Refactor dictionary loaders, confidence scorer, and SymSpell engine to optimize performance and accuracy in spell-checking results 2026-02-27 15:45:37 -08:00
dictionaries perf(spellcheck): Refactor dictionary loaders, confidence scorer, and SymSpell engine to optimize performance and accuracy in spell-checking results 2026-02-27 15:45:37 -08:00
engines perf(spellcheck): Refactor dictionary loaders, confidence scorer, and SymSpell engine to optimize performance and accuracy in spell-checking results 2026-02-27 15:45:37 -08:00
features feat(spellcheck): Add abbreviation, homophone, and punctuation handling to spellcheck with enhanced tokenization logic 2026-02-26 17:30:30 -08:00
strategies chore: initial commit 2026-01-21 11:37:27 -08:00
tests security(spellcheck): 🔒️ Add security tests for secure fetch loader, SymSpell integration, and LRU cache validation 2026-02-27 14:15:20 -08:00
types security(spellcheck/dictionaries): 🔒️ Validate unsafe dictionary loading operations with URL/file path checks and input size limits to prevent SSRF/XSS/DoS attacks 2026-02-27 14:09:09 -08:00
typos fix(spellcheck): 🐛 Improve spell-check confidence scoring, fix joined-word detection, and expand typo handling edge cases 2026-02-26 19:10:02 -08:00
utils security(spellcheck/dictionaries): 🔒️ Validate unsafe dictionary loading operations with URL/file path checks and input size limits to prevent SSRF/XSS/DoS attacks 2026-02-27 14:09:09 -08:00
index.ts perf(spellcheck): Optimize spell-checking performance by restructuring dictionary loading, integrating SymSpell engine, updating word frequency data, and refactoring core components (dictionary-manager, spell-checker, suggestion-engine) 2026-02-26 15:51:46 -08:00
spell-checker.ts perf(spellcheck): Refactor dictionary loaders, confidence scorer, and SymSpell engine to optimize performance and accuracy in spell-checking results 2026-02-27 15:45:37 -08:00