1 रिपॉजिटरी
Logic that triggers a rule only when a specific pattern recurs multiple times within a defined distance.
Distinct from Event Pattern Detection: Focuses on repetition within text tokens, not event streams, DOM elements, or statistical distributions.
Explore 1 awesome GitHub repository matching software engineering & architecture · Repetitive Pattern Detection. Refine with filters or upvote what's useful.
LanguageTool is a multilingual grammar and style checking engine designed to detect spelling, grammar, and writing errors across multiple languages. It provides automated proofreading capabilities that can be deployed as a self-hosted server or executed as a standalone local desktop application. The project distinguishes itself through a flexible rule development framework, allowing linguistic patterns to be defined via XML or implemented as custom Java classes. It utilizes n-gram frequency modeling for confused word detection and supports neural word embeddings to improve disambiguation betw
Triggers rules only after a specific pattern occurs multiple times within a defined token distance.