All Classes and Interfaces
Class
Description
A tokenizer that renders the whole input as one token.
A rule match with the application of its corrections.
String to mark the start and end of an error.
A class with a main() method that takes a text file and indexes its sentences, including POS tags
LanguageToolAnalyzer emits the entire input (i.e.
A filter that indexes the tokens with POS tags.
Constants for Lucene indexes.
A class to be called from command line - dispatches to the actual implementations
by calling their main method.
The result of a Wikipedia check that takes markup into account so
that the suggestions can be applied to that original markup.
A sentence with rule matches.
Alternately returns sentences from different sentence sources.
Thrown when a Wikipedia page was not found and the text content of the API response was thus empty,
or because it's just a redirect page.
A factory class for building a Lucene Query from a PatternRule.
The result of a text extraction: plain text plus a mapping from plain text
positions to corresponding positions in the original markup.
Provides access to the relevant sentences of a plain text file
with one sentence per line.
Original text with a potential error and (one of) its applied corrections.
A class with a main() method that takes a rule id and the location of the
index that runs the query on that index and prints all matches.
The result of a
Searcher.Thrown if Lucene index search takes too long.
A single sentence to be indexed/checked.
Source of sentences to be checked/indexed.
Checks texts from one or more
SentenceSources.Creates a Lucene index of a
SentenceSource.Applies the rule suggestions to a text, considering a mapping so the
suggestion can be applied to the original markup of a text.
Convert Wikipedia syntax to HTML using Sweble.
A visitor to convert an article AST into a pure text representation.
Check a Wikipedia page (without spell check), fetching the page via the MediaWiki API.
Provides access to the sentences of a Wikipedia XML dump.