A B C E F G I L M O P R S T U V W

A

add(Document) - Method in class org.languagetool.dev.index.Indexer
 
after(AstNode, Object) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
AnyCharTokenizer - Class in org.languagetool.dev.index
A tokenizer that renders the whole input as one token.
AnyCharTokenizer(Version, Reader) - Constructor for class org.languagetool.dev.index.AnyCharTokenizer
Construct a new AnyCharTokenizer.
AnyCharTokenizer(Version, AttributeSource, Reader) - Constructor for class org.languagetool.dev.index.AnyCharTokenizer
Construct a new AnyCharTokenizer using a given AttributeSource.
AnyCharTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.languagetool.dev.index.AnyCharTokenizer
Construct a new AnyCharTokenizer using a given AttributeSource.AttributeFactory.

B

before(AstNode) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
buildRelaxedQuery(PatternRule) - Method in class org.languagetool.dev.index.PatternRuleQueryBuilder
Iterate over all elements, ignore those not supported, add the other ones to a BooleanQuery.

C

characters(char[], int, int) - Method in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 
checkPage(String, Language) - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
CheckWikipediaDump - Class in org.languagetool.dev.wikipedia
Command-line tool that checks texts from Wikipedia (download "pages-articles.xml.bz2" from http://download.wikimedia.org/backup-index.html, e.g.
close() - Method in class org.languagetool.dev.index.Indexer
 
close() - Method in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 
correctDiacritics(String) - Static method in class org.languagetool.dev.wikipedia.RomanianDiacriticsModifier
Romanian diacritics correction: replace ş with ș and ţ with ț (including upper-case variants).
createComponents(String, Reader) - Method in class org.languagetool.dev.index.LanguageToolAnalyzer
 

E

endElement(String, String, String) - Method in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 

F

FIELD_NAME - Static variable in class org.languagetool.dev.index.PatternRuleQueryBuilder
 
FIELD_NAME_LOWERCASE - Static variable in class org.languagetool.dev.index.PatternRuleQueryBuilder
 
filter(String) - Method in class org.languagetool.dev.wikipedia.SwebleWikipediaTextFilter
 
findRuleMatchesOnIndex(PatternRule, Language) - Method in class org.languagetool.dev.index.Searcher
 

G

getAnalyzedSentence() - Method in class org.languagetool.dev.index.MatchingSentence
 
getCheckedSentences() - Method in class org.languagetool.dev.index.SearcherResult
 
getDisabledRuleIds() - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
getDocCount() - Method in class org.languagetool.dev.index.Searcher
 
getDocCount() - Method in class org.languagetool.dev.index.SearcherResult
 
getLanguage(URL) - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
getLanguageCode() - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheckResult
 
getMatchingSentences() - Method in class org.languagetool.dev.index.SearcherResult
 
getMaxHits() - Method in class org.languagetool.dev.index.Searcher
 
getMaxSearchTimeMillis() - Method in class org.languagetool.dev.index.Searcher
 
getMediaWikiContent(URL) - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
getPageTitle(URL) - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
getRelaxedQuery() - Method in class org.languagetool.dev.index.SearcherResult
 
getRuleMatches() - Method in class org.languagetool.dev.index.MatchingSentence
 
getRuleMatches() - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheckResult
 
getSentence() - Method in class org.languagetool.dev.index.MatchingSentence
 
getText() - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheckResult
 

I

incrementToken() - Method in class org.languagetool.dev.index.LanguageToolFilter
 
index(String, boolean, int) - Method in class org.languagetool.dev.index.Indexer
 
index(BufferedReader, boolean, int) - Method in class org.languagetool.dev.index.Indexer
 
Indexer - Class in org.languagetool.dev.index
A class with a main() method that takes a text file and indexes its sentences, including POS tags
Indexer(Directory, Language) - Constructor for class org.languagetool.dev.index.Indexer
 
isResultIsTimeLimited() - Method in class org.languagetool.dev.index.SearcherResult
 
isTokenChar(int) - Method in class org.languagetool.dev.index.AnyCharTokenizer
Collects any characters.

L

LanguageToolAnalyzer - Class in org.languagetool.dev.index
LanguageToolAnalyzer emits the entire input (i.e. a sentence) as a single token by AnyCharTokenizer, and then use JLanguageTool to analyze and tag the tokens by LanguageToolFilter.
LanguageToolAnalyzer(Version, JLanguageTool, boolean) - Constructor for class org.languagetool.dev.index.LanguageToolAnalyzer
 
LanguageToolFilter - Class in org.languagetool.dev.index
A filter that indexes the tokens with POS tags.
LanguageToolFilter(TokenStream, JLanguageTool, boolean) - Constructor for class org.languagetool.dev.index.LanguageToolFilter
 

M

main(String[]) - Static method in class org.languagetool.dev.index.Indexer
 
main(String[]) - Static method in class org.languagetool.dev.index.Searcher
 
main(String[]) - Static method in class org.languagetool.dev.wikipedia.CheckWikipediaDump
 
Main - Class in org.languagetool.dev.wikipedia
A class to be called from command line - dispatches to the actual implementations by calling their main method.
Main() - Constructor for class org.languagetool.dev.wikipedia.Main
 
main(String[]) - Static method in class org.languagetool.dev.wikipedia.Main
 
main(String...) - Static method in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 
main(String[]) - Static method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
MatchingSentence - Class in org.languagetool.dev.index
A sentence with rule matches.
MAX_DOC_COUNT_FIELD - Static variable in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 
MAX_DOC_COUNT_FIELD_VAL - Static variable in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 
MAX_DOC_COUNT_VALUE - Static variable in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 

O

org.languagetool.dev.index - package org.languagetool.dev.index
 
org.languagetool.dev.wikipedia - package org.languagetool.dev.wikipedia
 

P

PatternRuleNotFoundException - Exception in org.languagetool.dev.index
 
PatternRuleNotFoundException(String, File) - Constructor for exception org.languagetool.dev.index.PatternRuleNotFoundException
 
PatternRuleQueryBuilder - Class in org.languagetool.dev.index
A factory class for building a Lucene Query from a PatternRule.
PatternRuleQueryBuilder(Language) - Constructor for class org.languagetool.dev.index.PatternRuleQueryBuilder
 

R

RomanianDiacriticsModifier - Class in org.languagetool.dev.wikipedia
Helper class for romanian diacritics correction.
run(String, Directory, Language, boolean) - Static method in class org.languagetool.dev.index.Indexer
 
run(BufferedReader, Indexer, boolean) - Static method in class org.languagetool.dev.index.Indexer
 

S

Searcher - Class in org.languagetool.dev.index
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.
Searcher(Directory) - Constructor for class org.languagetool.dev.index.Searcher
 
SearcherResult - Class in org.languagetool.dev.index
The result of a Searcher.
SearcherResult(List<MatchingSentence>, int, Query) - Constructor for class org.languagetool.dev.index.SearcherResult
 
SearchTimeoutException - Exception in org.languagetool.dev.index
Thrown if Lucene index search takes too long.
SearchTimeoutException(String) - Constructor for exception org.languagetool.dev.index.SearchTimeoutException
 
setDisabledRuleIds(List<String>) - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
setDocCount(int) - Method in class org.languagetool.dev.index.SearcherResult
 
setMaxHits(int) - Method in class org.languagetool.dev.index.Searcher
 
setMaxSearchTimeMillis(int) - Method in class org.languagetool.dev.index.Searcher
 
setResultIsTimeLimited(boolean) - Method in class org.languagetool.dev.index.SearcherResult
 
startElement(String, String, String, Attributes) - Method in class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 
SwebleWikipediaTextFilter - Class in org.languagetool.dev.wikipedia
Convert Wikipedia syntax to HTML using Sweble.
SwebleWikipediaTextFilter() - Constructor for class org.languagetool.dev.wikipedia.SwebleWikipediaTextFilter
 

T

TextConverter - Class in org.languagetool.dev.wikipedia
A visitor to convert an article AST into a pure text representation.
TextConverter(SimpleWikiConfiguration, int) - Constructor for class org.languagetool.dev.wikipedia.TextConverter
 
toString() - Method in class org.languagetool.dev.index.MatchingSentence
 

U

UnsupportedPatternRuleException - Exception in org.languagetool.dev.index
 
UnsupportedPatternRuleException(String) - Constructor for exception org.languagetool.dev.index.UnsupportedPatternRuleException
 

V

validateWikipediaUrl(URL) - Method in class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
visit(AstNode) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(NodeList) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Itemization) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(ItemizationItem) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Enumeration) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(EnumerationItem) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Page) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Text) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Whitespace) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Bold) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Italics) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(XmlCharRef) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(XmlEntityRef) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Url) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(ExternalLink) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(InternalLink) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Section) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Paragraph) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(HorizontalRule) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(XmlElement) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(ImageLink) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(IllegalCodePoint) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(XmlComment) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(Template) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(TemplateArgument) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(TemplateParameter) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(TagExtension) - Method in class org.languagetool.dev.wikipedia.TextConverter
 
visit(MagicWord) - Method in class org.languagetool.dev.wikipedia.TextConverter
 

W

WikipediaIndexHandler - Class in org.languagetool.dev.wikipedia
Wikipedia handler for indexing.
WikipediaIndexHandler(Directory, Language, int, int) - Constructor for class org.languagetool.dev.wikipedia.WikipediaIndexHandler
 
WikipediaQuickCheck - Class in org.languagetool.dev.wikipedia
Check a Wikipedia page (without spell check), fetching the page via the MediaWiki API.
WikipediaQuickCheck() - Constructor for class org.languagetool.dev.wikipedia.WikipediaQuickCheck
 
WikipediaQuickCheckResult - Class in org.languagetool.dev.wikipedia
 
WikipediaQuickCheckResult(String, List<RuleMatch>, String) - Constructor for class org.languagetool.dev.wikipedia.WikipediaQuickCheckResult
 

A B C E F G I L M O P R S T U V W

Copyright © 2013. All Rights Reserved.