1 dépôt
Storing matched text segments in variables to be reused in subsequent linguistic patterns or suggestions.
Distinct from Pattern Variable Reuse: Focuses on capturing dynamic text for grammar rules rather than splicing static regex patterns for maintainability.
Explore 1 awesome GitHub repository matching data & databases · Linguistic Variable Capturing. 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
Provides the ability to store matched text in variables for use in subsequent patterns and context-aware suggestions.