A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abbreviationMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
abbreviationPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
Abbreviations - Class in edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations
Abbreviation lists and pattern matchers.
Abbreviations() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Create abbreviation detector.
Abbreviations(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Create abbreviation detector for specified ISO language code.
abbreviations - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
abbreviations - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Abbreviations.
abbreviations - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Abbreviations.
abbreviations - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Abbreviations.
abbreviations - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.TokenizerUtils
 
abbreviations - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Abbreviations.
abbreviationsMainTextURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Abbreviations URL for main text.
abbreviationsSideTextURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Abbreviations URL for side text.
abbreviationsURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Abbreviations URL.
abbreviationThreshold - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Threshold for considering a token to be an abbreviation.
abbrExpan - Variable in class edu.northwestern.at.morphadorner.StripWordAttributesFilter
Holds abbr expan= attribute value.
abridged_lookup(String) - Method in class net.sf.jlinkgrammar.Dictionary
 
AbstractContextualSmoother - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual
Abstract contextual smoother.
AbstractContextualSmoother() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Create an abstract contextual smoother.
AbstractContractionExpander - Class in edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander
Abstract ContractionExpander.
AbstractContractionExpander() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.AbstractContractionExpander
Create abstract contraction expander.
AbstractLanguageRecognizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer
Abstract Language Recognizer.
AbstractLanguageRecognizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.AbstractLanguageRecognizer
Create a language recognizer with the default language profiles.
AbstractLanguageRecognizer(List<String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.AbstractLanguageRecognizer
Create a language recognizer with list of languages to recognize.
AbstractLemmatizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Abstract Lemmatizer.
AbstractLemmatizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
 
AbstractLexicalSmoother - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical
Abstract lexical smoother.
AbstractLexicalSmoother() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Create an abstract lexical smoother.
AbstractLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
AbstractLexicon: stores spellings and their possible parts of speech.
AbstractLexicon() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Create an empty lexicon.
AbstractNameRecognizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer
Abstract Name Recognizer.
AbstractNameRecognizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
 
AbstractNameStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer
Abstract Name Standardizer.
AbstractNameStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Create abstract name matcher.
AbstractPartOfSpeechGuesser - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser
Abstract PartOfSpeechGuesser.
AbstractPartOfSpeechGuesser() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
 
AbstractPartOfSpeechTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Abstract Part of Speech tagger.
AbstractPartOfSpeechTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Create tagger.
AbstractPartOfSpeechTags - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
AbstractPartOfSpeechTags: Base class for PartOfSpeechTags implementations.
AbstractPartOfSpeechTags() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
 
AbstractPartOfSpeechTagsMapper - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper
AbstractPartOfSpeechTagsMapper: Base class for PartOfSpeechTagsMapper implementations.
AbstractPartOfSpeechTagsMapper() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.AbstractPartOfSpeechTagsMapper
 
AbstractPostTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Post tokenizer which processes an extracted token.
AbstractPostTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPostTokenizer
Create a postTokenizer.
AbstractPreTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Default pretokenizes which prepares a string for tokenization.
AbstractPreTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Create a preTokenizer.
AbstractRegexReplacementRule - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule
An abstract rule specified using a regular expression and replacement.
AbstractRegexReplacementRule(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.AbstractRegexReplacementRule
Construct a rule using the given regular expression.
AbstractSentenceSplitter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
Abstract sentence splitter.
AbstractSentenceSplitter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
 
AbstractSpellingMapper - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper
Abstract Spelling Mapper.
AbstractSpellingMapper() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Create abstract spelling mapper.
AbstractSpellingStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
Abstract Spelling Standardizer.
AbstractSpellingStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Create abstract spelling standardizer.
AbstractStemmerLemmatizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Use a stemmer as a pseudo-lemmatizer.
AbstractStemmerLemmatizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
 
AbstractTaggerRule - Class in edu.northwestern.at.morphadorner.tools.taggertrainer
Abstract Part of Speech Tagger rule.
AbstractTaggerRule() - Constructor for class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
 
AbstractTextSegmenter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter
Base class for segmenting a text.
AbstractTextSegmenter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Create a text segmenter.
AbstractTextSummarizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer
Base class for summarizing a text.
AbstractTextSummarizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.AbstractTextSummarizer
Create a word tokenizer.
AbstractThesaurus - Class in edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus
Base class for a thesaurus.
AbstractThesaurus() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.AbstractThesaurus
Create a word tokenizer.
AbstractWordTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Base class for deriving word tokenizers.
AbstractWordTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Create a word tokenizer.
accept(AdornedWord) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWordFilter
Tests if a specified adorned word should be included.
accept(AdornedWord) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWordStopWordFilter
Tests if a specified adorned word should be included.
accept(AdornedWord) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.PorterStopWordFilter
Tests if a specified adorned word should be included.
acceptName(Lexicon, String, boolean, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Accept a name.
Accumulator - Class in edu.northwestern.at.utils.math.statistics
Accumulate basic statistical information for a set of doubles.
Accumulator() - Constructor for class edu.northwestern.at.utils.math.statistics.Accumulator
Create an empty accumulator.
ACCUSATIVE_PRONOUNS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
acosh(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return the inverse (arc) hyperbolic cosine of a double.
activeThreads() - Static method in class edu.northwestern.at.utils.DebugUtils
Get list of active threads.
add(String) - Method in class com.cybozu.labs.langdetect.util.LangProfile
Add n-gram to profile
add(String) - Method in class com.cybozu.labs.langdetect.util.TagExtractor
 
add(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
add(char, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
add(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
Add a character to the word being stemmed.
add(char[], int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
Adds wLen characters to the word being stemmed contained in a portion of a char[] array.
add(K, V) - Method in class edu.northwestern.at.utils.KeyedSets
Add an entry to set for a key.
add(Number, Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Add two numbers.
add(E) - Method in class edu.northwestern.at.utils.SortedArrayList
Add an object to the list.
add(int, E) - Method in class edu.northwestern.at.utils.SortedArrayList
Add element at specified index.
add_internal(PPLinkset, String) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
add_link_to_domain(Postprocessor, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
Add a link to the domain
add_one_connector(int, int, String, Disjunct) - Static method in class net.sf.jlinkgrammar.Sentence
This adds one connector onto the beginning of the left (or right) connector list of d.
add_set_of_strings_to_label(String) - Method in class net.sf.jlinkgrammar.PPLexTable
add the set of strings, defined earlier by label_of_set, to the set of strings associated with the current label
add_string_to_label(String) - Method in class net.sf.jlinkgrammar.PPLexTable
add the single string str to the set of strings associated with label
add_to_left_table_list(MatchNode, MatchNode) - Static method in class net.sf.jlinkgrammar.Sentence
Adds the match node m to the sorted list of match nodes l.
add_to_right_table_list(MatchNode, MatchNode) - Static method in class net.sf.jlinkgrammar.Sentence
Adds the match node m to the sorted list of match nodes l.
addAbbreviations(Abbreviations, String, String) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Add abbreviations.
addAll(K, Collection<V>) - Method in class edu.northwestern.at.utils.KeyedSets
Add all entries from a collection to set for a key.
addAll(Set<T>, T[]) - Static method in class edu.northwestern.at.utils.SetUtils
Add array entries to a set.
addAll(Collection<? extends E>) - Method in class edu.northwestern.at.utils.SortedArrayList
Add all elements of a collection.
addAll(E[]) - Method in class edu.northwestern.at.utils.SortedArrayList
Add all elements of an array.
addAll(int, Collection<? extends E>) - Method in class edu.northwestern.at.utils.SortedArrayList
Add all elements of a collection at a specified index.
addAuxiliaryWordList(TaggedStrings) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Add an auxiliary word list.
addAuxiliaryWordList(TaggedStrings) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Add an auxiliary word list.
addBooleanOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a boolean option.
addBooleanOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a boolean option.
addCachedSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Cached a generated mapped spelling.
addCachedSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Cached a generated mapped spelling.
addCachedWord(String, Map<String, MutableInteger>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Add word to cache.
addChange(WordChange) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Add entry to change log.
addChar(char) - Method in class com.cybozu.labs.langdetect.util.NGram
Append a character into ngram buffer.
AddCharacterOffsets - Class in edu.northwestern.at.morphadorner.tools.addcharacteroffsets
Create derived MorphAdorner files with character offsets to word tokens.
AddCharacterOffsets(String[]) - Constructor for class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
Create derived adorned files with character offset attributes.
addCode(char, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
addCollection(Collection<String>) - Method in class edu.northwestern.at.utils.TernaryTrie
Add words from a collection.
addCombiningMacronPattern(List<PatternReplacer>, String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Add entry to combining macrons replacement list.
addCountMap(Map<K, Number>, Map<K, Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Add words/counts from one map to another.
addDescendants(Node, List<Node>) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Adds descendant elements of a node to a list.
addDoubleOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a double option.
addDoubleOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a double option.
addedWords - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Words added, deleted, or modified in current document.
addFeatures(Annotation, String, String) - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
addIntegerOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding an integer option.
addIntegerOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding an integer option.
additiveAdjustmentValue - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Additive adjustment value.
additiveAdjustmentValue - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AdditiveLexicalSmoother
Additive adjustment value = 0.5 (Lidstone smoothing).
AdditiveContextualSmoother - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual
Additive contextual smoother.
AdditiveContextualSmoother() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Create an additive contextual smoother.
AdditiveLexicalSmoother - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical
Additive lexical smoother.
AdditiveLexicalSmoother() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AdditiveLexicalSmoother
Create an additive lexical smoother.
addLongOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a long integer option.
addLongOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a long integer option.
addMappedSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Add a mapped spelling.
addMappedSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Add a mapped spelling.
addMappedSpelling(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Add a mapped spelling.
addMessage(String) - Method in exception edu.northwestern.at.utils.InvalidDataException
Add error message to list of errors.
addNamedEntities(String) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Adorn text with named entities.
addOption(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
Add the specified Option to the list of accepted options
addPartOfSpeech(PartOfSpeech) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Add a part of speech.
addPartOfSpeech(PartOfSpeech) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Add a part of speech.
addProfile(LangProfile, int, int) - Static method in class com.cybozu.labs.langdetect.DetectorFactory
 
AddPseudoPages - Class in edu.northwestern.at.morphadorner.tools.addpseudopages
Add pseudopages to an adorned file.
AddPseudoPages(String, String, int, String) - Constructor for class edu.northwestern.at.morphadorner.tools.addpseudopages.AddPseudoPages
Add pseudopage milestones to an adorned file.
addRow(Object[]) - Method in class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
Add a row of data.
addSentence(List<String>, List<List<String>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Add sentence to sentence list.
addSentenceBad(List<String>, List<List<String>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Add sentence to sentence list.
addSortedExclusive(Annotation) - Method in class edu.northwestern.at.morphadorner.gate.SortedAnnotationList
 
addStandardSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Add a standard spelling.
addStandardSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Add a standard spelling.
addStandardSpelling(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Add a standard spelling.
addStandardSpellings(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Add standard spellings from a collection.
addStandardSpellings(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Add standard spellings from a collection.
addStandardSpellings(Collection<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Add standard spellings from a collection.
addStopWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWordStopWordFilter
Add word to stop word list.
addStopWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BaseStopWords
Add word to stop word list.
addStopWords(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWordStopWordFilter
Add words to stop word list.
addStopWords(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BaseStopWords
Add words to stop word list.
addStringOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a string option.
addStringOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a string option.
AddSyllables - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
 
addTag(String, String, String, String, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Add a part of speech tag.
addTag(String, String, String, String, String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Add a part of speech tag.
AddUnclear - Class in edu.northwestern.at.morphadorner.tools.tcp
AddUnclear adds type="unclear" attribute to tokens containing character gaps.
AddUnclear() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.AddUnclear
 
addUnclear(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.AddUnclear
Add type="unclear" attribute to tokens containing gap characters.
addValue(double) - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Add a value to the accumulation.
addValues(Collection<Double>) - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Add collection of values to the accumulation.
addValues(double[]) - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Add array of values to the accumulation.
addWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Add a word to the filler.
addWord(String) - Method in class edu.northwestern.at.utils.spellcheck.FileBasedSpellingDictionary
Updates the dictionary.
addWord(String) - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Add a word to the dictionary.
addWord(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingDictionary
Add a word to the dictionary.
addWord(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Add a word to the dictionary.
AddWordAttributesFilter - Class in edu.northwestern.at.morphadorner
Filter to add word attributes to adorned file.
AddWordAttributesFilter(XMLReader, ExtendedAdornedWordFilter, MorphAdornerSettings) - Constructor for class edu.northwestern.at.morphadorner.AddWordAttributesFilter
Create filter.
addWordElement(String, String, String, boolean) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Add word element.
addWordID(Element, Set<String>) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Save word ID in set.
addWordOrdinals() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Generate missing word ordinals.
addWordPrivate(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Add a word to the filler.
addWords(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Add words from string array of words.
addWords(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Add words from list words.
addWords(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Add multiple words to the filler from string array.
addWords(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Add multiple words to the filler from string collection.
addWords(String[]) - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Add multiple words to the dictionary.
addWords(String[]) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingDictionary
Add multiple words to the dictionary
addWords(String[]) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Add multiple words to the dictionary.
addWordToGlobalDictionary(String) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Add a word to the global dictionary.
addWordToGlobalDictionary(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Add a word to the global dictionary.
addWordToGlobalDictionary(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Add a word to the global dictionary.
addWordToIgnoreList(String) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Add word to ignore list.
addWordToIgnoreList(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Add word to ignore list.
addWordToIgnoreList(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Add word to ignore list.
addWordToLocalDictionary(String) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Add a word to the local dictionary.
addWordToLocalDictionary(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Add a word to the local dictionary.
addWordToLocalDictionary(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Add a word to the local dictionary.
addWordToSentence(List<String>, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Add word to list of words in sentence.
addWordToSentence(List<String>, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.DefaultWordTokenizer
Add word to list of words in sentence.
addWordToSentence(List<String>, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Add word to list of words in sentence.
AddXMLPathFilter - Class in edu.northwestern.at.morphadorner.tools
Filter to add XML tag path (p=) attributes to an adorned file.
AddXMLPathFilter(XMLReader, String) - Constructor for class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Create filter.
ADJECTIVE - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
adjust_subordinate_clauses(int, int) - Method in class net.sf.jlinkgrammar.Linkage
 
AdornAString - Class in edu.northwestern.at.morphadorner.examples
AdornAString: Adorn a string with parts of speech, lemmata, and standard spellings.
AdornAString() - Constructor for class edu.northwestern.at.morphadorner.examples.AdornAString
 
AdornedToSimpleTEIP5 - Class in edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5
Convert MorphAdorned file to simple TEI P5 format.
AdornedToSimpleTEIP5() - Constructor for class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
 
AdornedToSketch - Class in edu.northwestern.at.morphadorner.tools.adornedtosketch
Convert adorned file to input for Sketch or NoSketch engine.
AdornedToSketch() - Constructor for class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
 
AdornedToTabularFile - Class in edu.northwestern.at.morphadorner.tools.xmltotab
Convert adorned files to verticalized (tabular) format.
AdornedToTabularFile() - Constructor for class edu.northwestern.at.morphadorner.tools.xmltotab.AdornedToTabularFile
 
adornedToTabularFile(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.xmltotab.AdornedToTabularFile
Get tabular output for batch of adorned files.
AdornedToTCF04 - Class in edu.northwestern.at.morphadorner.tools.adornedtotcf
Converts adorned files to TCF 0.4 format.
AdornedToTCF04() - Constructor for class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
 
AdornedToTCF04.MyToken - Class in edu.northwestern.at.morphadorner.tools.adornedtotcf
 
AdornedToTCF04.MyToken(Token) - Constructor for class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04.MyToken
 
AdornedWord - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.adornedword
Interface for a word adorned with addition morphological information.
AdornedWordCountInfo - Class in edu.northwestern.at.morphadorner.tools.countadornedwords
An adorned word with work and spelling count information.
AdornedWordCountInfo() - Constructor for class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Create empty adorned word info object.
AdornedWordData - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Data for a single adorned word.
AdornedWordData() - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Create empty adorned word data.
AdornedWordData(String, Map<String, String>, String, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Create populated adorned word data.
adornedWordDataList - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
List holding adorned word output.
adornedWordDataList - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
List of adorned word data entries.
adornedWordDataMap - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Map from word ID to adorned word data.
AdornedWordFilter - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.adornedword
An Adorned word filter.
adornedWordInfoMap - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Adorned word info map.
adornedWordMap - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Map from word ID to adorned word elements.
AdornedWordOutputter - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Interface for generating adorned word output.
AdornedWordOutputterFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
AdornedWordOutputter factory.
AdornedWordOutputterFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputterFactory
 
AdornedWordsLoader - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Loads word elements in an adorned XML file.
AdornedWordsLoader(String, String[]) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Create adorned words loader.
AdornedWordsLoader(String) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Create adorned words loader.
AdornedWordStopWordFilter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.adornedword
An Adorned word stop word filter.
AdornedWordStopWordFilter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWordStopWordFilter
Create the stop word filter.
adornedXMLDocument - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Adorned XML file as JDOM document.
AdornedXMLReader - Class in edu.northwestern.at.morphadorner.tools
Reads adorned word information from MorphAdorner XML output.
AdornedXMLReader(String) - Constructor for class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Create adorned XML reader.
AdornedXMLReader.MySentenceMelder - Class in edu.northwestern.at.morphadorner.tools
Custom sentence melder.
AdornedXMLReader.MySentenceMelder() - Constructor for class edu.northwestern.at.morphadorner.tools.AdornedXMLReader.MySentenceMelder
 
AdornedXMLWriter - Class in edu.northwestern.at.morphadorner.tools
Writes JDOM document in MorphAdorner XML output format.
AdornedXMLWriter(Document, String) - Constructor for class edu.northwestern.at.morphadorner.tools.AdornedXMLWriter
Create adorned XML Writer.
AdornedXMLWriter.AdornedXMLOutputProcessor - Class in edu.northwestern.at.morphadorner.tools
XML Output Processor that handles "" elements specially.
AdornedXMLWriter.AdornedXMLOutputProcessor(Format) - Constructor for class edu.northwestern.at.morphadorner.tools.AdornedXMLWriter.AdornedXMLOutputProcessor
Create XML outputter.
adornerOutputter - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
adornExistingXMLFiles - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Adorn XML files with existing adorned version in output directory.
adornFile(String) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Perform word adornment processes for a single input file.
adornText(String[]) - Static method in class edu.northwestern.at.morphadorner.examples.AdornAString
Adorn text specified as a program parameter.
adornText(String[]) - Static method in class edu.northwestern.at.morphadorner.examples.PosTagString
Adorn text specified as a program parameter.
adornText(String) - Method in class edu.northwestern.at.morphadorner.gate.Annie
Adorn text with named entities.
adornText(String, URL) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Perform word adornment processes for a single input file.
AdornWithNamedEntities - Class in edu.northwestern.at.morphadorner.tools.namedentities
Adorn XML files with named entities.
AdornWithNamedEntities() - Constructor for class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Allow overrides but not instantiation.
adornXML(String, boolean) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Adorn XML file.
advance() - Method in class net.sf.jlinkgrammar.Dictionary
this reads the next token from the input into token
advance_CON() - Method in class net.sf.jlinkgrammar.CONNode
 
advance_DIS() - Method in class net.sf.jlinkgrammar.DISNode
 
ADVERB - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
AF - Class in com.rmtheis.langdetect.profile
 
AF() - Constructor for class com.rmtheis.langdetect.profile.AF
 
affix_table - Variable in class net.sf.jlinkgrammar.Dictionary
 
AffixTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.affix
Affix Part of Speech tagger.
AffixTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.affix.AffixTagger
Create a affix tagger.
all_short - Variable in class net.sf.jlinkgrammar.ParseOptions
If true, there can be no connectors that are exempt
allLettersCapital(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if all letters in a string are uppercase.
alloc_pp_node(Postprocessor) - Static method in class net.sf.jlinkgrammar.Postprocessor
set up a fresh pp_node for later use
allow_null - Variable in class net.sf.jlinkgrammar.ParseOptions
true if we allow null links in parsing
allowedPosTags - Static variable in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Holds allowed pos tags.
allowedPosTagsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
File name containing list of part of speech tags to be used when creating the suffix lexicon entries.
allowedWorkIDs - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Allowed work IDs.
allowLowerCaseProperNouns - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Allow proper nouns to be lower case when part of speech tagging.
allowLS30 - Static variable in class edu.northwestern.at.morphadorner.xgtagger.XGMisc
Allow use of LS 3.0 features for output.
AllUnknownTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown
All Unknown Part of Speech tagger.
AllUnknownTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown.AllUnknownTagger
Create all unknown tagger.
AllUnknownTagger(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown.AllUnknownTagger
Create all unknown tagger.
already_got_it - Variable in class net.sf.jlinkgrammar.Dictionary
 
altBuf - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile
 
alternateSpellingsByWordClassURLs - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
alternateSpellingsByWordClassURLStrings - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Alternate spellings by word class URL.
alternateSpellingsURL - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Alternate spellings URL.
alternateSpellingsURLs - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
alternateSpellingsURLStrings - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Alternate spellings URLs.
alternateSpellingsWordClasses - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Word classes of alternate spellings.
alternateSpellingsWordClasses - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Word classes of alternate spellings.
alwaysSeparators - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Pattern to match characters which are always separators.
alwaysSeparatorsReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Always Separators replacer pattern.
AmericanHyphenator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
AmericanHyphenator: Hyphenates English words using American rules.
AmericanHyphenator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.AmericanHyphenator
Create a hyphenator for English words using American rules.
AN - Class in com.rmtheis.langdetect.profile
 
AN() - Constructor for class com.rmtheis.langdetect.profile.AN
 
analyze_fat_linkage(ParseOptions, int) - Method in class net.sf.jlinkgrammar.Sentence
This uses link_array.
analyze_thin_linkage(ParseOptions, int) - Method in class net.sf.jlinkgrammar.Sentence
This uses link_array.
AND - Static variable in class edu.northwestern.at.utils.SparseBitSet
 
and(SparseBitSet) - Method in class edu.northwestern.at.utils.SparseBitSet
Logically AND this bit set with another.
and_connector_hash(int) - Method in class net.sf.jlinkgrammar.Connector
 
and_cost - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
and_data - Variable in class net.sf.jlinkgrammar.Sentence
used to keep track of fat disjuncts
and_element - Static variable in class net.sf.jlinkgrammar.Sentence
 
and_element_sizes - Static variable in class net.sf.jlinkgrammar.Sentence
 
and_hash_disjunct() - Method in class net.sf.jlinkgrammar.Disjunct
 
and_purge_ExpList(ExpList) - Static method in class net.sf.jlinkgrammar.Exp
 
AND_type - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
andable_connector_set - Variable in class net.sf.jlinkgrammar.Dictionary
 
ANDABLE_CONNECTORS_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
andable_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
AndData - Class in net.sf.jlinkgrammar
Notes about AND
AndData() - Constructor for class net.sf.jlinkgrammar.AndData
 
AndList - Class in net.sf.jlinkgrammar
TODO add javadoc
AndList() - Constructor for class net.sf.jlinkgrammar.AndList
 
andlist - Static variable in class net.sf.jlinkgrammar.Linkage
 
andlist - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
ANDNOT - Static variable in class edu.northwestern.at.utils.SparseBitSet
 
andNot(SparseBitSet) - Method in class edu.northwestern.at.utils.SparseBitSet
Logically ANDNOT this bit set with another.
ANG - Class in com.rmtheis.langdetect.profile
 
ANG() - Constructor for class com.rmtheis.langdetect.profile.ANG
 
Annie - Class in edu.northwestern.at.morphadorner.gate
Standalone Annie for named entity adornment.
Annie() - Constructor for class edu.northwestern.at.morphadorner.gate.Annie
Create Annie annotator using default resource path.
Annie(String) - Constructor for class edu.northwestern.at.morphadorner.gate.Annie
Create Annie annotator specifying resource path.
annie - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Annie annotator.
annieController - Variable in class edu.northwestern.at.morphadorner.gate.Annie
Annie controller.
ap - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Temporary apostrophe marker.
apos - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Apostrophereplacement text.
apos - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Apostrophereplacement text.
AposTokens - Class in edu.northwestern.at.morphadorner.corpuslinguistics.apostokens
Tokens which start or end with an apostrophe.
AposTokens() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
Create AposTokens.
AposTokens(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
Create AposTokens for specified ISO language code.
aposTokens - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
 
aposTokens - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Apostrophe tokens.
apostropheCanBeQuote - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
True if apostrophes can be single quotes.
ApostrophesAreNotQuotesWordTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Word tokenizer that treats apostrophes as distinct from single quotes.
ApostrophesAreNotQuotesWordTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ApostrophesAreNotQuotesWordTokenizer
Create word tokenizer.
append(Reader) - Method in class com.cybozu.labs.langdetect.Detector
Append the target text for language detection.
append(String) - Method in class com.cybozu.labs.langdetect.Detector
Append the target text for language detection.
appendRend(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Append to rend.
appendText(char[], int, int) - Method in class edu.northwestern.at.morphadorner.PendingElement
Append characters to text.
appendWordText(char[], int, int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Append characters to word text.
appendWordText(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Append string to word text.
applies(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.AbstractRegexReplacementRule
Tests to see if this rule applies for the given word.
applies(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.CategoryInflectionRule
Tests to see if this rule applies for the given word.
applies(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.SuffixInflectionRule
Tests to see if this rule applies for the given word.
applies(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.WordRule
Tests to see if this rule applies for the given word.
applies(int, List) - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
See if this rule applies to a training site.
applies(int, List<TrainingWord>) - Method in interface edu.northwestern.at.morphadorner.tools.taggertrainer.TaggerRule
See if this rule applies to a training site.
apply(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.AbstractRegexReplacementRule
Applies this rule to the word, and transforming it into a new form.
apply(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.SuffixInflectionRule
Applies this rule to the word, and transforming it into a new form.
apply(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.WordRule
Applies this rule to the word, and transforming it into a new form.
apply(String, Set<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Apply a lemmatization rule to a string.
apply(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Apply a lemmatization rule to a string.
apply(String, Set<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.LemmatizerRule
Apply a lemmatization rule to a string.
apply(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.LemmatizerRule
Apply a lemmatization rule to a string.
apply(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
apply(List) - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
Apply this rule to all training data.
apply(int, List) - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
Apply this rule to a specific training site.
apply(int[], List) - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
Apply this rule to a a list of training sites.
apply(List<TrainingWord>) - Method in interface edu.northwestern.at.morphadorner.tools.taggertrainer.TaggerRule
Apply this rule to all training data.
apply(int, List<TrainingWord>) - Method in interface edu.northwestern.at.morphadorner.tools.taggertrainer.TaggerRule
Apply this rule to a specific training site.
apply(int[], List<TrainingWord>) - Method in interface edu.northwestern.at.morphadorner.tools.taggertrainer.TaggerRule
Apply this rule to a a list of training sites.
apply_relevant_rules(Postprocessor, Postprocessor.ApplyFn, Sublinkage, PPRule[], int[], String[]) - Static method in class net.sf.jlinkgrammar.Postprocessor
accumulate link names for this sentence, and need to apply all rules
apply_rules(Postprocessor, Postprocessor.ApplyFn, Sublinkage, PPRule[], String[]) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
applyChange(WordChange) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Apply a change from a change log.
applyChanges(List<WordChange>) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Apply changes from a change log.
applyCorrections(Document) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Apply corrections to XML document from corrections file.
applyElementFilter(Document, Filter<Element>, ElementProcessor) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Process elements selected by an element filter.
applyFixups(String) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Apply fixups.
applyfn(Postprocessor, Sublinkage, PPRule) - Method in class net.sf.jlinkgrammar.Postprocessor.ApplyBounded
 
applyfn(Postprocessor, Sublinkage, PPRule) - Method in class net.sf.jlinkgrammar.Postprocessor.ApplyConnected
 
applyfn(Postprocessor, Sublinkage, PPRule) - Method in class net.sf.jlinkgrammar.Postprocessor.ApplyContainsNone
 
applyfn(Postprocessor, Sublinkage, PPRule) - Method in class net.sf.jlinkgrammar.Postprocessor.ApplyContainsOne
 
applyfn(Postprocessor, Sublinkage, PPRule) - Method in class net.sf.jlinkgrammar.Postprocessor.ApplyContainsOneGlobally
 
applyfn(Postprocessor, Sublinkage, PPRule) - Method in interface net.sf.jlinkgrammar.Postprocessor.ApplyFn
 
applyfn(Postprocessor, Sublinkage, PPRule) - Method in class net.sf.jlinkgrammar.Postprocessor.ApplyMustFormACycle
 
applyHeuristics(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Apply heuristics to spellings to see if we can find a match..
ApplyXSLT - Class in edu.northwestern.at.morphadorner.tools.applyxslt
Apply XSLT transformation to a batch of input files.
ApplyXSLT() - Constructor for class edu.northwestern.at.morphadorner.tools.applyxslt.ApplyXSLT
 
applyXSLT(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.applyxslt.ApplyXSLT
Apply XSLT transformation to files.
AR - Class in com.rmtheis.langdetect.profile
 
AR() - Constructor for class com.rmtheis.langdetect.profile.AR
 
area - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
 
areAlike(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LevensteinDistance
Are two strings alike based upon edit distance.
areEqual(double, double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Check if two doubles are equal to machine precision.
areEqual(double, double, double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Check if two doubles are equal to specified tolerance.
areOrAreNot(boolean) - Static method in class edu.northwestern.at.utils.StringUtils
Return "are", "are not" based upon boolean value.
argumentCount - Variable in class edu.northwestern.at.utils.ArgumentList
Count of arguments.
ArgumentList - Class in edu.northwestern.at.utils
ArgumentList.
ArgumentList() - Constructor for class edu.northwestern.at.utils.ArgumentList
Construct empty argument for method taking no parameters.
ArgumentList(int) - Constructor for class edu.northwestern.at.utils.ArgumentList
Construct argument list which can hold specified number of parameters.
arguments - Variable in class edu.northwestern.at.utils.ArgumentList
Argument values.
ArithUtils - Class in edu.northwestern.at.utils.math
Basic numeric operations not included in standard Java run-time library.
ArithUtils() - Constructor for class edu.northwestern.at.utils.math.ArithUtils
 
arrayToString(Object[]) - Static method in class edu.northwestern.at.utils.StringUtils
Convert array contents to string.
asciiControlCharacterNames - Static variable in class edu.northwestern.at.utils.StringUtils
Ascii control character character names for display.
asinh(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return the inverse (arc) hyperbolic sine of a double.
association(int, int, int, int) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
Computes collocation measures.
AST - Class in com.rmtheis.langdetect.profile
 
AST() - Constructor for class com.rmtheis.langdetect.profile.AST
 
asteriskMatcher - Static variable in class edu.northwestern.at.utils.CharUtils
 
asteriskPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Pattern for 1 or more asterisks.
asterisks - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Pattern to match one or more asterisk.
ASTERISM - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode asterism.
ASTERISM_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
atanh(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Returns the inverse (arc) hyperbolic tangent of a double.
attributeMap - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Attribute map.
attributeName - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
Name of field for attribute (empty if word text).
attributesToSortedMap(Attributes) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Convert attributes list to sorted map.
ATTRS - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
 
ATTRS - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
attrStack - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Element attributes stack.
attrsToOmit - Static variable in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Attributes to omit from output attributes file.
atts - Variable in class edu.northwestern.at.morphadorner.PendingElement
Element attributes.
authorList - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
List of authors.
authorList - Variable in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
List of authors.
authorMap - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Current author map.
authorMap - Variable in class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Author map.
authorMap - Variable in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Current author map.
aux - Variable in class net.sf.jlinkgrammar.Constituent
 
auxiliarySpellingStandardizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
The auxiliary spelling standardizer.
auxiliaryWordLists - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Auxiliary word lists.
availability - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Availability.

B

b - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
b - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
bad_depth_first_search(Postprocessor, Sublinkage, int, int, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
BAD_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
the indiction in a word field that this connector cannot be used -- is obsolete.
badPosTags - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Holds bad pos tags.
badWorksFileName - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
File name of file to hold names of works which fail conversion.
badWorksSet - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
File names of works containing errors.
balPos(StringBuffer, int, char, char) - Static method in class edu.northwestern.at.utils.StringUtils
Find end position of balanced string.
BASE_SENTENCE_ANNOTATION_TYPE_PARAMETER_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
BASE_TOKEN_ANNOTATION_TYPE_PARAMETER_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
BaseAdornedWord - Class in edu.northwestern.at.morphadorner.corpuslinguistics.adornedword
A word adorned with addition morphological information.
BaseAdornedWord() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Create an empty adorned word.
BaseAdornedWord(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Create adorned word from a spelling.
BaseAdornedWord(String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Create adorned word from a spelling and a part of speech.
BaseAdornedWord(String, String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Create adorned word from a token, spelling, and part of speech.
BaseAdornedWord(String, String, String, String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Create adorned word from a token, spelling, standard spelling, lemmata, and parts of speech.
BaseAdornedWord(AdornedWord) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Create a adorned word from another adorned word.
baseDirectory - Variable in class edu.northwestern.at.utils.FileInfo
The base directory.
baseFileName - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Base XML file name for generating ID values.
BaseHyphenator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
BaseHyphenator: Hyphenates words using TeX rule sets.
BaseHyphenator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BaseHyphenator
Create a base hyphenator using UK English rules.
BaseLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
BaseLexicon: Concrete lexicon implementation.
BaseLexicon() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.BaseLexicon
 
BaseLogger - Class in edu.northwestern.at.utils.logger
Base logger which wraps Jakarta Common Logging Log manager.
BaseLogger(String, String, String) - Constructor for class edu.northwestern.at.utils.logger.BaseLogger
Create a logger.
BasePartOfSpeechTags - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
BasePartOfSpeechTags: Base non-abstract class for part of speech tags.
BasePartOfSpeechTags() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.BasePartOfSpeechTags
Create empty part of speech tags.
baseSentenceAnnotationType - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Base annotation type for sentences.
BaseStopWords - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
Base stop word list.
BaseStopWords() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BaseStopWords
Create empty stop word list.
BaseStopWords(Collection<String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BaseStopWords
Create stop word list from a collection.
baseTokenAnnotationType - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Base annotation type for tokens.
batch_errors - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
batch_mode - Variable in class net.sf.jlinkgrammar.ParseOptions
if true, process sentences non-interactively
batch_process_some_linkages(int, Sentence, ParseOptions) - Static method in class net.sf.jlinkgrammar.GlobalBean
 
BE - Class in com.rmtheis.langdetect.profile
 
BE() - Constructor for class com.rmtheis.langdetect.profile.BE
 
beamSearchRejections - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Total number of states rejected by beam search criterion.
beamSearchRejections - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Total number of states rejected by beam search criterion.
beamSearchRejections - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Count of tags rejected by beam search.
beamWidth - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Beam width for beam search.
beamWidth() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Get the beam width.
beamWidth(double) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Set the beam width.
begin - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGPair
 
bestBoundary_max(double[][], C99.Region) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
Find a boundary that maximizes the inside density.
Beta - Class in edu.northwestern.at.utils.math.distributions
Beta distribution functions.
Beta() - Constructor for class edu.northwestern.at.utils.math.distributions.Beta
Make class non-instantiable but inheritable.
beta(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Beta
Beta function.
beta(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a beta random variable.
BG - Class in com.rmtheis.langdetect.profile
 
BG() - Constructor for class com.rmtheis.langdetect.profile.BG
 
BibadornedInfo - Class in edu.northwestern.at.morphadorner.tei
Extract selected "monkHeader" information from a MorphAdorned file.
BibadornedInfo(String) - Constructor for class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Get Bibadorned bibliographic information.
BIGRAM - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
 
bigramCountMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
 
BigramHybridTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigramhybrid
Bigram Part of Speech tagger.
BigramHybridTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigramhybrid.BigramHybridTagger
Create a bigram hybrid tagger.
BigramLogLikelihood - Class in edu.northwestern.at.morphadorner.corpuslinguistics.statistics
Computes Dunnett's log-likelihood for bigrams.
BigramLogLikelihood() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.BigramLogLikelihood
Don't allow instantiation but do allow overrides.
bigramProbMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
 
BigramTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram
Bigram Part of Speech tagger.
BigramTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Create a bigram tagger.
bigramWeights - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.DeletedInterpolationContextualSmoother
Bigram weights for lexical smoothing.
bigramWeights - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Bigram weights from deleted interpolation.
binomial(double, long) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
binomial(long, long) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
binomial(double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random boolean value from a binomial random variable.
binomialInteger(double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random integer value from a binomial random variable.
binop(SparseBitSet, SparseBitSet, SparseBitSet.BinOp) - Static method in class edu.northwestern.at.utils.SparseBitSet
 
Bisection - Class in edu.northwestern.at.utils.math.rootfinders
Find roots of equations using Bisection.
Bisection() - Constructor for class edu.northwestern.at.utils.math.rootfinders.Bisection
Constructor if RootFinder interface used.
bisection(double, double, double, int, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Static method in class edu.northwestern.at.utils.math.rootfinders.Bisection
Find root using the Method of Bisection.
bisection(double, double, double, int, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.Bisection
Find root using the Method of Bisection.
bisection(double, double, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.Bisection
Find root using the Method of Bisection.
bits - Variable in class edu.northwestern.at.utils.SparseBitSet
Array of bit-blocks; each holding BITS bits.
BITS - Static variable in class edu.northwestern.at.utils.SparseBitSet
Number of bits in a block.
BITS_M1 - Static variable in class edu.northwestern.at.utils.SparseBitSet
BITS-1, using the identity: x % BITS == x & (BITS-1)
BLACKCIRCLE - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode black circle/dot.
BLACKCIRCLE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
blankPrecedes - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
If word is preceded by a blank element.
blankPrecedes - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
If word is preceded by a blank element.
blankPrecedes - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Blank precedes flag.
blockAdd(String, Map<String, Integer>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Add a term to a block Creation date: (07/12/99 01:41:24)
blockCosine(Map<String, Integer>, Map<String, Integer>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Compute the cosine similarity measure for two blocks Creation date: (07/12/99 01:49:16)
blockRemove(String, Map<String, Integer>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Remove a term from the block.
BN - Class in com.rmtheis.langdetect.profile
 
BN() - Constructor for class com.rmtheis.langdetect.profile.BN
 
bonferroni(double, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
boolDot - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
boolean_abridged_lookup(String) - Method in class net.sf.jlinkgrammar.Dictionary
 
boolean_dictionary_lookup(String) - Method in class net.sf.jlinkgrammar.Dictionary
 
booleanizeCountMap(Map<K, ? extends Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Convert map values to integer 1 or 0.
boolEntityIgnoreFiles - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
boolIds - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
boolLog - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
boolMergeEntities - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
boolRepeatAttributes - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
boolTreatAllEntities - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
boolVerbose - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
BOTH_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
to connect the "both" to the following "and"
boundaries(double[][], int) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Find density maximizing boundaries for regions in a similarity matrix.
boundaries - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.RawText
The sentence boundaries.
boundaryIdentification() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Identify the boundaries
bounded_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
BR - Class in com.rmtheis.langdetect.profile
 
BR() - Constructor for class com.rmtheis.langdetect.profile.BR
 
BracketRoot - Class in edu.northwestern.at.utils.math.rootfinders
Find interval bracketing a root.
BracketRoot() - Constructor for class edu.northwestern.at.utils.math.rootfinders.BracketRoot
 
bracketRoot(double[], MonadicFunction, int, double) - Static method in class edu.northwestern.at.utils.math.rootfinders.BracketRoot
Find interval bracketing a root.
brCurrent - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
Brent - Class in edu.northwestern.at.utils.math.rootfinders
Find a root of a function using Brent's method which combines quadratic interpolation with the method of bisection.
Brent() - Constructor for class edu.northwestern.at.utils.math.rootfinders.Brent
Constructor if RootFinder interface used.
brent(double, double, double, int, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Static method in class edu.northwestern.at.utils.math.rootfinders.Brent
Find root of a function using Brent's method.
brent(double, double, double, int, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.Brent
Find root of a function using Brent's method.
brent(double, double, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.Brent
Find root of a function using Brent's method.
BrillLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
Brill format lexicon.
BrillLexicon(URL, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.BrillLexicon
Create a Brill lexicon.
BritishHyphenator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
BritishHyphenator: Hyphenates English words using British rules.
BritishHyphenator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BritishHyphenator
Create a hyphenator for English words using British rules.
BritishToUSSpellingMapper - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper
Maps British to American spellings.
BritishToUSSpellingMapper() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.BritishToUSSpellingMapper
Create British to US spelling mapper.
britToUSMap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.BritishToUSSpellingMapper
Hash map with British spelling as key and American spelling as value.
BROKEN_VERTICAL_BAR - Static variable in class edu.northwestern.at.utils.CharUtils
Broken vertical bar.
BROKEN_VERTICAL_BAR_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Broken vertical bar string.
bsearch(int) - Method in class edu.northwestern.at.utils.SparseBitSet
 
BuckleyAndSaltonStopWords - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
Stop word list by Chris Buckley And Gerald Salton at Cornell.
BuckleyAndSaltonStopWords() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BuckleyAndSaltonStopWords
Create the stop word filter.
buckleyAndSaltonStopWordsSet - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BuckleyAndSaltonStopWords
Stop words.
buf_ - Variable in class com.cybozu.labs.langdetect.util.TagExtractor
 
BufferedRandomAccessFile - Class in edu.northwestern.at.utils
Extension fo the RandomAccessFile to use buffered I/O as much as possible.
BufferedRandomAccessFile(File, String, int) - Constructor for class edu.northwestern.at.utils.BufferedRandomAccessFile
Constructor for the BufferedRandomAccessFile object
BufferedRandomAccessFile(File, String) - Constructor for class edu.northwestern.at.utils.BufferedRandomAccessFile
Constructor for the BufferedRandomAccessFile object
BufferedRandomAccessFile.FileBufferStruct - Class in edu.northwestern.at.utils
 
BufferedRandomAccessFile.FileBufferStruct() - Constructor for class edu.northwestern.at.utils.BufferedRandomAccessFile.FileBufferStruct
 
build_AND_disjunct_list(String) - Method in class net.sf.jlinkgrammar.Sentence
Builds and returns a disjunct list for "and", "or" and "nor" for each disjunct in the label_table, we build three disjuncts this means that "Danny and Tycho and Billy" will be parsable in two ways.
build_andlist() - Method in class net.sf.jlinkgrammar.Sentence
This function computes the "and cost", resulting from inequalities in the word.size() of and-list elements.
build_Clause(int) - Method in class net.sf.jlinkgrammar.Exp
 
build_COMMA_disjunct_list() - Method in class net.sf.jlinkgrammar.Sentence
 
build_conjunction_tables() - Method in class net.sf.jlinkgrammar.Sentence
 
build_connector_set_from_expression(ConnectorSet) - Method in class net.sf.jlinkgrammar.Exp
 
build_CONNode(int) - Static method in class net.sf.jlinkgrammar.ParseInfo
 
build_deletable(boolean) - Method in class net.sf.jlinkgrammar.Sentence
Initialize the array deletable[i][j] to indicate if the words i+1...j-1 could be non existant in one of the multiple linkages.
build_digraph() - Method in class net.sf.jlinkgrammar.ParseInfo
 
build_DIS_CON_tree() - Method in class net.sf.jlinkgrammar.ParseInfo
 
build_disjunct(Clause, String, int) - Static method in class net.sf.jlinkgrammar.Clause
 
build_disjuncts_for_dict_node() - Method in class net.sf.jlinkgrammar.DictNode
 
build_disjuncts_for_XNode(ParseOptions, XNode, int) - Method in class net.sf.jlinkgrammar.Sentence
 
build_DISNode(int) - Static method in class net.sf.jlinkgrammar.ParseInfo
 
build_domain_forest(Postprocessor, Sublinkage) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
build_domains(Postprocessor, Sublinkage) - Static method in class net.sf.jlinkgrammar.Postprocessor
build the domains acociated with a sublinkage.
build_effective_dist(boolean) - Method in class net.sf.jlinkgrammar.Sentence
 
build_fat_link_substitutions(Disjunct) - Method in class net.sf.jlinkgrammar.Sentence
 
build_idiom_word_name(String) - Method in class net.sf.jlinkgrammar.Dictionary
Allocates string space and returns a pointer to it.
build_image_array() - Method in class net.sf.jlinkgrammar.Sentence
 
build_linkage_postscript_string() - Method in class net.sf.jlinkgrammar.Linkage
builds a postscript printable string of the current sublinkage
build_parse_set(int, ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
This is the top level call that computes the whole parse_set.
build_sentence_disjuncts(ParseOptions, int) - Method in class net.sf.jlinkgrammar.Sentence
We've already built the sentence expressions.
build_sentence_expressions(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
Corrects case of first word, fills in other proper nouns, and builds the expression lists for the resulting words.
build_terminal() - Method in class net.sf.jlinkgrammar.Exp
 
build_type_array(Postprocessor) - Static method in class net.sf.jlinkgrammar.Postprocessor
Builds and array of domain types in the named post processor.
build_word_expressions(String, Dictionary) - Static method in class net.sf.jlinkgrammar.Word
 
buildContractionsPattern(TaggedStrings) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Build contractions pattern.
BUILDEXPR - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
byteArrayOutputStream - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ByteStreamAdornedWordOutputter
Byte array output stream.
bytes - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
ByteStreamAdornedWordOutputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Tagged word outputter which writes to a ByteStream.
ByteStreamAdornedWordOutputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ByteStreamAdornedWordOutputter
Create byte stream outputter.
byteValue() - Method in class edu.northwestern.at.utils.MutableInteger
 
byteValue() - Method in class edu.northwestern.at.utils.MutableLong
 

C

C - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Collection for segmentation.
c - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
c - Variable in class net.sf.jlinkgrammar.Clause
 
c - Variable in class net.sf.jlinkgrammar.CList
 
c - Variable in class net.sf.jlinkgrammar.ImageNode
 
C99 - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99
Choi's C99 algorithm for linear text segmentation
C99() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
 
C99.Region - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99
Text segment region.
C99.Region(int, int, double[][]) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
Construct a new region with boundaries start and end.
C99TextSegmenter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter
Freddy Choi's C99 linear text segmenter.
C99TextSegmenter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Create C99 segmenter.
c_dfs(int, DISNode, CONList) - Static method in class net.sf.jlinkgrammar.ParseInfo
 
CA - Class in com.rmtheis.langdetect.profile
 
CA() - Constructor for class com.rmtheis.langdetect.profile.CA
 
cache - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.DecruftifyingSpellingStandardizer
Cache for decruftified entries.
Cache<K,V> - Interface in edu.northwestern.at.utils.cache
A simple generic cache interface.
cache - Variable in class edu.northwestern.at.utils.cache.OldLRUCache
SoftReferenceCache which holds actual cached entries.
cache - Static variable in class edu.northwestern.at.utils.xml.XSLTCache
Maps XSLT file names to MapEntry instances.
cachedContextualProbabilities - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Cached contextual probabilities.
cachedLexicalProbabilities - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Cached lexical probabilities for words.
cachedLexicons - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Cache lexicon for unknown words.
cachedProbabilitiesCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Get the number of cached contextual probabilities.
cachedProbabilitiesCount() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmoother
Get the number of cached contextual probabilities.
cachedProbabilitiesCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Get the number of cached lexical probabilities.
cachedProbabilitiesCount() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmoother
Get the number of cached lexical probabilities.
cachedWords - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Cache parts of speech for unknown words.
cacheMap - Variable in class edu.northwestern.at.utils.cache.SoftReferenceCache
Map holding cached values.
calculateAssociationMeasures() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Calculate the association measures.
calculateLogLikelihood(double, double, double, double) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.BigramLogLikelihood
Compute log likelihood value for a bigram.
calculateProbabilities() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Calculate transition probabilities from counts.
calerf(double, int) - Static method in class edu.northwestern.at.utils.math.distributions.ErrorFunction
Calculate value of Gaussian error function.
canAddOrDeleteWords - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger.IRetagger
Retagger allowed to add or delete words?
CANDIDATE_1 - Static variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
CANDIDATE_2 - Static variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
candidates - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
canon - Variable in class net.sf.jlinkgrammar.Constituent
 
canonical - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
CanSplitAroundPeriods - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Interface for tokenizer which can split tokens around a period.
CanTagOneWord - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Interface for a part of speech tagger which can tag a single word.
cantLemmatize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Check for words that cannot be lemmatized.
cantLemmatize(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Check for words that cannot be lemmatized.
CanTokenizeWhitespace - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Interface for tokenizer which can tokenize whitespace.
capacity - Variable in class edu.northwestern.at.utils.HashMap2D
Initial capacity for child hash maps.
capitalized_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
capitalizeFirstLetter(String) - Static method in class edu.northwestern.at.utils.CharUtils
Capitalize first letter in string.
CARDINAL_NUMERAL - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
cardinality() - Method in class edu.northwestern.at.utils.SparseBitSet
Return cardinality (# of bits set on) in this bit set.
categoriesAndCounts - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Map with categories as keys and counts as values.
categoriesAndCountsClone() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Deep clone of categories and counts map.
CATEGORY_A_AE_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_EX_ICES_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_IX_ICES_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_MAN_MANS_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_O_OS_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_ON_A_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_SINGULAR_S_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_UM_A_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_UNINFLECTED_NOUNS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CATEGORY_US_I_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
categoryCountsMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Map from part of speech tags to their frequency in the lexicon.
CategoryInflectionRule - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule
A rule for specifying an inflection using suffixes that only applies to a subset of words with those suffixes (a category).
CategoryInflectionRule(String[], String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.CategoryInflectionRule
Construct a rule for words with suffix singularSuffix which becomes pluralSuffix in the plural.
catenate(TConnector, TConnector) - Static method in class net.sf.jlinkgrammar.TConnector
 
catenate_disjuncts(Disjunct, Disjunct) - Static method in class net.sf.jlinkgrammar.Disjunct
 
catenate_XNodes(XNode, XNode) - Static method in class net.sf.jlinkgrammar.XNode
Destructively catenates the two disjunct lists d1 followed by d2.
cauchy(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a Cauchy random variable.
CDATA - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
 
changeAttribute(Element, String, String, String) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Change attribute value.
changed - Variable in class net.sf.jlinkgrammar.PatchElement
 
changed - Variable in class net.sf.jlinkgrammar.WordFile
 
changeDescription - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Description of change.
changeFileExtension(String, String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Change extension of file name.
changeFilesDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.GetTokenChanges
Output directory to receive change files.
changes - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
List of changes.
changeTime - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Time/date of change.
changeType - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
Type of change: addition, deletion, or modification.
CHAR_END_OF_TEXT_SECTION - Static variable in class edu.northwestern.at.utils.CharUtils
End of text section marker character.
CHAR_END_OF_TEXT_SECTION_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
CHAR_FAKE_SOFT_HYPHEN - Static variable in class edu.northwestern.at.utils.CharUtils
Substitute soft hyphen marker.
CHAR_FAKE_SOFT_HYPHEN_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
CHAR_GAP_MARKER - Static variable in class edu.northwestern.at.utils.CharUtils
Gap marker inside words.
CHAR_GAP_MARKER_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Gap marker inside words as string.
CHAR_SUBSTITUTE_SINGLE_QUOTE - Static variable in class edu.northwestern.at.utils.CharUtils
Substitute single quote character.
CHAR_SUBSTITUTE_SINGLE_QUOTE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
CHAR_SUP_TEXT_MARKER - Static variable in class edu.northwestern.at.utils.CharUtils
text marker.
CHAR_SUP_TEXT_MARKER_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
characters(char[], int, int) - Method in class com.megginson.sax.DataWriter
Write a sequence of characters.
characters(char[], int, int) - Method in class com.megginson.sax.XMLWriter
Write character data.
characters(String) - Method in class com.megginson.sax.XMLWriter
Write a string of character data, with XML escaping.
characters(char[], int, int) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Handle character data.
characters(char[], int, int) - Method in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Handle character data.
characters(char[], int, int) - Method in class edu.northwestern.at.morphadorner.StripAllWordElementsFilter
Handle character data.
characters(char[], int, int) - Method in class edu.northwestern.at.morphadorner.StripWordElementsFilter
Handle character data.
characters(char[], int, int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Handle character data.
characters(char[], int, int) - Method in class edu.northwestern.at.utils.xml.TEITextExtractorHandler
Handle character data.
charAt(int, char[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
charCode(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Converts a lower case letter to an index.
CharUtils - Class in edu.northwestern.at.utils
Character utilities.
CharUtils() - Constructor for class edu.northwestern.at.utils.CharUtils
Don't allow instantiation, do allow overrides.
chdir(String) - Static method in class edu.northwestern.at.utils.FileUtils
Change the current directory.
check_connector(String) - Method in class net.sf.jlinkgrammar.Dictionary
makes sure the string s is a valid connector
check_domain_is_legal(String) - Static method in class net.sf.jlinkgrammar.PPKnowledge
 
check_string(String) - Static method in class net.sf.jlinkgrammar.PPLexTable
 
checkAbbreviation(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Check if word is abbreviation.
checkAllUpperCase(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if word is all uppercase.
checkAuxiliaryWordLists(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if word is defined in an auxiliary word list.
CHECKBOX - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
checkCachedWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if we have part of speech for a cached word.
checkCategoriesList() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Check that all the tags in the lexicon appear in the designated part of speech tags list.
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_CURWD
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_LBIGRAM
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT1OR2OR3TAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT1OR2TAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT1OR2WD
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT2TAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT2WD
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXTBIGRAM
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXTTAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXTWD
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV1OR2OR3TAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV1OR2TAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV1OR2WD
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV2TAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV2WD
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREVBIGRAM
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREVTAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREVWD
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_RBIGRAM
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_SURROUNDTAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_UNKNOWN
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_UNRESTRICTED
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2AFT
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2BFR
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2TAGAFT
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2TAGBFR
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDNEXTTAG
 
checkContext(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDPREVTAG
 
checkCurrency(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if word is currency value.
checkEmpty(String) - Static method in class edu.northwestern.at.utils.StringUtils
Checks if a string is null or empty.
checkGateResources() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Check for required Gate resources.
checkHyphenatedWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Check if word contains a hyphen.
checkName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if word is a name.
checkNumber(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if word is a number.
checkPossessiveNoun(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if word is a possessive noun.
checkPossessives - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Check for possessives of known nouns when guessing parts of speech.
checkPunctuation(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Check if word is punctuation.
checkRomanNumeral(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
See if word is Roman numeral.
checkSpelling(String) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Check spelling of word.
checkSpelling(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Check spelling of word.
checkSpelling(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Check spelling of word.
checkStandardSpellings(String, String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Try to get tags using standardized spellings.
checkSuffixes(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Try to get tags using suffix analysis.
checkSuffixes(String, String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Try to get tags using suffix analysis.
checkSymbol(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Check if word is symbol.
child - Variable in class net.sf.jlinkgrammar.CNode
 
child - Variable in class net.sf.jlinkgrammar.Domain
 
childStack - Variable in class edu.northwestern.at.utils.xml.IndentingXMLWriter
Stack which remembers if a tag has at least one child.
ChiSquare - Class in edu.northwestern.at.utils.math.distributions
Chi-square distribution functions.
ChiSquare() - Constructor for class edu.northwestern.at.utils.math.distributions.ChiSquare
Make class non-instantiable but inheritable.
chisquare(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.ChiSquare
Compute probability for chi-square distribution.
chisquare(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
chisquare(double, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
chisquare(int) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a chisquare random variable.
chisquareInverse(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.ChiSquare
Compute percentage point for chi-square distribution.
chisquareInverse(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
chisquareInverse(double, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
ChoiStopWords - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
Freddy Choi's stop word list.
ChoiStopWords() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.ChoiStopWords
Create the stop word filter.
choiStopWordsSet - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.ChoiStopWords
Stop words.
chosen_disjuncts - Variable in class net.sf.jlinkgrammar.ParseInfo
 
circulationYear - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Circulation year.
CJK_CLASS - Static variable in class com.cybozu.labs.langdetect.util.NGram
CJK Kanji Normalization Mapping
cjk_map - Static variable in class com.cybozu.labs.langdetect.util.NGram
 
cl - Variable in class net.sf.jlinkgrammar.DISNode
 
CLangProfile - Class in com.rmtheis.langdetect.profile
 
CLangProfile() - Constructor for class com.rmtheis.langdetect.profile.CLangProfile
 
classes - Variable in class edu.northwestern.at.utils.ArgumentList
Class for each argument.
CLASSICAL_A_AE_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_A_ATA_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_EIX_ICES_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_EN_INA_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_O_I_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_ON_A_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_UM_A - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_US_I_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
CLASSICAL_US_US_RULE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
ClassUtils - Class in edu.northwestern.at.utils
Class utilities.
ClassUtils() - Constructor for class edu.northwestern.at.utils.ClassUtils
Don't allow instantiation, do allow overrides.
Clause - Class in net.sf.jlinkgrammar
TODO add javadoc
Clause() - Constructor for class net.sf.jlinkgrammar.Clause
 
clean(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Remove non-letters from a string.
clean_table(int, CList[]) - Method in class net.sf.jlinkgrammar.Sentence
This runs through all the connectors in this table, and eliminates those who are obsolete.
clean_up(int) - Method in class net.sf.jlinkgrammar.Sentence
Step three of the sentence_parse operation - pruning
clean_up_expressions(int) - Method in class net.sf.jlinkgrammar.Sentence
This removes the expressions that are empty from the list corresponding to word w of the sentence.
clean_up_string(StringBuffer) - Method in class net.sf.jlinkgrammar.ParseOptions
 
cleanAttributeValue(String) - Static method in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Cleans an attribute value of enclosing quotes and internal entities.
cleanUpLemma(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Clean up lemma.
cleanWElement(Element) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Clean word element.
clear() - Static method in class com.cybozu.labs.langdetect.DetectorFactory
Clear loaded language profiles (reinitialization to be available)
clear() - Method in class com.cybozu.labs.langdetect.util.TagExtractor
 
clear() - Method in interface edu.northwestern.at.utils.cache.Cache
Clear all entries in the cache.
clear() - Method in class edu.northwestern.at.utils.cache.DummyCache
Clear all entries in the cache.
clear() - Method in class edu.northwestern.at.utils.cache.OldLRUCache
Clear all entries in the cache.
clear() - Method in class edu.northwestern.at.utils.cache.SoftReferenceCache
Clear all entries in the cache.
clear() - Method in class edu.northwestern.at.utils.CompressedHashMap
 
clear() - Method in class edu.northwestern.at.utils.HashMap2D
Clear all entries from this map and its child maps.
clear() - Method in class edu.northwestern.at.utils.HashMap3D
Clear all entries.
clear() - Method in interface edu.northwestern.at.utils.Map2D
Clear all entries from this map and its child maps.
clear() - Method in interface edu.northwestern.at.utils.Map3D
Clear all entries from this map and its child maps.
clear(int) - Method in class edu.northwestern.at.utils.SparseBitSet
Clear a bit.
clear() - Method in class edu.northwestern.at.utils.SparseBitSet
Clear all bits.
clear(int, int) - Method in class edu.northwestern.at.utils.SparseBitSet
Clears a range of bits.
clear() - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Clear dictionary of all words and metaphone values.
clear() - Method in interface edu.northwestern.at.utils.spellcheck.SpellingDictionary
Clears the dictionary of all words.
clear() - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Clear dictionary of all words and metaphone values.
clear() - Method in class edu.northwestern.at.utils.TreeMap2D
Clear all entries from this map and its child maps.
clear_hash_table(int) - Static method in class net.sf.jlinkgrammar.LinksetSet
 
clear_hash_table(PPLinkset) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
clearCachedProbabilities() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Clear cached probabilities..
clearCachedProbabilities() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmoother
Clear cached probabilities..
clearCachedProbabilities() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Clear cached probabilities..
clearCachedProbabilities() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmoother
Clear cached probabilities..
clearRuleCorrections() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Clear count of successful rule applications.
clearRuleCorrections() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Clear count of successful rule applications.
CLEFT - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
Matcher groups for c.
CList - Class in net.sf.jlinkgrammar
TODO add javadoc
CList() - Constructor for class net.sf.jlinkgrammar.CList
 
clonableCElement - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
"c" element for cloning.
clone() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Return a shallow cloned copy of this object.
clone() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Clone this lexicon entry.
clone() - Method in class edu.northwestern.at.utils.CompoundKey
Return a shallow cloned copy of this object.
clone() - Method in class edu.northwestern.at.utils.CompressedHashMap
 
clone() - Method in class edu.northwestern.at.utils.math.Probability
Get clone of this object.
clone() - Method in class edu.northwestern.at.utils.SparseBitSet
Clone this set.
clone() - Method in interface edu.northwestern.at.utils.XCloneable
 
cloneEntityReference(EntityReference, Document) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Clone a read-only EntityReference into a writable Node.
cloneNode(Node) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Clone a node and its sub-elements.
cloneNumber(Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Get copy of a Number object.
clonePosTagMap(Map<String, MutableInteger>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Clone pos tag map.
Cloner - Class in edu.northwestern.at.utils
Cloner -- Clones an object using serialization/deserialization.
Cloner() - Constructor for class edu.northwestern.at.utils.Cloner
Allow overrides but not instantiation.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DiskBasedXMLTextInputter
Close inputter.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Close inputter.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.AbstractLanguageRecognizer
Close the language recognizer.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Close the name recognizer.
close() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputter
Close outputter.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ByteStreamAdornedWordOutputter
Close outputter.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ConsoleAdornedWordOutputter
Close outputter.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Close outputter.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Close outputter.
close() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.SimpleXMLAdornedWordOutputter
Close outputter.
close() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PostTokenizer
Close down the postTokenizer.
close() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PreTokenizer
Close down the preTokenizer.
close() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Close down the word tokenizer.
close() - Method in class edu.northwestern.at.morphadorner.gate.Annie
Close down Annie.
close() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
close() - Method in class edu.northwestern.at.utils.csv.CSVFileReader
Close the input CSV file.
close() - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Close the output CSV file.
close() - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Closes the data file.
close() - Method in interface edu.northwestern.at.utils.IsCloseable
Close an object.
close() - Method in class edu.northwestern.at.utils.IsCloseableObject
Close an object.
close() - Method in class edu.northwestern.at.utils.UnicodeReader
 
CLOSE_BRACKET - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
closeFile() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Close input file.
closeSentenceAtEndOfHardTag - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Close sentence at end of hard tag.
closeSentenceAtEndOfJumpTag - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Close sentence at end of jump tag.
closeTag() - Method in class com.cybozu.labs.langdetect.util.TagExtractor
 
CmdLineParser - Class in jargs.gnu
Largely GNU-compatible command-line options parser.
CmdLineParser() - Constructor for class jargs.gnu.CmdLineParser
 
CmdLineParser.IllegalOptionValueException - Exception in jargs.gnu
Thrown when an illegal or missing value is given by the user for an option that takes a value.
CmdLineParser.IllegalOptionValueException(CmdLineParser.Option, String) - Constructor for exception jargs.gnu.CmdLineParser.IllegalOptionValueException
 
CmdLineParser.NotFlagException - Exception in jargs.gnu
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.
CmdLineParser.NotFlagException(String, char) - Constructor for exception jargs.gnu.CmdLineParser.NotFlagException
 
CmdLineParser.Option - Class in jargs.gnu
Representation of a command-line option
CmdLineParser.Option(String, boolean) - Constructor for class jargs.gnu.CmdLineParser.Option
 
CmdLineParser.Option(char, String, boolean) - Constructor for class jargs.gnu.CmdLineParser.Option
 
CmdLineParser.Option.BooleanOption - Class in jargs.gnu
 
CmdLineParser.Option.BooleanOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.BooleanOption
 
CmdLineParser.Option.BooleanOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.BooleanOption
 
CmdLineParser.Option.DoubleOption - Class in jargs.gnu
An option that expects a floating-point value
CmdLineParser.Option.DoubleOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.DoubleOption
 
CmdLineParser.Option.DoubleOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.DoubleOption
 
CmdLineParser.Option.IntegerOption - Class in jargs.gnu
An option that expects an integer value
CmdLineParser.Option.IntegerOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.IntegerOption
 
CmdLineParser.Option.IntegerOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.IntegerOption
 
CmdLineParser.Option.LongOption - Class in jargs.gnu
An option that expects a long integer value
CmdLineParser.Option.LongOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.LongOption
 
CmdLineParser.Option.LongOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.LongOption
 
CmdLineParser.Option.StringOption - Class in jargs.gnu
An option that expects a string value
CmdLineParser.Option.StringOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.StringOption
 
CmdLineParser.Option.StringOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.StringOption
 
CmdLineParser.OptionException - Exception in jargs.gnu
Base class for exceptions that may be thrown when options are parsed
CmdLineParser.OptionException(String) - Constructor for exception jargs.gnu.CmdLineParser.OptionException
 
CmdLineParser.UnknownOptionException - Exception in jargs.gnu
Thrown when the parsed command-line contains an option that is not recognised.
CmdLineParser.UnknownOptionException(String) - Constructor for exception jargs.gnu.CmdLineParser.UnknownOptionException
 
CmdLineParser.UnknownOptionException(String, String) - Constructor for exception jargs.gnu.CmdLineParser.UnknownOptionException
 
CmdLineParser.UnknownSuboptionException - Exception in jargs.gnu
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown.
CmdLineParser.UnknownSuboptionException(String, char) - Constructor for exception jargs.gnu.CmdLineParser.UnknownSuboptionException
 
cmList1 - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Lists of combining macron replacement patterns.
cmList2 - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
Cms - Class in net.sf.jlinkgrammar
TODO add javadoc Connector multi-set.
Cms() - Constructor for class net.sf.jlinkgrammar.Cms
 
cms_hash(String) - Method in class net.sf.jlinkgrammar.Sentence
 
CMS_SIZE - Static variable in class net.sf.jlinkgrammar.Sentence
 
cms_table - Static variable in class net.sf.jlinkgrammar.Sentence
 
cn - Variable in class net.sf.jlinkgrammar.CONList
 
CN_size - Static variable in class net.sf.jlinkgrammar.Dictionary
 
CNode - Class in net.sf.jlinkgrammar
CNode is a standard tree data structure.
CNode(String) - Constructor for class net.sf.jlinkgrammar.CNode
 
coalesceAsterisks - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
True to coalesce adjacent asterisks.
coalesceHyphens - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
True to coalesce adjacent hyphens.
Collocation - Class in edu.northwestern.at.morphadorner.corpuslinguistics.statistics
Computes bigram collocation measures.
Collocation() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
Don't allow instantiation but do allow overrides.
columnKeySet() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Get column key set.
columnKeySet() - Method in class edu.northwestern.at.utils.HashMap2D
Get column key set.
columnKeySet(Object) - Method in class edu.northwestern.at.utils.HashMap2D
 
columnKeySet() - Method in class edu.northwestern.at.utils.HashMap3D
Get column key set.
columnKeySet() - Method in interface edu.northwestern.at.utils.Map2D
Get column key set.
columnKeySet(Object) - Method in interface edu.northwestern.at.utils.Map2D
Get column key set with specified row value.
columnKeySet() - Method in interface edu.northwestern.at.utils.Map3D
Get column key set.
columnKeySet() - Method in class edu.northwestern.at.utils.TreeMap2D
Get column key set.
columnKeySet(Object) - Method in class edu.northwestern.at.utils.TreeMap2D
Get column key set for given row key.
com.cybozu.labs.langdetect - package com.cybozu.labs.langdetect
Ngram-based language detection methods for text.
com.cybozu.labs.langdetect.util - package com.cybozu.labs.langdetect.util
Utilities used by the language detection methods.
com.megginson.sax - package com.megginson.sax
SAX-based XML output filters.
com.rmtheis.langdetect.profile - package com.rmtheis.langdetect.profile
Contains the interface for language profiles for the Cybozu Language Detector as well as the profiles themselves.
combinedBadPosTags - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Holds combined bad pos tags.
combinedMismatches - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Holds combined mismatches.
COMBINING_MACRON - Static variable in class edu.northwestern.at.utils.CharUtils
Combining macron character.
COMBINING_MACRON_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Combining macron string.
COMMA_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
to hook the comma to the following "and"
commaSeparator - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Pattern to match comma as a separator.
commaSeparatorReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Comma separator replacer pattern.
COMMENT_CHAR - Static variable in class net.sf.jlinkgrammar.GlobalBean
input lines beginning with this are ignored
commitBuffer() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
If modified, write buffered bytes to the delegate file
commonInit() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Common initialization.
comparator - Variable in class edu.northwestern.at.utils.SortedArrayList
Optional Comparator used for comparing objects in the list.
compare(TEIHeaderAuthor, TEIHeaderAuthor) - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Compare two authors for order.
Compare - Class in edu.northwestern.at.utils
Comparison utilties.
compare(String, String) - Static method in class edu.northwestern.at.utils.Compare
Compares two case-sensitive strings.
compare(Date, Date) - Static method in class edu.northwestern.at.utils.Compare
Compares two dates.
compare(int, int) - Static method in class edu.northwestern.at.utils.Compare
Compares two ints.
compare(long, long) - Static method in class edu.northwestern.at.utils.Compare
Compares two longs.
compare(double, double) - Static method in class edu.northwestern.at.utils.Compare
Compares two doubles.
compare(Integer, Integer) - Static method in class edu.northwestern.at.utils.Compare
Compares two Integers.
compare(Long, Long) - Static method in class edu.northwestern.at.utils.Compare
Compares two Longs.
compare(Double, Double) - Static method in class edu.northwestern.at.utils.Compare
Compares two Doubles.
compare(byte, byte) - Static method in class edu.northwestern.at.utils.Compare
Compares two bytes.
compare(Comparable, Comparable) - Static method in class edu.northwestern.at.utils.Compare
Compares two objects.
compare(Object, Object) - Method in class edu.northwestern.at.utils.SortedArrayList
Compares two elements.
compare(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Compares two case-sensitive strings.
compare(Date, Date) - Static method in class edu.northwestern.at.utils.StringUtils
Compares two dates.
compare(int, int) - Static method in class edu.northwestern.at.utils.StringUtils
Compares two ints.
compare(long, long) - Static method in class edu.northwestern.at.utils.StringUtils
Compares two longs.
compare(LinkageInfo, LinkageInfo) - Method in class net.sf.jlinkgrammar.VDALCostModel
 
CompareAdornedFiles - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Compare word elements in two adorned files and emit differences.
CompareAdornedFiles(String, String, String, PrintStream) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.CompareAdornedFiles
Create CompareAdornedFiles.
compareIgnoreCase(String, String) - Static method in class edu.northwestern.at.utils.Compare
Compares two case-insensitive strings.
compareIgnoreCase(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Compares two case-insensitive strings.
compareNumbers(Number, Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Compare two numbers.
CompareStringCounts - Class in edu.northwestern.at.morphadorner.tools.comparestringcounts
Compare string counts in two files using Dunning's log-likelihood.
CompareStringCounts(String[]) - Constructor for class edu.northwestern.at.morphadorner.tools.comparestringcounts.CompareStringCounts
Supervises comparing string counts in two files.
CompareStringCounts.ReverseScoredString - Class in edu.northwestern.at.morphadorner.tools.comparestringcounts
ScoredString modified to sort results from highest to lowest.
CompareStringCounts.ReverseScoredString(String, double) - Constructor for class edu.northwestern.at.morphadorner.tools.comparestringcounts.CompareStringCounts.ReverseScoredString
Create scored string.
compareTaggedTexts(String, int, String, int) - Static method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff
Compare expected and generated tags.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Compare this key with another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Compare this object to another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountAndSentences
Compare this count data object with another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Compare this object with another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Compare this object with another.
compareTo(CorrectedWord) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Compare this corrected word to another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.tools.comparestringcounts.CompareStringCounts.ReverseScoredString
Compare this scored string with another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Compare this key with another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage.DocData
Compare this object to another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Compare this object to another.
compareTo(Object) - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Compare this object with another.
compareTo(Object) - Method in class edu.northwestern.at.utils.CompoundKey
Compare this key with another.
compareTo(Object) - Method in class edu.northwestern.at.utils.math.Probability
Compare this probability to another.
compareTo(Object) - Method in class edu.northwestern.at.utils.MutableInteger
Compares this object to another object.
compareTo(Number) - Method in class edu.northwestern.at.utils.MutableInteger
Compares this number to another number.
compareTo(Object) - Method in class edu.northwestern.at.utils.MutableLong
Compares this object to another object.
compareTo(Number) - Method in class edu.northwestern.at.utils.MutableLong
Compares this number to another number.
compareTo(Object) - Method in class edu.northwestern.at.utils.ScoredString
Compare this scored string with another.
compareToZero(Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Compare a number to zero.
comparisonType - Variable in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Comparison type.
compiledSource - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Compiled source pattern matcher.
CompoundKey - Class in edu.northwestern.at.utils
A compound key class for collections.
CompoundKey(Comparable[]) - Constructor for class edu.northwestern.at.utils.CompoundKey
Create a CompoundKey.
CompoundKey(Comparable) - Constructor for class edu.northwestern.at.utils.CompoundKey
Create a CompoundKey with one value.
CompoundKey(Comparable, Comparable) - Constructor for class edu.northwestern.at.utils.CompoundKey
Create a CompoundKey with two values.
CompoundKey(Comparable, Comparable, Comparable) - Constructor for class edu.northwestern.at.utils.CompoundKey
Create a CompoundKey with two values.
compress(Object) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
compressCElements(Document) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Compress "" elements.
compressCElements() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Compress "" elements.
CompressedHashMap<K,V> - Class in edu.northwestern.at.utils
A hash map which stores its values in compressed form.
CompressedHashMap() - Constructor for class edu.northwestern.at.utils.CompressedHashMap
Create hash map.
CompressedHashMap(int) - Constructor for class edu.northwestern.at.utils.CompressedHashMap
Create hash map with specified initial capacity.
CompressedHashMap(int, float) - Constructor for class edu.northwestern.at.utils.CompressedHashMap
Create hash map with specified initial capacity and load factor.
CompressedHashMap(Map<? extends K, ? extends V>) - Constructor for class edu.northwestern.at.utils.CompressedHashMap
Create hash map from another map.
CompressedSerializer - Class in edu.northwestern.at.utils
Serialize and unserialize objects with GZIP compression.
CompressedSerializer() - Constructor for class edu.northwestern.at.utils.CompressedSerializer
Create a compressed serializer.
CompressedXMLTextInputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
XML Text inputter which stored XML text in compressed form.
CompressedXMLTextInputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.CompressedXMLTextInputter
Create compressed XML text inputter.
compressMultipleOccurrences(String, char) - Static method in class edu.northwestern.at.utils.StringUtils
Compress multiple instances of a character in a string.
compute_chosen_words(Sentence) - Method in class net.sf.jlinkgrammar.Linkage
 
compute_hash(PPLinkset, String) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
compute_link_names() - Method in class net.sf.jlinkgrammar.Sentence
 
compute_matchers_for_a_label(int) - Method in class net.sf.jlinkgrammar.Sentence
 
compute_pp_link_array_connectors(Sublinkage) - Method in class net.sf.jlinkgrammar.Sentence
This takes as input link_array[], sublinkage.link[].l and sublinkage.link[].r (and also has_fat_down[word], which has been computed in a prior call to is_canonical()), and from these computes sublinkage.link[].lc and .rc.
compute_pp_link_names(Sublinkage) - Method in class net.sf.jlinkgrammar.Sentence
This fills in the sublinkage.link[].name field.
computeBigramWeights() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Calculate bigram weights for contextual smoothing.
computeTrigramWeights() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Calculate trigram weights for contextual smoothing.
computeUniqueEntryCountsForCategories() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Compute number of lexicon entries for each category.
computeWordCounts() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Compute word counts from a string array of words.
conj_in_range(int, int) - Method in class net.sf.jlinkgrammar.Sentence
Determin if there is a conjunction between the suppled right and left words.
conjugate(String, VerbTense, Person) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.Conjugator
Conjugate a verb from its lemma (infinitive), tense, and person.
conjugate(String, VerbTense, Person) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
Conjugate a verb from its lemma (infinitive), tense, and person.
conjugate(String, VerbTense, Person) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.NoopConjugator
Conjugate a verb from its infinitive, tense, and person.
conjugate(String, VerbTense, Person) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.EnglishInflector
Conjugate a verb from its infinitive, tense, and person.
conjugate(String, VerbTense, Person) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.NoopInflector
Conjugate a verb from its infinitive, tense, and person.
Conjugator - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator
Defines an interface for conjugating a verb..
ConjugatorFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator
Conjugator factory.
ConjugatorFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.ConjugatorFactory
 
conjunction - Variable in class net.sf.jlinkgrammar.AndList
 
conjunction_prune(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
We've already built the sentence disjuncts, and we've pruned them and power_pruned(GENTLE) them also.
CONList - Class in net.sf.jlinkgrammar
TODO add javadoc
CONList() - Constructor for class net.sf.jlinkgrammar.CONList
 
connected_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
connectivity_dfs(Postprocessor, Sublinkage, int, PPLinkset) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
Connector - Class in net.sf.jlinkgrammar
TODO add javadoc
Connector(Connector) - Constructor for class net.sf.jlinkgrammar.Connector
 
Connector() - Constructor for class net.sf.jlinkgrammar.Connector
 
connector() - Method in class net.sf.jlinkgrammar.Dictionary
the current token is a connector (or a dictionary word) make a node for it
connector_for_disjunct(Disjunct, Connector) - Method in class net.sf.jlinkgrammar.Sentence
 
connector_set_create() - Method in class net.sf.jlinkgrammar.Exp
 
connector_set_hash(String, int) - Method in class net.sf.jlinkgrammar.ConnectorSet
 
CONNECTOR_type - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
connector_types_equal(Connector) - Method in class net.sf.jlinkgrammar.Connector
 
connectors_equal_AND(Connector) - Method in class net.sf.jlinkgrammar.Connector
 
connectors_equal_prune(Connector) - Method in class net.sf.jlinkgrammar.Connector
 
ConnectorSet - Class in net.sf.jlinkgrammar
TODO add javadoc
ConnectorSet() - Constructor for class net.sf.jlinkgrammar.ConnectorSet
 
connectorsSet - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Name connectors set.
CONNode - Class in net.sf.jlinkgrammar
TODO add javadoc
CONNode() - Constructor for class net.sf.jlinkgrammar.CONNode
 
cons(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
ConsoleAdornedWordOutputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Outputs adorned words to the console.
ConsoleAdornedWordOutputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ConsoleAdornedWordOutputter
Create console outputter.
consonantTrie - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Consonant trie.
Constants - Class in edu.northwestern.at.utils.math
Machine-dependent arithmetic constants.
Constants() - Constructor for class edu.northwestern.at.utils.math.Constants
This class is non-instantiable but inheritable.
Constituent - Class in net.sf.jlinkgrammar
TODO add javadoc
Constituent() - Constructor for class net.sf.jlinkgrammar.Constituent
 
constituent_pp - Variable in class net.sf.jlinkgrammar.Dictionary
 
contained_in(Domain, Domain, Sublinkage) - Static method in class net.sf.jlinkgrammar.Postprocessor
Used to determine if one domain is containd in another
contains(Object, V) - Method in class edu.northwestern.at.utils.KeyedSets
Check if entry exists in set for specified key.
contains(Object) - Method in class edu.northwestern.at.utils.SortedArrayList
Determine if list contains a specified value.
contains_none_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
contains_one_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
contains_underbar(String) - Static method in class net.sf.jlinkgrammar.Dictionary
Returns true if the string contains an underbar character.
containsEntry(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Checks if lexicon contains an entry.
containsEntry(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Checks if lexicon contains an entry.
containsIgnoreCaseWholeWord(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Returns true if a string contains another case-insensitive string as a whole word.
containsKey(K) - Method in interface edu.northwestern.at.utils.cache.Cache
True if cache contains a specified key.
containsKey(K) - Method in class edu.northwestern.at.utils.cache.DummyCache
True if cache contains a specified key.
containsKey(K) - Method in class edu.northwestern.at.utils.cache.OldLRUCache
True if cache contains a specified key.
containsKey(K) - Method in class edu.northwestern.at.utils.cache.SoftReferenceCache
True if cache contains a specified key.
containsKey(Object) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
containsKey(CompoundKey) - Method in class edu.northwestern.at.utils.HashMap2D
Determine if map contains a compound key.
containsKey(CompoundKey) - Method in class edu.northwestern.at.utils.HashMap3D
Determine if map contains a compound key.
containsKey(CompoundKey) - Method in interface edu.northwestern.at.utils.Map2D
Determine if map contains a compound key.
containsKey(CompoundKey) - Method in interface edu.northwestern.at.utils.Map3D
Determine if map contains a compound key.
containsKey(String) - Method in class edu.northwestern.at.utils.TernaryTrie
Check if trie contains a specified key.
containsKey(CompoundKey) - Method in class edu.northwestern.at.utils.TreeMap2D
Determine if map contains a compound key.
containsKeys(Object, Object) - Method in class edu.northwestern.at.utils.HashMap2D
Determine if map contains a key pair.
containsKeys(Object, Object, Object) - Method in class edu.northwestern.at.utils.HashMap3D
Determine if map contains a key triple.
containsKeys(Object, Object) - Method in interface edu.northwestern.at.utils.Map2D
Determine if map contains a key pair.
containsKeys(Object, Object, Object) - Method in interface edu.northwestern.at.utils.Map3D
Determine if map contains a key pair.
containsKeys(Object, Object) - Method in class edu.northwestern.at.utils.TreeMap2D
Determine if map contains a key pair.
containsString(String) - Method in class edu.northwestern.at.utils.SingleTagTaggedStrings
See if specified string exists.
containsString(String) - Method in interface edu.northwestern.at.utils.TaggedStrings
See if specified string exists.
containsString(String) - Method in class edu.northwestern.at.utils.TaggedStringsMap
See if specified string exists.
containsString(String) - Method in class edu.northwestern.at.utils.TaggedStringsSet
See if specified string exists.
containsString(String) - Method in class edu.northwestern.at.utils.TernaryTrie
See if specified string exists.
containsString(String) - Method in class edu.northwestern.at.utils.UTF8Properties
See if list contains specified string.
containsValue(Object) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
context - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
contextRules - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Context rules.
contextRulesURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
contextRulesURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Context rules URL.
contextualProbabilities - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Contextual probabilities for a word in a sentence.
contextualProbabilities - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Contextual probabilities for a word in a sentence.
contextualProbability(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Get contextually smoothed probability of a word given a tag.
contextualProbability(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Compute contextual probability of a tag given the previous tag.
contextualProbability(String, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Compute contextual probability of a tag given the previous tags.
contextualProbability(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmoother
Compute smoothed contextual probability of a tag given the previous tag.
contextualProbability(String, String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmoother
Compute smoothed contextual probability of a tag given the previous tags.
contextualProbability(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.DeletedInterpolationContextualSmoother
Compute contextual probability of a tag given the previous tag.
contextualProbability(String, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.DeletedInterpolationContextualSmoother
Compute contextual probability of a tag given the previous tags.
contextualSmoother - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Contextual smoother.
ContextualSmoother - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual
Interface for a contextual smoother.
ContextualSmootherFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual
ContextualSmoother factory.
ContextualSmootherFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmootherFactory
 
ContextVector - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct
Context vector.
ContextVector() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Create ContextVector.
ContextVector.Frequency - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct
Holds an externalizable frequency (count).
ContextVector.Frequency() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector.Frequency
Create Frequency object.
contractedSpellings - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.AbstractContractionExpander
Contracted spelings.
contractedSpellingsFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.EnglishContractionExpander
Path to list of contracted spellings.
ContractionExpander - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander
Interface for a Contraction Expander.
ContractionExpanderFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander
ContractionExpander factory.
ContractionExpanderFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.ContractionExpanderFactory
 
contractions - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
List of words starting with & or ' which should not be split.
contractions - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Contractions.
contractionsMatcher - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Pattern matcher for matching contractions.
contractionsURL - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
URL for List of words starting with & or ' .
contractionTokenizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.EnglishContractionExpander
Contraction tokenizer.
ContractionTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Split text containing contraction into separate tokens.
ContractionTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ContractionTokenizer
Create a contraction tokenizer.
converged(double, double, double, double, double) - Method in interface edu.northwestern.at.utils.math.rootfinders.RootFinderConvergenceTest
Interface for testing for convergence in root finders.
converged(double, double, double, double, double) - Method in class edu.northwestern.at.utils.math.rootfinders.StandardRootFinderConvergenceTest
 
convertInputString(String) - Static method in class edu.northwestern.at.utils.UTF8Properties
Replace all characters preceded by a '\' with the corresponding special character and convert unicode escape sequences to normal characterS.
convertKeysToStrings(Map<? extends Object, V>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Convert keys in count map to plain strings.
convolute(double[], double[]) - Static method in class edu.northwestern.at.utils.math.Convolution
Convolute data values with a mask.
Convolution - Class in edu.northwestern.at.utils.math
 
Convolution() - Constructor for class edu.northwestern.at.utils.math.Convolution
 
copy_connectors(Connector) - Static method in class net.sf.jlinkgrammar.Connector
 
copy_d_type(DTypeList) - Static method in class net.sf.jlinkgrammar.Sentence
Copy the named Domain Type List and return a copy
copy_disjunct(Disjunct) - Static method in class net.sf.jlinkgrammar.Disjunct
 
copy_Exp(Exp) - Static method in class net.sf.jlinkgrammar.Exp
 
copy_ExpList(ExpList) - Static method in class net.sf.jlinkgrammar.ExpList
 
copyFile(String, String) - Static method in class edu.northwestern.at.utils.FileUtils
Copy a file.
CORLEM - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
CORPOS - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
corpus - Variable in class edu.northwestern.at.morphadorner.gate.Annie
Holds text to adorn with named entities.
corpusName - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Corpus name.
correct - Variable in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Correctly tagged count.
CorrectedWord - Class in edu.northwestern.at.morphadorner.tools.annolex
Information about a single word element correction.
CorrectedWord() - Constructor for class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Create empty CorrectedWord object.
CorrectedWord(String, String, String, String, String, String, String, String) - Constructor for class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Create populated CorrectedWord object.
CorrectedWord(String, String, String, String, String, String, String, String, String) - Constructor for class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Create populated CorrectedWord object.
CorrectedWordsFileReader - Class in edu.northwestern.at.morphadorner.tools.annolex
Reads word correction information file.
CorrectedWordsFileReader(String, Set<String>) - Constructor for class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Create tab file reader.
CorrectedWordsFileWriter - Class in edu.northwestern.at.morphadorner.tools.annolex
Write word correction information file.
CorrectedWordsFileWriter(List<CorrectedWord>, String, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileWriter
Create corrected words file writer.
correctedWordsMap - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Map word IDs to corrected words.
correctionType - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Correction type.
correctTag - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Correct tag.
correctTag - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TrainingWord
Correct tag.
CORSPELL - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
cos(ContextVector, ContextVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Compute the cosine of vector a and b
cos(ContextVector, ContextVector, EntropyVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Compute the cosine of vector a and b, accounting for term frequency.
cosh(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return the hyperbolic cosine of a double.
cost - Variable in class net.sf.jlinkgrammar.AndList
 
cost - Variable in class net.sf.jlinkgrammar.Clause
 
cost - Variable in class net.sf.jlinkgrammar.Disjunct
 
cost - Variable in class net.sf.jlinkgrammar.Exp
 
cost - Variable in class net.sf.jlinkgrammar.TableConnector
 
cost - Variable in class net.sf.jlinkgrammar.XTableConnector
 
cost_model - Variable in class net.sf.jlinkgrammar.ParseOptions
For sorting linkages in post_processing
cot(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return the contangent of a double.
count() - Method in class com.cybozu.labs.langdetect.util.TagExtractor
 
count - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector.Frequency
The frequency value.
count - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountAndSentences
The word count.
count - Variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Count.
count(PunktToken) - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
count - Variable in class edu.northwestern.at.utils.math.statistics.Accumulator
Count of elements.
count - Variable in class net.sf.jlinkgrammar.Cms
 
count - Variable in class net.sf.jlinkgrammar.ParseSet
the number of ways to parse a sentence
count(int, int, Connector, Connector, int, ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
count - Variable in class net.sf.jlinkgrammar.TableConnector
 
count_disjuncts(Disjunct) - Static method in class net.sf.jlinkgrammar.Disjunct
 
count_disjuncts_in_sentence() - Method in class net.sf.jlinkgrammar.Sentence
 
CountAdornedWords - Class in edu.northwestern.at.morphadorner.tools.countadornedwords
Tabulate counts of adorned words from XMLToTab output files.
CountAdornedWords() - Constructor for class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
 
CountAffixes - Class in edu.northwestern.at.morphadorner.tools.countaffixes
Count affixes for unique words in MorphAdorner XML output.
CountAffixes(String[]) - Constructor for class edu.northwestern.at.morphadorner.tools.countaffixes.CountAffixes
Supervises count of affixes for word specified by XML "" elements.
countChar(StringBuffer, char) - Static method in class edu.northwestern.at.utils.StringUtils
Count occurrences of character in string buffer.
countChar(String, char) - Static method in class edu.northwestern.at.utils.StringUtils
Count occurrences of character in string.
CountDividedWords - Class in edu.northwestern.at.morphadorner.tools.tcp
Count words containing divider characters.
CountDividedWords() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
 
countLemmata(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Get number of lemmata comprising this lemma.
countLemmata(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Get number of lemmata comprising this lemma.
CountMapUtils - Class in edu.northwestern.at.utils
Count map utilities.
CountMapUtils() - Constructor for class edu.northwestern.at.utils.CountMapUtils
Don't allow instantiation but do allow overrides.
countNonBlankCharacters(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Count non-blank characters in a String and update the tag HashMap.
countOccurrences(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Count occurrences of string in another string.
countPageBreaks(Document) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Count page breaks in a document.
countSeparators(String, char) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Count separators in string.
countSyllables(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
Find number of syllables in a single English word.
countSyllables(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.SyllableCounter
Find number of syllables in a single word.
countTags(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get number of tags comprising this tag.
countTags(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get number of tags comprising this tag.
countWords(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Extract word counts from a string array of words.
countWords(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Extract word counts from an arraylist of words.
countWordsInSentences(List<List<W>>, StopWords) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountUtils
Count words in sentences.
covered - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TrainingWord
True if word covered by a rule or not subject to change.
cPattern - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
tag pattern.
create() - Static method in class com.cybozu.labs.langdetect.DetectorFactory
Construct Detector instance
create(double) - Static method in class com.cybozu.labs.langdetect.DetectorFactory
Construct Detector instance with smoothing parameter
createAbbreviationsPattern(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Create abbreviations pattern from list of abbreviations.
createAdorner(String, boolean, String[], String, String) - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Create a Morphological Adorner.
createAndRunAdorner(String, boolean, String[], String, String, String, String[], boolean) - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Create and run a Morphological Adorner.
createDictionaries() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Creates dictionaries from spelling lists.
createElement(String) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Create an element.
createElement(String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Create an element.
CreateLexicon - Class in edu.northwestern.at.morphadorner.tools.createlexicon
Generate lexicons from training data.
CreateLexicon() - Constructor for class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
 
createNameStandardizer(Lexicon, MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Create proper name standardizer.
createNewCompressedMap() - Static method in class edu.northwestern.at.utils.MapFactory
Create a new compressed unsorted map (CompressedHashMap).
createNewCompressedMap(int) - Static method in class edu.northwestern.at.utils.MapFactory
Create a new compressed unsorted map (HashMap) with specified initial capacity.
createNewLinkedMap() - Static method in class edu.northwestern.at.utils.MapFactory
Create a new map with keys in insertion order (LinkedHashMap).
createNewLinkedMap(int) - Static method in class edu.northwestern.at.utils.MapFactory
Create a new map with keys in insertion order (LinkedHashMap) with specified initial capacity..
createNewList() - Static method in class edu.northwestern.at.utils.ListFactory
Create a new ArrayList.
createNewList(int) - Static method in class edu.northwestern.at.utils.ListFactory
Create a new ArrayList of a specified size.
createNewList(Collection<E>) - Static method in class edu.northwestern.at.utils.ListFactory
Create a new ArrayList from a collection.
createNewMap() - Static method in class edu.northwestern.at.utils.MapFactory
Create a new unsorted map (HashMap).
createNewMap(int) - Static method in class edu.northwestern.at.utils.MapFactory
Create a new unsorted map (HashMap) with specified initial capacity.
createNewMap2D() - Static method in class edu.northwestern.at.utils.Map2DFactory
Create a new HashMap2D.
createNewMap2D(int) - Static method in class edu.northwestern.at.utils.Map2DFactory
Create a new HashMap2D.
createNewMap3D() - Static method in class edu.northwestern.at.utils.Map3DFactory
Create a new HashMap3D.
createNewMap3D(int) - Static method in class edu.northwestern.at.utils.Map3DFactory
Create a new HashMap3D.
createNewNode(Document, Node, Node, String, Integer) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Create new document node.
createNewRule(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Creates a new rule of the required type according to the provided ID.
createNewSet() - Static method in class edu.northwestern.at.utils.SetFactory
Create a new HashSet.
createNewSet(int) - Static method in class edu.northwestern.at.utils.SetFactory
Create a new HashSet.
createNewSortedList(int) - Static method in class edu.northwestern.at.utils.ListFactory
Create a new sorted list of a specified size.
createNewSortedList(Collection<E>) - Static method in class edu.northwestern.at.utils.ListFactory
Create a new sorted list from a collection.
createNewSortedMap() - Static method in class edu.northwestern.at.utils.MapFactory
Create a new sorted map (TreeMap).
createNewSortedMap2D() - Static method in class edu.northwestern.at.utils.Map2DFactory
Create a new SortedMap2D.
createNewSortedSet() - Static method in class edu.northwestern.at.utils.SetFactory
Create a new TreeSet.
createNewSynchronizedMap() - Static method in class edu.northwestern.at.utils.MapFactory
Create a new synchronized unsorted map (HashMap).
createOutputFile(String, String, char) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputter
Create output file.
createOutputFile(String, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ByteStreamAdornedWordOutputter
Create output file.
createOutputFile(String, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ConsoleAdornedWordOutputter
Create output file.
createOutputFile(String, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Create output file.
createOutputFile(String, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Create output file.
createOutputFile(String, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.SimpleXMLAdornedWordOutputter
Create output file.
createPartOfSpeechGuesser() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Create a part of speech guesser.
createPath(File) - Static method in class edu.northwestern.at.utils.FileUtils
Create intermediate directories for a directory path.
createPathForFile(String) - Static method in class edu.northwestern.at.utils.FileUtils
Create directory for specified file name.
createPseudoPageElement(String, boolean, boolean, String) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Create a pseudo page milestone.
createPseudoPageElement(String, boolean, boolean, String) - Method in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Create a pseudo page milestone.
createRedirectURL(HttpServletResponse, String, String, String, String) - Method in class edu.northwestern.at.utils.servlets.XHttpServlet
Create redirect URL with title, success, and failure strings.
createSpellingMapper(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Create spelling mapper.
createSpellingStandardizer(Lexicon, Names, MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Create spelling standardizer.
CreateSuffixLexicon - Class in edu.northwestern.at.morphadorner.tools.createsuffixlexicon
Generate suffix lexicon from a word lexicon.
CreateSuffixLexicon() - Constructor for class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
 
createTemporaryDirectory(String) - Static method in class edu.northwestern.at.utils.DirUtils
Create a temporary directory.
createVersionedFileName(String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Create versioned file name.
createVersionedFileName(String, int, String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Create versioned file name.
createWordIterator() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Create word based break iterator.
createWrappedLogger(String, String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Create the wrapped logger.
createXMLPath() - Method in class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Create XML Path from current tag stack state.
creplacer - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
tag replacement.
CRIGHT - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
 
CS - Class in com.rmtheis.langdetect.profile
 
CS() - Constructor for class com.rmtheis.langdetect.profile.CS
 
CSVFile - Class in edu.northwestern.at.utils.csv
CSVFile handles files containing delimiter separated entries.
CSVFile() - Constructor for class edu.northwestern.at.utils.csv.CSVFile
CSVFile constructor with the default field separator and text qualifier.
CSVFile(char) - Constructor for class edu.northwestern.at.utils.csv.CSVFile
CSVFile constructor with given field separator.
CSVFile(char, char) - Constructor for class edu.northwestern.at.utils.csv.CSVFile
CSVFile constructor with given field separator and text qualifier.
CSVFileReader - Class in edu.northwestern.at.utils.csv
CSVFileReader reads and parses a delimiter separated text file.
CSVFileReader(String, String) - Constructor for class edu.northwestern.at.utils.csv.CSVFileReader
Create a CSV file reader given a file name and encoding.
CSVFileReader(String, String, char) - Constructor for class edu.northwestern.at.utils.csv.CSVFileReader
Create CSVFileReader with a given field separator.
CSVFileReader(String, String, char, char) - Constructor for class edu.northwestern.at.utils.csv.CSVFileReader
Create CSVFileReader with given field separator and qualifier character.
CSVFileWriter - Class in edu.northwestern.at.utils.csv
CSVFileWriter writes text fields to a delimiter separate file.
CSVFileWriter(String, String) - Constructor for class edu.northwestern.at.utils.csv.CSVFileWriter
Create CSVFileWriter with specified file name and encding,
CSVFileWriter(String, String, char) - Constructor for class edu.northwestern.at.utils.csv.CSVFileWriter
Create CSVFileWriter with specified separator character.
CSVFileWriter(String, String, char, char) - Constructor for class edu.northwestern.at.utils.csv.CSVFileWriter
CSVFileWriter constructor with given field separator and text qualifier.
ctable - Static variable in class net.sf.jlinkgrammar.Sentence
The TableConnector table associated with this sentence instance object
ctable_size - Static variable in class net.sf.jlinkgrammar.Sentence
The size of this.ctable TODO - make this Java, not C, and use the collection object stuff! sp that ctable size can not be modified independently of ctable.
CType_CLOSE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
CType_OPEN - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
CType_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
currBuf - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile
 
current - Variable in class net.sf.jlinkgrammar.CONNode
 
current - Variable in class net.sf.jlinkgrammar.Linkage
Allows user to select particular sublinkage
current - Variable in class net.sf.jlinkgrammar.ParseSet
used to enumerate linkages
current_name - Static variable in class net.sf.jlinkgrammar.Dictionary
 
current_node_of_active_label - Variable in class net.sf.jlinkgrammar.PPLexTable
state: current node of label
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Current document.
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Current document.
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Current document.
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Current document.
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Current document.
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Current document.
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Current document.
currentDocNumber - Static variable in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Current document.
currentFileNumber - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Current document.
currentFileNumber - Static variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Current document.
currentFileNumber - Static variable in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Current document.
currentFileNumber - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Current document.
currentFileNumber - Variable in class edu.northwestern.at.utils.FileBatchProcessor
Current document.
cvc(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
CY - Class in com.rmtheis.langdetect.profile
 
CY() - Constructor for class com.rmtheis.langdetect.profile.CY
 
CybozuLabsLanguageRecognizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer
Cybozu Labs Language Recognizer.
CybozuLabsLanguageRecognizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.CybozuLabsLanguageRecognizer
Create a language recognizer with the default language profiles.
CybozuLabsLanguageRecognizer(List<String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.CybozuLabsLanguageRecognizer
Create a language recognizer with list of languages to recognize.

D

d - Variable in class net.sf.jlinkgrammar.MatchNode
 
d - Variable in class net.sf.jlinkgrammar.Word
holds the disjunct of the word, eventually these get generated.
d_depth_first_search(Postprocessor, Sublinkage, int, int, int, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
d_type_array - Variable in class net.sf.jlinkgrammar.PPNode
 
DA - Class in com.rmtheis.langdetect.profile
 
DA() - Constructor for class com.rmtheis.langdetect.profile.DA
 
DAGGER - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode dagger.
DAGGER_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
DATABASE_DIRECTORY - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Property specifying the location of the WordNet data directory.
dataElement(String, String, String, Attributes, String) - Method in class com.megginson.sax.XMLWriter
Write an element with character data content.
dataElement(String, String, String) - Method in class com.megginson.sax.XMLWriter
Write an element with character data content but no attributes.
dataElement(String, String) - Method in class com.megginson.sax.XMLWriter
Write an element with character data content but no attributes or Namespace URI.
dataLen - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
DataWriter - Class in com.megginson.sax
Write data- or field-oriented XML.
DataWriter() - Constructor for class com.megginson.sax.DataWriter
Create a new data writer for standard output.
DataWriter(XMLReader) - Constructor for class com.megginson.sax.DataWriter
Create a new data writer for standard output.
DataWriter(Writer) - Constructor for class com.megginson.sax.DataWriter
Create a new data writer for the specified output.
DataWriter(XMLReader, Writer) - Constructor for class com.megginson.sax.DataWriter
Create a new data writer for the specified output.
DATE_TIME_FORMAT - Static variable in class edu.northwestern.at.utils.logger.LoggerUtils
Date and time format for display.
DATE_TIME_FORMATTER - Static variable in class edu.northwestern.at.utils.logger.LoggerUtils
 
DE - Class in com.rmtheis.langdetect.profile
 
DE() - Constructor for class com.rmtheis.langdetect.profile.DE
 
debug - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
True for debug output.
debug - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
True to enable debugging output.
debug - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Debug flag.
debug - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
debug - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AdditiveLexicalSmoother
True if debugging enabled.
debug - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
True if debugging output enabled.
debug - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
True for debug output.
debug - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
True if debugging enabled.
debug - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
True to produce debugging output.
debug - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
True for debugging output.
DEBUG - Static variable in class edu.northwestern.at.utils.logger.LoggerConstants
Debug logging level.
debug - Variable in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Debugging flag.
DebugUtils - Class in edu.northwestern.at.utils
Debug utilities.
DebugUtils() - Constructor for class edu.northwestern.at.utils.DebugUtils
Don't allow instantiation, do allow overrides.
decompress(Object) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
decruftify(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Decruftify a spelling (extended).
decruftify2(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Decruftify a spelling (simple and extended).
DecruftifyingSpellingStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
DecruftifyingSpellingStandardizer cleans up spellings.
DecruftifyingSpellingStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.DecruftifyingSpellingStandardizer
Create decruftifying spelling standardizer.
decruftifyStep1(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Decruftify step one.
decruftifyStep2(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Decruftify step two.
decruftifyStep3(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Decruftify step three.
deepClone() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Deep clone of this lexicon entry.
deepClone(Object) - Static method in class edu.northwestern.at.utils.Cloner
Deep clones an object using serialization/deserialization.
DEFAULT_QUALIFIER - Static variable in class edu.northwestern.at.utils.csv.CSVFile
The default char used as text qualifier
DEFAULT_SEPARATOR - Static variable in class edu.northwestern.at.utils.csv.CSVFile
The default char used as field separator.
default_switches - Variable in class net.sf.jlinkgrammar.ParseOptions
 
defaultAbbreviationPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
defaultAbbreviationsFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
DefaultAdornedWordOutputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Default outputter writes adorned words to a file.
DefaultAdornedWordOutputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.DefaultAdornedWordOutputter
 
defaultAnnieResourcePath - Static variable in class edu.northwestern.at.morphadorner.gate.Annie
Default resources path.
defaultAposTokensFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
 
DefaultConjugator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator
DefaultConjugator: The default MorphAdorner conjugator.
DefaultConjugator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.DefaultConjugator
Create the default conjugator.
DefaultContextualSmoother - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual
Default contextual smoother.
DefaultContextualSmoother() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.DefaultContextualSmoother
Create an additive contextual smoother.
DefaultContractionExpander - Class in edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander
Default Contraction Expander is the English Contraction Expander.
DefaultContractionExpander() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.DefaultContractionExpander
Create default contractionExpander.
defaultDataDirectory - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Default data directory.
defaultDataDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Data file directory.
defaultEnc - Variable in class edu.northwestern.at.utils.UnicodeReader
 
DefaultHyphenator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
DefaultHyphenator: The default MorphAdorner hyphenator.
DefaultHyphenator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.DefaultHyphenator
Create the default hyphenator.
DefaultInflector - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector
DefaultInflector: The default MorphAdorner inflector.
DefaultInflector() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.DefaultInflector
Create the default inflector.
defaultKWICWidth - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Number of chararacters in a KWIC line.
DefaultLanguageRecognizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer
DefaultLanguageRecognizer determines language in which a text is written.
DefaultLanguageRecognizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.DefaultLanguageRecognizer
Create default language recognizer.
DefaultLanguageRecognizer(List<String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.DefaultLanguageRecognizer
Create default language recognizer with list of languages to recognize.
DefaultLemmatizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Default Lemmatizer is the English lemmatizer.
DefaultLemmatizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizer
Create default lemmatizer.
DefaultLemmatizerRule - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
A Lemmatizer Rule which uses regular expressions.
DefaultLemmatizerRule(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Create a lemmatizer rule.
DefaultLexicalSmoother - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical
Default lexical smoother.
DefaultLexicalSmoother() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.DefaultLexicalSmoother
Create an additive lexical smoother.
DefaultLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
DefaultLexicon: Lexicon which uses default part of speech tags.
DefaultLexicon() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.DefaultLexicon
Create default lexicon.
defaultLexiconPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.DefaultWordLexicon
Resourch path to default (NUPOS) lexicon.
DefaultMorphAdornerXMLWriter - Class in edu.northwestern.at.morphadorner
Writes an adorned XML file with added ID fields.
DefaultMorphAdornerXMLWriter() - Constructor for class edu.northwestern.at.morphadorner.DefaultMorphAdornerXMLWriter
Create XML writer.
DefaultNameRecognizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer
DefaultNameRecognizer extracts proper names from text.
DefaultNameRecognizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.DefaultNameRecognizer
Create default name recognizer.
DefaultNameStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer
DefaultNameStandardizer: Default name standardizer.
DefaultNameStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.DefaultNameStandardizer
 
DefaultPartOfSpeechGuesser - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser
Default part of speech guesser.
DefaultPartOfSpeechGuesser() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.DefaultPartOfSpeechGuesser
 
DefaultPartOfSpeechRetagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Default Part of Speech Retagger.
DefaultPartOfSpeechRetagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.DefaultPartOfSpeechRetagger
Create default part of speech retagger.
DefaultPartOfSpeechTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Default Part of Speech tagger.
DefaultPartOfSpeechTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.DefaultPartOfSpeechTagger
Create default part of speech tagger.
DefaultPartOfSpeechTags - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
DefaultPartOfSpeechTags: default is NUPOS tag set.
DefaultPartOfSpeechTags() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.DefaultPartOfSpeechTags
Create default part of speech tags.
DefaultPartOfSpeechTagsMapper - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper
DefaultPartOfSpeechTagsMapper: default returns original tag unchanged.
DefaultPartOfSpeechTagsMapper() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.DefaultPartOfSpeechTagsMapper
Create default part of speech tags mapper.
DEFAULTPATH - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
DefaultPluralizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer
DefaultPluralizer: The default MorphAdorner pluralizer.
DefaultPluralizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.DefaultPluralizer
Create the default pluralizer.
DefaultPostTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Default post tokenizer which processes tokens after extraction.
DefaultPostTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.DefaultPostTokenizer
Create a default postTokenizer.
DefaultPreTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Default pretokenizes which prepares a string for tokenization.
DefaultPreTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.DefaultPreTokenizer
Create a default preTokenizer.
defaultPropertiesURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
MorphAdorner properties file URL.
defaultResourcePath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Default name resource data files.
DefaultSentenceSplitter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
Splits text into sentences.
DefaultSentenceSplitter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.DefaultSentenceSplitter
 
DefaultSentenceSplitterIterator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
Default sentence splitter iterator.
DefaultSentenceSplitterIterator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.DefaultSentenceSplitterIterator
Create default sentence extractor.
DefaultSpellingMapper - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper
DefaultSpellingMapper: Default spelling mapper.
DefaultSpellingMapper() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.DefaultSpellingMapper
 
defaultSpellingsByWordClassFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Path to list of irregular word forms.
DefaultSpellingStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
DefaultSpellingStandardizer: Default spelling standardizer.
DefaultSpellingStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.DefaultSpellingStandardizer
 
DefaultStemmer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stemmer
DefaultStemmer: The default MorphAdorner spelling stemmer.
DefaultStemmer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.DefaultStemmer
Create the default stemmer.
defaultStemmingRules - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Default stemming rules.
DefaultStopWords - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
Default stop word list.
DefaultStopWords() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.DefaultStopWords
 
DefaultSuffixLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
DefaultSuffixLexicon: Suffix lexicon which uses NUPOS tags.
DefaultSuffixLexicon() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.DefaultSuffixLexicon
Create an empty lexicon.
defaultSuffixLexiconPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.DefaultSuffixLexicon
Resource path to default (NUPOS) suffix lexicon.
DefaultSyllableCounter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter
DefaultSyllableCounter: The default MorphAdorner syllablecounter.
DefaultSyllableCounter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.DefaultSyllableCounter
Create the default syllablecounter.
DefaultTextInputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Default text inputter.
DefaultTextInputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DefaultTextInputter
Create default text inputter.
DefaultTextSegmenter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter
DefaultTextSegmenter: The default MorphAdorner text segmenter.
DefaultTextSegmenter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.DefaultTextSegmenter
Create the default segmenter.
DefaultTextSummarizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer
DefaultTextSummarizer: The default MorphAdorner text summarizer.
DefaultTextSummarizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.DefaultTextSummarizer
Create the default summarizer.
DefaultThesaurus - Class in edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus
DefaultThesaurus: The default MorphAdorner English thesaurus.
DefaultThesaurus() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.DefaultThesaurus
Create the default thesaurus.
DefaultTransitionMatrix - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix
Default probability transition matrix for NUPOS tag set.
DefaultTransitionMatrix() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.DefaultTransitionMatrix
Create default transition matrix.
DefaultWordLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
DefaultWordLexicon: Lexicon which uses default word lexicon.
DefaultWordLexicon() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.DefaultWordLexicon
Create an empty lexicon.
DefaultWordTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Default word tokenizer.
DefaultWordTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.DefaultWordTokenizer
Create a simple word tokenizer.
defineDirective - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
--- Directives ---
definedSymbols - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
Defined symbols.
defineSymbol(String, String) - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Define a symbol.
DEGREES_MARK - Static variable in class edu.northwestern.at.utils.CharUtils
Degrees/Hours.
DEGREES_MARK_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
delegate - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile
 
delegateMap - Variable in class edu.northwestern.at.utils.CompressedHashMap
The delagated-to hash map used to store the compressed values.
deletable - Variable in class net.sf.jlinkgrammar.Sentence
deletable regions in a sentence with conjunction
delete_from_cms_table(String) - Method in class net.sf.jlinkgrammar.Sentence
 
delete_unmarked_disjuncts() - Method in class net.sf.jlinkgrammar.Sentence
 
deleteChar(String, char) - Static method in class edu.northwestern.at.utils.StringUtils
Delete all occurrences of a specified character from a string.
deletedGaps - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
 
DeletedInterpolationContextualSmoother - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual
DeletedInterpolation contextual smoother.
DeletedInterpolationContextualSmoother() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.DeletedInterpolationContextualSmoother
Create a deleted interpolation contextual smoother.
deleteDirectory(File) - Static method in class edu.northwestern.at.utils.DirUtils
Delete a directory.
deleteDirectory(String) - Static method in class edu.northwestern.at.utils.DirUtils
Delete a directory.
deletedWords - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
 
deleteFile(String) - Static method in class edu.northwestern.at.utils.FileUtils
Delete named file.
deleteGapElement(Element) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Delete a gap element.
deleteGapElements(List<Element>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Delete gaps in XML file.
deleteLeastRecentlyUsed() - Method in class edu.northwestern.at.utils.cache.OldLRUCache
 
deleteParenthesizedText(String) - Static method in class edu.northwestern.at.utils.StringUtils
Deletes parenthesized text from a string.
deleteUnparenthesizedText(String) - Static method in class edu.northwestern.at.utils.StringUtils
Deletes unparenthesized text from a string.
deleteWordElement(Element, List<String>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Delete a word element.
deleteWordElement(String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Delete a word element.
deleteWordElementAttribute(String, String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Delete a word element attribute.
deleteWordElements(List<Element>, List<String>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Delete words in XML file.
deleteWordOld(Element, List<String>, int) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Delete a word.
depth_first_search(Postprocessor, Sublinkage, int, int, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
depth_score - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Depth scores.
depthScore() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Compute depth score after applying similarityDetermination()
description - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Description.
description - Variable in class net.sf.jlinkgrammar.ParseOptions.Switch
 
DESCRIPTION_INDEX - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
deserializeFromBytes(byte[]) - Method in class edu.northwestern.at.utils.CompressedSerializer
Deserialize an object from a compressed array of bytes.
deserializeFromBytes(byte[]) - Method in interface edu.northwestern.at.utils.Serializer
Deserialize an object from an array of bytes.
destFileName - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
Name of sestination file to receive proprocessed text.
destinationTagSeparator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.AbstractPartOfSpeechTagsMapper
 
destRootName - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
The root of the destination directory tree.
detect() - Method in class com.cybozu.labs.langdetect.Detector
Detect language of the target text and return the language name which has the highest probability.
Detector - Class in com.cybozu.labs.langdetect
Detector class is to detect language from specified text.
Detector(DetectorFactory) - Constructor for class com.cybozu.labs.langdetect.Detector
Constructor.
DetectorFactory - Class in com.cybozu.labs.langdetect
Language Detector Factory Class This class manages an initialization and constructions of Detector.
determineLargestCategory() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Find the category with the largest count.
determineMachineEpsilon() - Static method in class edu.northwestern.at.utils.math.Constants
Determine machine epsilon.
determineMaximumPrecision() - Static method in class edu.northwestern.at.utils.math.Constants
Determine maximum double floating point precision.
dfs_height - Static variable in class net.sf.jlinkgrammar.ParseInfo
 
dfs_root_word - Static variable in class net.sf.jlinkgrammar.ParseInfo
 
dice - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
DICE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
Indices of association measures in result array.
dict - Variable in class net.sf.jlinkgrammar.Sentence
words are defined from this dictionary
dict_compare(String, String) - Method in class net.sf.jlinkgrammar.Dictionary
The data structure storing the dictionary is simply a binary tree.
dict_display_word_info(String) - Method in class net.sf.jlinkgrammar.Dictionary
 
dict_error(String) - Method in class net.sf.jlinkgrammar.Dictionary
 
dict_match(String, String) - Method in class net.sf.jlinkgrammar.Dictionary
assuming that s is a pointer to a dictionary string, and that t is a pointer to a search string, this returns 0 if they match, >0 if s>t, and <0 if s
dictionary - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
The dictionary.
dictionary - Static variable in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Parser dictionary.
Dictionary - Class in net.sf.jlinkgrammar
This is one of the core classes of the link grammar.
Dictionary(ParseOptions, String, String, String, String) - Constructor for class net.sf.jlinkgrammar.Dictionary
This is the dictionary constructor method.
dictionary_lookup(String) - Method in class net.sf.jlinkgrammar.Dictionary
Returns a pointer to a lookup list of the words in the dictionary.
DictNode - Class in net.sf.jlinkgrammar
TODO add javadoc
DictNode() - Constructor for class net.sf.jlinkgrammar.DictNode
 
DictNode(DictNode) - Constructor for class net.sf.jlinkgrammar.DictNode
 
dictopen(ParseOptions, String, String) - Static method in class net.sf.jlinkgrammar.Dictionary
This function is used to open a dictionary file or a word file, or any associated data file (like a post process knowledge file).
DICTPARSE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
digitsPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Digits pattern.
dir - Variable in class net.sf.jlinkgrammar.Exp
 
dir - Variable in class net.sf.jlinkgrammar.LinksToPatch
 
dir - Variable in class net.sf.jlinkgrammar.ListOfLinks
 
dir - Variable in class net.sf.jlinkgrammar.TConnector
 
dirac(double[], double[]) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a discrete random variable.
direction - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
 
directiveLeadIn - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
Preprocessor directive lead-in string.
DirectoryTreeList - Class in edu.northwestern.at.utils
Walk directory tree to create list of files and directories.
DirectoryTreeList() - Constructor for class edu.northwestern.at.utils.DirectoryTreeList
 
DirUtils - Class in edu.northwestern.at.utils
Directory utilities.
DirUtils() - Constructor for class edu.northwestern.at.utils.DirUtils
Don't allow instantiation, do allow overrides.
disallowedSentenceStarters - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Characters not allowed to start a sentence.
disallowWordElementsIn - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML tags from which to remove word tags.
Disjunct - Class in net.sf.jlinkgrammar
TODO add javadoc
Disjunct(Disjunct) - Constructor for class net.sf.jlinkgrammar.Disjunct
 
Disjunct() - Constructor for class net.sf.jlinkgrammar.Disjunct
 
disjunct_cost - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
disjunct_cost() - Method in class net.sf.jlinkgrammar.ParseInfo
 
disjunct_cost - Variable in class net.sf.jlinkgrammar.ParseOptions
Max disjunct cost to allow default 10000
disjunct_types_equal(Disjunct) - Method in class net.sf.jlinkgrammar.Disjunct
 
disjunction(String[]) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.AbstractRegexReplacementRule
Form the disjunction of the given regular expression patterns.
disjunction(Set<String>) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.AbstractRegexReplacementRule
Form the disjunction of the given regular expression patterns.
disjuncts_equal(Disjunct) - Method in class net.sf.jlinkgrammar.Disjunct
 
disjuncts_equal_AND(Disjunct) - Method in class net.sf.jlinkgrammar.Disjunct
 
DiskBasedXMLTextInputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Text inputter which reads text from a TEI or EEBO XML fileL.
DiskBasedXMLTextInputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DiskBasedXMLTextInputter
Create disk-based XML text inputter.
DISList - Class in net.sf.jlinkgrammar
TODO add javadoc
DISList() - Constructor for class net.sf.jlinkgrammar.DISList
 
DISNode - Class in net.sf.jlinkgrammar
TODO add javadoc
DISNode() - Constructor for class net.sf.jlinkgrammar.DISNode
 
display_bad - Variable in class net.sf.jlinkgrammar.ParseOptions
if true, bad linkages are displayed
display_constituents - Variable in class net.sf.jlinkgrammar.ParseOptions
if true, output treebank-style constituent structure
display_link_subscripts - Variable in class net.sf.jlinkgrammar.ParseOptions
as in "Ss" as opposed to "S"
display_links - Variable in class net.sf.jlinkgrammar.ParseOptions
if true, a list o' links is printed out
DISPLAY_MAX - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
display_on - Variable in class net.sf.jlinkgrammar.ParseOptions
if true, output graphical linkage diagram
display_postscript - Variable in class net.sf.jlinkgrammar.ParseOptions
 
display_short - Variable in class net.sf.jlinkgrammar.ParseOptions
 
display_union - Variable in class net.sf.jlinkgrammar.ParseOptions
print squashed version of linkage with conjunction?
display_walls - Variable in class net.sf.jlinkgrammar.ParseOptions
set true to display walls default = true.
display_word_subscripts - Variable in class net.sf.jlinkgrammar.ParseOptions
as in "dog.n" as opposed to "dog"
displayableString(String) - Static method in class edu.northwestern.at.utils.StringUtils
Displayable string with control characters mapped to form.
displayBooleanField(String, boolean) - Static method in class edu.northwestern.at.utils.StringUtils
Displays a boolean field.
displayDoubleField(String, double) - Static method in class edu.northwestern.at.utils.StringUtils
Displays a double field.
displayElement(Element) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Display element.
displayHelp(PrintStream) - Static method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.UpdateAdornedFile
Display usage/help.
displayIntegerField(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Displays an integer field.
displayNGramCounts() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Display the ngram counts.
displayOffsets(String) - Static method in class edu.northwestern.at.morphadorner.examples.SentenceAndTokenOffsets
Display sentence and token offsets in text.
displayResults(Map<CompareStringCounts.ReverseScoredString, double[]>) - Static method in class edu.northwestern.at.morphadorner.tools.comparestringcounts.CompareStringCounts
Displays results of frequency analysis in a sorted table.
displayStringField(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Displays a string field.
displayUsage() - Static method in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
Display program usage.
displayUsage() - Static method in class edu.northwestern.at.morphadorner.tools.addpseudopages.AddPseudoPages
Display usage.
displayUsage() - Static method in class edu.northwestern.at.morphadorner.tools.comparestringcounts.CompareStringCounts
Display brief program usage.
displayUsage() - Static method in class edu.northwestern.at.morphadorner.tools.countaffixes.CountAffixes
Display brief program usage.
displayUsage() - Static method in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Display program usage.
displayUsage() - Static method in class edu.northwestern.at.morphadorner.tools.xmltotab.XMLToTab
Display brief program usage.
divCount - Variable in class edu.northwestern.at.morphadorner.StripAllWordElementsFilter
Div count.
divide(Number, Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Divide two numbers.
dividedWords - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Tokens containing break marker.
dividedWords - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Map from divided word to matching undivided word.
dividedWords - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Divided words.
dividedWordsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Divided words file name.
dividedWordsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
File containing divided words.
dividedWordsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
File containing words with a word break.
DIVIDER_VERTICAL_BAR - Static variable in class edu.northwestern.at.utils.CharUtils
Divider vertical bar.
DIVIDER_VERTICAL_BAR_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Divider vertical bar string.
divStack - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Div tag stack.
divStack - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Div tag stack.
divStack - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Div tag stack.
divType - Variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Div type of nearest ancestral div.
DIVTYPE - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
 
divType - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Div type.
dl - Variable in class net.sf.jlinkgrammar.CONNode
 
dn - Variable in class net.sf.jlinkgrammar.DISList
 
docFileName - Variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage.DocData
Document file name.
docLanguages - Variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage.DocData
Document languages and scores.
docLength - Variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage.DocData
Document text length.
doCompare(int, int) - Method in class edu.northwestern.at.utils.MutableInteger
 
doCompare(long, long) - Method in class edu.northwestern.at.utils.MutableLong
 
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Number of documents to process.
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Number of documents to process.
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Number of documents to process.
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Number of documents to process.
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Number of documents to process.
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Number of documents to process.
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Number of documents to process.
docsToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Number of documents to process.
docTitle - Variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage.DocData
Document title.
document - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
The document text object.
document - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
DOM document.
document - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Adorned document.
document - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
DOM document.
document - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
DOM document.
doesOutputFileNameExist(String) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Check if output file name for adorned output already exists.
doFreq(String, int, int, int, int) - Static method in class edu.northwestern.at.morphadorner.tools.comparestringcounts.CompareStringCounts
Frequency comparison of analysis and reference works for a word.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.northwestern.at.utils.servlets.XHttpServlet
Map servlet get to servlet post.
doit(String[]) - Static method in class edu.northwestern.at.morphadorner.examples.UsingAnAdornedText
Read adorned file and perform extraction operations.
doIt(String[]) - Static method in class net.sf.jlinkgrammar.Parser
 
doLoadDocument(Document, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Loads text from a document into a map.
doLoadText(URL, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Loads text from a URL into a map.
Domain - Class in net.sf.jlinkgrammar
TODO add javadoc
Domain() - Constructor for class net.sf.jlinkgrammar.Domain
 
domain - Variable in class net.sf.jlinkgrammar.PPRule
 
domain - Variable in class net.sf.jlinkgrammar.StartingLinkAndDomain
 
domain_array - Variable in class net.sf.jlinkgrammar.PPData
 
domain_contains_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
domain_name - Variable in class net.sf.jlinkgrammar.PPInfo
 
domain_starter_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
handles to sets of links specified in knowledge file.
domain_type - Variable in class net.sf.jlinkgrammar.Constituent
 
DOMUtils - Class in edu.northwestern.at.utils.xml
XML DOM utilities.
done - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier.CruftySpelling
True if decruftification process complete.
dontStandardize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Check if we should not standardize a name.
dontStandardize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
Check if we should not standardize a name.
dontStandardize(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizer
Check if we should not standardize a name.
dontStandardize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
Check if we should not standardize a name.
doStandardizeSpelling(String, boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Returns standard spellings given a spelling.
dot(ContextVector, ContextVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Compute the dot product of vector a and b.
DOTTEDCIRCLE - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode dotted circle.
DOTTEDCIRCLE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
DOUBLE_DAGGER - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode double dagger.
DOUBLE_DAGGER_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
doubleBackTicksReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPreTokenizer
Double back-ticks.
doubleBackTicksReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPreTokenizer
Double back-ticks.
doublec(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
doubleFactorials - Static variable in class edu.northwestern.at.utils.math.Factorial
 
DoubleMetaphone - Class in edu.northwestern.at.morphadorner.corpuslinguistics.phonetics
This code is based on an implementation by Ed Parrish, which was obtained from: http://www.cse.ucsc.edu/~eparrish/toolbox/search.html Licensed under an Apache license in the org.apache.commons.codec.language package.
DoubleMetaphone() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
Creates new DoubleMetaphone
doubleMetaphone - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Double metaphone encoder.
doubleQuoteStart - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
Index of the starting double quote.
doubleValue() - Method in class edu.northwestern.at.utils.MutableInteger
 
doubleValue() - Method in class edu.northwestern.at.utils.MutableLong
 
doublingVerbs - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
Set of verbs whose final consonant is doubled in inflected forms.
doublingVerbsPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
Resource path to list of doubled consonant verbs.
DOWN_priority - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
dq - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Temporary double quote marker.
dq - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Temporary double quote marker.
DTreeLeaf - Class in net.sf.jlinkgrammar
TODO add javadoc
DTreeLeaf() - Constructor for class net.sf.jlinkgrammar.DTreeLeaf
 
DTypeList - Class in net.sf.jlinkgrammar
Domain type class holds the domain type information
DTypeList() - Constructor for class net.sf.jlinkgrammar.DTypeList
 
DTypeList(DTypeList) - Constructor for class net.sf.jlinkgrammar.DTypeList
 
dummy_set - Static variable in class net.sf.jlinkgrammar.ParseSet
 
DummyCache<K,V> - Class in edu.northwestern.at.utils.cache
A dummy cache that doesn't cache anything..
DummyCache() - Constructor for class edu.northwestern.at.utils.cache.DummyCache
 
DummyLogger - Class in edu.northwestern.at.utils.logger
Dummy logger which generates no output.
DummyLogger() - Constructor for class edu.northwestern.at.utils.logger.DummyLogger
Create a dummy logger.
dup_table - Static variable in class net.sf.jlinkgrammar.Disjunct
 
dup_table_size - Static variable in class net.sf.jlinkgrammar.Disjunct
 
dupl(char, int) - Static method in class edu.northwestern.at.utils.StringUtils
Duplicate character into string.
dupl(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Duplicate string into string.
durationString(MorphAdornerSettings, long) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Get duration value for display.
DynamicCall - Class in edu.northwestern.at.utils
DynamicCall.
DynamicCall() - Constructor for class edu.northwestern.at.utils.DynamicCall
Don't allow instantiation, do allow overrides.
dynamicCall(Object, String, ArgumentList) - Static method in class edu.northwestern.at.utils.DynamicCall
Use reflection to call a named method from a specified class.
dynamicCall(String, String, ArgumentList) - Static method in class edu.northwestern.at.utils.DynamicCall
Use reflection to call a named method from a named class.
dynamicLexicon - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Dynamic lexicon built on-the-fly for words not in static lexicon.

E

e - Variable in class net.sf.jlinkgrammar.ExpList
 
e - Variable in class net.sf.jlinkgrammar.Linkage.LinkageAndList
 
easy_match(String, String) - Static method in class net.sf.jlinkgrammar.DictNode
 
EccoAlwaysSeparators - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPreTokenizer
 
eccoPostMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPostTokenizer
 
eccoPostPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPostTokenizer
Character replacer.
EccoPostTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Ecco text post tokenizer which processes tokens after extraction.
EccoPostTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPostTokenizer
Create Ecco text postTokenizer.
EccoPreTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
A pretokenizer for ECCO texts.
EccoPreTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPreTokenizer
Create an Ecco pretokenizer.
echo_on - Variable in class net.sf.jlinkgrammar.ParseOptions
true if we should echo the input sentence
ED_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
ed_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
editDistance(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LevensteinDistance
Compute Levenstein edit distance between two strings.
edu.northwestern.at.morphadorner - package edu.northwestern.at.morphadorner
MorphAdorner adorns texts with word-based morphological information such as parts of speech and lemmata.
edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations - package edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations
Abbreviations.
edu.northwestern.at.morphadorner.corpuslinguistics.adornedword - package edu.northwestern.at.morphadorner.corpuslinguistics.adornedword
Adorned Word.
edu.northwestern.at.morphadorner.corpuslinguistics.apostokens - package edu.northwestern.at.morphadorner.corpuslinguistics.apostokens
Tokens which start or end with apostrophes.
edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander - package edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander
Contraction Expander.
edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator - package edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
Syllable counter.
edu.northwestern.at.morphadorner.corpuslinguistics.inflector - package edu.northwestern.at.morphadorner.corpuslinguistics.inflector
Inflector.
edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator - package edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator
Conjugator.
edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer - package edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer
Pluralizer.
edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule - package edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule
WordRule.
edu.northwestern.at.morphadorner.corpuslinguistics.inputter - package edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Text inputter for morphadorner.
edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer - package edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer
Language recognizer.
edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer - package edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Lemmatization.
edu.northwestern.at.morphadorner.corpuslinguistics.lexicon - package edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
Lexicon of spelling, lemmata, and parts of speech.
edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits - package edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits
Classes for extracting and manipulating multiword units.
edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer - package edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer
Finds named entities in text.
edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer - package edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer
Name standardizer.
edu.northwestern.at.morphadorner.corpuslinguistics.ngram - package edu.northwestern.at.morphadorner.corpuslinguistics.ngram
Classes for creating and manipulating word ngrams.
edu.northwestern.at.morphadorner.corpuslinguistics.outputter - package edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Output generation for adorned text.
edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech - package edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
Classes and methods for manipulating part of speech tags.
edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper - package edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper
Classes and methods for mapping one part of speech tag set to another.
edu.northwestern.at.morphadorner.corpuslinguistics.phonetics - package edu.northwestern.at.morphadorner.corpuslinguistics.phonetics
Classes for generating phonetic values for strings.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Methods and interfaces for part of speech tagging and lemmatization.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.affix - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.affix
Affix part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown
All unknown part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram
Bigram part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigramhybrid - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigramhybrid
Hybrid bigram part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser
Guesses parts of speech for unknown words.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple
Implements Mark Hepple's part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Implements tagging rules for Mark Hepple's part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger
Retagger to correct "I" tagging issues.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger
Retagger which leaves initial tagging undisturbed.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger
Retagger to correct proper noun tagging issues.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp
Regular expression-based part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple
Simple part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased
Simple rule-based part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual
Methods and interfaces for lexical and contextual smoothing for part of speech taggers.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical
Methods and interfaces for lexical and contextual smoothing for part of speech taggers.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.suffix - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.suffix
Suffix part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger
Retagger to correct TCP text issues.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix
Transition matrix.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram
Trigram part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid
Hybrid trigram part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram - package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram
Unigram part of speech tagger.
edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder - package edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder
Melds a list of words and punctuation into formatted sentences.
edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter - package edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
Splits text into sentences.
edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper - package edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper
BritishToUS is a simple filter which maps British spellings to American (US) spellings.
edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer - package edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
Spelling standardization.
edu.northwestern.at.morphadorner.corpuslinguistics.statistics - package edu.northwestern.at.morphadorner.corpuslinguistics.statistics
Methods and interfaces for statistical methods useful in corpus linguistics.
edu.northwestern.at.morphadorner.corpuslinguistics.stemmer - package edu.northwestern.at.morphadorner.corpuslinguistics.stemmer
Stemming.
edu.northwestern.at.morphadorner.corpuslinguistics.stopwords - package edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
Stop words.
edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity - package edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity
Methods for computing the similarity of strings.
edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter - package edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter
Syllable counter.
edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter - package edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter
Text Segmentation.
edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99 - package edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99
C99 text segmentation.
edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct - package edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct
Utilities for linear text segmentation.
edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling - package edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling
Text Tiling text segmentation.
edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer - package edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer
Text Summarization.
edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus - package edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus
Thesaurus.
edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer - package edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Text tokenization.
edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts - package edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts
Word Counts.
edu.northwestern.at.morphadorner.examples - package edu.northwestern.at.morphadorner.examples
Example programs using MorphAdorner facilities.
edu.northwestern.at.morphadorner.gate - package edu.northwestern.at.morphadorner.gate
GATE interfaces for MorphAdorner components.
edu.northwestern.at.morphadorner.tei - package edu.northwestern.at.morphadorner.tei
Utility classes for TEI XML processing.
edu.northwestern.at.morphadorner.tools - package edu.northwestern.at.morphadorner.tools
Contains a variety of utility tools for creating and manipulating data files for use with MorphAdorner.
edu.northwestern.at.morphadorner.tools.addcharacteroffsets - package edu.northwestern.at.morphadorner.tools.addcharacteroffsets
Create derived MorphAdorner files with character offsets to word tokens.
edu.northwestern.at.morphadorner.tools.addpseudopages - package edu.northwestern.at.morphadorner.tools.addpseudopages
Adds pseudopage milestones to an adorned file.
edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5 - package edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5
AdornedToSimpleTEIP5 converts a base-level MorphAdorner file to a more TEI P5-like format.
edu.northwestern.at.morphadorner.tools.adornedtosketch - package edu.northwestern.at.morphadorner.tools.adornedtosketch

AdornedToSketch converts one or more adorned files to the verticalized input required by the Sketch or NoSketch corpus search engines.

edu.northwestern.at.morphadorner.tools.adornedtotcf - package edu.northwestern.at.morphadorner.tools.adornedtotcf

AdornedToTCF04 converts one or more adorned files to the Text Corpus Format (TCF) v0.4 used by the CLARIN-D project.

edu.northwestern.at.morphadorner.tools.annolex - package edu.northwestern.at.morphadorner.tools.annolex
Utilities for merging Annolex generated corrections with adorned XML files.
edu.northwestern.at.morphadorner.tools.applyxslt - package edu.northwestern.at.morphadorner.tools.applyxslt
Applies XSLT transformation to one or more files.
edu.northwestern.at.morphadorner.tools.compareadornedfiles - package edu.northwestern.at.morphadorner.tools.compareadornedfiles
Classes and utilities for comparing token streams in adorned files and logging the differences to XML format files.
edu.northwestern.at.morphadorner.tools.comparestringcounts - package edu.northwestern.at.morphadorner.tools.comparestringcounts
Compare string counts in two files using Dunning's log-likelihood.
edu.northwestern.at.morphadorner.tools.countadornedwords - package edu.northwestern.at.morphadorner.tools.countadornedwords
Counts adorned words by processing XMLToTab output.
edu.northwestern.at.morphadorner.tools.countaffixes - package edu.northwestern.at.morphadorner.tools.countaffixes
Counts affixes (suffixes and prefixes) of adorned words by processing MorphAdorner XML output.
edu.northwestern.at.morphadorner.tools.createlexicon - package edu.northwestern.at.morphadorner.tools.createlexicon
Generates a MorphAdorner lexicon from training data.
edu.northwestern.at.morphadorner.tools.createsuffixlexicon - package edu.northwestern.at.morphadorner.tools.createsuffixlexicon
Generates a MorphAdorner suffix lexicon from a word lexicon.
edu.northwestern.at.morphadorner.tools.findteitextlanguage - package edu.northwestern.at.morphadorner.tools.findteitextlanguage
Determines the language(s) in which a TEI text is written.
edu.northwestern.at.morphadorner.tools.fixquotes - package edu.northwestern.at.morphadorner.tools.fixquotes
Fix quote marks in text and XML files.
edu.northwestern.at.morphadorner.tools.lgparser - package edu.northwestern.at.morphadorner.tools.lgparser
Link grammar parser driver.
edu.northwestern.at.morphadorner.tools.mergebrilllexicon - package edu.northwestern.at.morphadorner.tools.mergebrilllexicon
Merges Brill style lexicon with MorphAdorned lexicon.
edu.northwestern.at.morphadorner.tools.mergeenhancedbrilllexicon - package edu.northwestern.at.morphadorner.tools.mergeenhancedbrilllexicon
Merges enhanced Brill style lexicon with MorphAdorned lexicon.
edu.northwestern.at.morphadorner.tools.mergespellingdata - package edu.northwestern.at.morphadorner.tools.mergespellingdata
Merges multiple spelling map word lists into a single file.
edu.northwestern.at.morphadorner.tools.mergetextfiles - package edu.northwestern.at.morphadorner.tools.mergetextfiles
Merges multiple text files into a single file.
edu.northwestern.at.morphadorner.tools.mergewordlists - package edu.northwestern.at.morphadorner.tools.mergewordlists
Merges multiple word list files into a single file.
edu.northwestern.at.morphadorner.tools.namedentities - package edu.northwestern.at.morphadorner.tools.namedentities
AdornWithNamedEntities adorns texts with named entities such as person, location, time, date, and organization.
edu.northwestern.at.morphadorner.tools.punktabbreviationdetector - package edu.northwestern.at.morphadorner.tools.punktabbreviationdetector
PunktAbbreviationDetector uses the Punkt algorithm of Kiss and Strunk to decide whether a token containing one or more periods is an abbreviation.
edu.northwestern.at.morphadorner.tools.relemmatize - package edu.northwestern.at.morphadorner.tools.relemmatize
Update lemmata and standard spellings in MorphAdorned XML files.
edu.northwestern.at.morphadorner.tools.sampletextfile - package edu.northwestern.at.morphadorner.tools.sampletextfile
Utilities to extract random or exact size samples from a text file.
edu.northwestern.at.morphadorner.tools.stripwordattributes - package edu.northwestern.at.morphadorner.tools.stripwordattributes
Create derived MorphAdorner file with word elements stripped of attributes.
edu.northwestern.at.morphadorner.tools.tagdiff - package edu.northwestern.at.morphadorner.tools.tagdiff
Compares training data to adorner output.
edu.northwestern.at.morphadorner.tools.taggertrainer - package edu.northwestern.at.morphadorner.tools.taggertrainer
Training programs for part of speech taggers.
edu.northwestern.at.morphadorner.tools.taggertrainer.ngram - package edu.northwestern.at.morphadorner.tools.taggertrainer.ngram
Generates transition matrices from training data for hidden Markov model part of speech taggers.
edu.northwestern.at.morphadorner.tools.tcp - package edu.northwestern.at.morphadorner.tools.tcp
The tcp package contains utilities aimed at processing Text Creation Partnership texts.
edu.northwestern.at.morphadorner.tools.unadorn - package edu.northwestern.at.morphadorner.tools.unadorn
Unadorn removes word level adornments from adorned files.
edu.northwestern.at.morphadorner.tools.validatexmlfiles - package edu.northwestern.at.morphadorner.tools.validatexmlfiles
Validate XML files.
edu.northwestern.at.morphadorner.tools.xmltotab - package edu.northwestern.at.morphadorner.tools.xmltotab
Utilities to convert MorphAdorned XML files to tab-separated tabular form.
edu.northwestern.at.morphadorner.xgtagger - package edu.northwestern.at.morphadorner.xgtagger
Supervises adornment of XML texts.
edu.northwestern.at.utils - package edu.northwestern.at.utils
Reusable utilities, primarily non-visual.
edu.northwestern.at.utils.cache - package edu.northwestern.at.utils.cache
Cache utilities.
edu.northwestern.at.utils.csv - package edu.northwestern.at.utils.csv
Reading and writing delimiter separated files.
edu.northwestern.at.utils.db.mysql - package edu.northwestern.at.utils.db.mysql
Classes for databases using MySQL.
edu.northwestern.at.utils.html - package edu.northwestern.at.utils.html
Utilities for processing HTML text.
edu.northwestern.at.utils.logger - package edu.northwestern.at.utils.logger
Logging utilities.
edu.northwestern.at.utils.math - package edu.northwestern.at.utils.math
Reusable utilities for mathematics and arithmetic.
edu.northwestern.at.utils.math.distributions - package edu.northwestern.at.utils.math.distributions
Methods for computing point probabilities and percentage points of common statistical distributions.
edu.northwestern.at.utils.math.randomnumbers - package edu.northwestern.at.utils.math.randomnumbers
Implements the Mersenne Twister random number generator as well as methods for generating random numbers from a variety of statistical distributions.
edu.northwestern.at.utils.math.rootfinders - package edu.northwestern.at.utils.math.rootfinders
Methods and interfaces for finding roots (zeroes) of functions.
edu.northwestern.at.utils.math.statistics - package edu.northwestern.at.utils.math.statistics
Reusable utilities for statistics.
edu.northwestern.at.utils.net.mime - package edu.northwestern.at.utils.net.mime
MIME utilities.
edu.northwestern.at.utils.preprocessor - package edu.northwestern.at.utils.preprocessor
A java comment-based source preprocessor.
edu.northwestern.at.utils.servlets - package edu.northwestern.at.utils.servlets
Reusable utilities for servlets.
edu.northwestern.at.utils.spellcheck - package edu.northwestern.at.utils.spellcheck
Provides classes and methods for accessing spelling dictionaries and performing spell checking.
edu.northwestern.at.utils.spellcheck.tools - package edu.northwestern.at.utils.spellcheck.tools
Programs to create spelling dictionaries for use with the spellcheck classes.
edu.northwestern.at.utils.xml - package edu.northwestern.at.utils.xml
Reusable XML utilities.
edu.northwestern.at.utils.xml.jdom - package edu.northwestern.at.utils.xml.jdom
Reusable JDOM XML utilities.
EEBOAlwaysSeparators - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPreTokenizer
EEBO separators do not include the vertical bars.
EEBOPostTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Post tokenizer for EEBO texts.
EEBOPostTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPostTokenizer
Create an EEBO PostTokenizer.
EEBOPreTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
A pretokenizer for original form EEBO texts (not converted to TEIAnalytics).
EEBOPreTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPreTokenizer
Create an EEBO pretokenizer.
EEBOSimpleNameStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer
EEBOSimpleNameStandardizer -- simple name standardizer.
EEBOSimpleNameStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
 
EEBOWordTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Word tokenizer for EEBO texts.
EEBOWordTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOWordTokenizer
Create EEBO word tokenizer.
effective_dist - Variable in class net.sf.jlinkgrammar.Sentence
created by build_effective_dist()
EITHER_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
to connect the "either" to the following "or"
EL - Class in com.rmtheis.langdetect.profile
 
EL() - Constructor for class com.rmtheis.langdetect.profile.EL
 
element - Variable in class net.sf.jlinkgrammar.AndList
 
ElementProcessor - Interface in edu.northwestern.at.utils.xml
Interface for JDOM element processor.
elements() - Method in class edu.northwestern.at.utils.SparseBitSet
Return an Enumeration of Integers indices of bits set on in this SparseBitSet.
ElementsFilter - Class in edu.northwestern.at.utils.xml.jdom
A Filter that only matches one or more Element objects.
ElementsFilter() - Constructor for class edu.northwestern.at.utils.xml.jdom.ElementsFilter
Select only the Elements.
ElementsFilter(String[]) - Constructor for class edu.northwestern.at.utils.xml.jdom.ElementsFilter
Select only the Elements with the supplied names in any Namespace.
ElementsFilter(Namespace) - Constructor for class edu.northwestern.at.utils.xml.jdom.ElementsFilter
Select only the Elements with the supplied Namespace.
ElementsFilter(String[], Namespace) - Constructor for class edu.northwestern.at.utils.xml.jdom.ElementsFilter
Select only the Elements with the supplied names and Namespace.
elementsToStripSet - Variable in class edu.northwestern.at.morphadorner.StripWordElementsFilter
Set of tags from which to strip words.
elementURI - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
XML element URI.
elementURI - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
URI for elements without one.
eliminate_duplicate_disjuncts(ParseOptions, Disjunct) - Static method in class net.sf.jlinkgrammar.Disjunct
 
ELLIPSIS - Static variable in class edu.northwestern.at.utils.CharUtils
Ellipsis (...) character.
ELLIPSIS_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
emitPseudoPageElement(PendingElement) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Emit a pseudo page milestone.
emitPseudoPageElement(PendingElement) - Method in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Emit a pseudo page milestone.
emittedWordCount - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Current number of words emitted.
emitWordElement(String, String, String, AttributesImpl, String, boolean, boolean) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Emit a word element.
emitXMLWrapperForBlank - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
True to emit XML wrapper element for a blank.
empty_set() - Static method in class net.sf.jlinkgrammar.ParseSet
returns an empty set of parses
emptyElement(String, String, String, Attributes) - Method in class com.megginson.sax.DataWriter
Write a empty element tag.
emptyElement(String, String, String, Attributes) - Method in class com.megginson.sax.XMLWriter
Write an empty element.
emptyElement(String, String) - Method in class com.megginson.sax.XMLWriter
Add an empty element without a qname or attributes.
emptyElement(String) - Method in class com.megginson.sax.XMLWriter
Add an empty element without a Namespace URI, qname or attributes.
emptyIgnoreList() - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Empties the ignore list.
emptyIgnoreList() - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Empties the ignore list.
emptyIgnoreList() - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Empties the ignore list.
emptyOutDirectory(File) - Static method in class edu.northwestern.at.utils.DirUtils
Empty out a directory.
EmptyQueueStackException - Exception in edu.northwestern.at.utils
Stack overflow error.
EmptyQueueStackException() - Constructor for exception edu.northwestern.at.utils.EmptyQueueStackException
 
EmptyQueueStackException(String) - Constructor for exception edu.northwestern.at.utils.EmptyQueueStackException
 
EN - Class in com.rmtheis.langdetect.profile
 
EN() - Constructor for class com.rmtheis.langdetect.profile.EN
 
enableGapFixer(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Enable gap element fixer.
enableGapFixer(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Enable gap element fixer.
enableGapFixer(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Enable gap element fixer.
enableOrigFixer(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Enable orig element fixer.
enableOrigFixer(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Enable orig element fixer.
enableOrigFixer(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Enable orig element fixer.
enableSplitWordsFixer(boolean, List<PatternReplacer>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Enable split words fixer.
enableSplitWordsFixer(boolean, List<PatternReplacer>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Enable split words fixer.
enableSplitWordsFixer(boolean, List<PatternReplacer>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Enable split words fixer.
encode(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
encoding - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Text encoding.
encoding - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Document encoding.
encoding - Variable in class edu.northwestern.at.utils.StreamGrabber
Encoding for input stream.
end - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
End of current sentence.
end - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
 
end - Variable in class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper.TokenAnnotation
Ending offset of annotation.
end - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGPair
 
end - Variable in class net.sf.jlinkgrammar.CNode
 
endDocument() - Method in class com.megginson.sax.XMLWriter
Write a newline at the end of the document.
endDocument() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
End of document found.
endElement(String, String, String) - Method in class com.megginson.sax.DataWriter
Write an end tag.
endElement(String, String, String) - Method in class com.megginson.sax.XMLWriter
Write an end tag.
endElement(String, String) - Method in class com.megginson.sax.XMLWriter
End an element without a qname.
endElement(String) - Method in class com.megginson.sax.XMLWriter
End an element without a Namespace URI or qname.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.StripAllWordElementsFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.StripWordAttributesFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.StripWordElementsFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.utils.xml.IndentingXMLWriter
Handle end of an element.
endElement(String, String, String) - Method in class edu.northwestern.at.utils.xml.TEITextExtractorHandler
Handle end of an element.
endifDirective - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
 
endingWord - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NamePosition
Ending word number in sentence.
endOfString(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Extract characters from end of a string..
endOfWord - Variable in class edu.northwestern.at.utils.TernaryTrieNode
True if this character is the end of a word.
ends(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
endSentence() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Finish sentence.
endSentence() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Finish sentence.
endsWithSingleQuote(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string ends with single quote.
endsWithSingleQuoteS(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string ends with "single quote + s".
ENGLISH_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
EnglishConjugator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator
English language conjugator.
EnglishConjugator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
Create an English conjugator.
englishConjugator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.EnglishInflector
English conjugator.
EnglishContractionExpander - Class in edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander
A contraction expander for English.
EnglishContractionExpander() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.EnglishContractionExpander
Create an English contraction expander.
EnglishDecruftifier - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
Spelling decruftifier.
EnglishDecruftifier() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Allow overrides but not instantiation.
EnglishDecruftifier.CruftySpelling - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
Holds spelling in process of decruftification.
EnglishDecruftifier.CruftySpelling(String, boolean, boolean) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier.CruftySpelling
CruftySpelling constructor.
EnglishDecruftifier.CruftySpelling(String, boolean) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier.CruftySpelling
CruftySpelling constructor.
EnglishHyphenator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
EnglishHyphenator: Hyphenates English words using British hyphenation rules.
EnglishHyphenator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.EnglishHyphenator
Create an English hyphenator using British hyphenation rules.
EnglishInflector - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector
English inflector which returns a lemma uninflected.
EnglishInflector() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.EnglishInflector
 
EnglishLemmatizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
A lemmatizer for English.
EnglishLemmatizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.EnglishLemmatizer
Create an English lemmatizer.
englishPluralizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.EnglishInflector
English pluralizer.
EnglishPluralizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer
English language pluralizer.
EnglishPluralizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
Create Engish pluralizer.
EnglishSyllableCounter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter
EnglishSyllableCounter: Counts syllables in English words.
EnglishSyllableCounter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
Create an English syllable counter.
entitiesMap - Static variable in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Standard entities generated by MorphAdorner.
entitiesMatcher - Static variable in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Entities pattern matcher.
entitiesPattern - Static variable in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Entities pattern.
entityReferenceHandling() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get XGTagger entity reference handling.
entityTypesWanted - Variable in class edu.northwestern.at.morphadorner.gate.Annie
Set of named entity types wanted.
entropy(String, EntropyVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector
Return entropy for labeled table entry.
entropy - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector.TableValue
 
EntropyVector - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct
Entropy vector.
EntropyVector(ContextVector) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector
Create an entropy vector from a context vector.
EntropyVector.TableValue - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct
Vector entries.
EntropyVector.TableValue() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector.TableValue
 
entry - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
The lexicon entry string.
entryCount - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
The spelling count.
entrySet() - Method in class edu.northwestern.at.utils.CompressedHashMap
 
Env - Class in edu.northwestern.at.utils
Environment information.
Env() - Constructor for class edu.northwestern.at.utils.Env
Don't allow instantiation, do allow overrides.
EO - Class in com.rmtheis.langdetect.profile
 
EO() - Constructor for class com.rmtheis.langdetect.profile.EO
 
eol - Variable in class edu.northwestern.at.utils.xml.IndentingXMLWriter
End of line character(s).
eos - Variable in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
The end-of-sentence flag.
eos - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
End of sentence flag.
eos - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
eosFlag - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
End of sentence flag attribute.
EPSILON_LARGE - Static variable in class edu.northwestern.at.utils.math.ArithUtils
The largest relative spacing for doubles.
EPSILON_SMALL - Static variable in class edu.northwestern.at.utils.math.ArithUtils
The smallest relative spacing for doubles.
eqkid - Variable in class edu.northwestern.at.utils.TernaryTrieNode
Equal child of this node.
equals(Object) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Check if another object is equal to this one.
equals(Object) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Returns true if some other object is equal to this one.
equals(Object) - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Two authors are the same if all their details agree.
equals(Object) - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Check if another object is equal to this one.
equals(Object) - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Check if another object is equal to this one.
equals(Object, Object) - Static method in class edu.northwestern.at.utils.Compare
Returns true if two objects are equal.
equals(Object) - Method in class edu.northwestern.at.utils.CompoundKey
Check if another object is equal to this one.
equals(Object) - Method in class edu.northwestern.at.utils.math.Probability
Test for this probability equaling another.
equals(Object) - Method in class edu.northwestern.at.utils.MutableInteger
 
equals(Object) - Method in class edu.northwestern.at.utils.MutableLong
 
equals(Object) - Method in class edu.northwestern.at.utils.ScoredString
Check if another object is equal to this one.
equals(Object) - Method in class edu.northwestern.at.utils.SparseBitSet
Compare this set against another.
equals(SparseBitSet, SparseBitSet) - Static method in class edu.northwestern.at.utils.SparseBitSet
Compare two SparseBitSets for equality.
equals(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Returns true if two case-sensitive strings are equal.
equals(Object) - Method in class edu.northwestern.at.utils.xml.jdom.ElementsFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
equals(Object) - Method in class org.jdom2.contrib.schema.Schema.Type
Tests for type equality.
equals(Object) - Method in class org.jdom2.contrib.schema.ValidationError.Severity
Tests for severity equality.
equalsIgnoreCase(String, String) - Static method in class edu.northwestern.at.utils.Compare
Returns true if two case-insensitive strings are equal.
equalsIgnoreCase(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Returns true if two case-insensitive strings are equal.
error(SAXParseException) - Method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Callback from a JAXP validation process for an error.
ERROR - Static variable in class edu.northwestern.at.utils.logger.LoggerConstants
Error logging level.
ERROR - Static variable in class org.jdom2.contrib.schema.ValidationError
The severity for recoverable validation errors.
ErrorCode - Enum in com.cybozu.labs.langdetect
 
errorCount - Variable in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Counts validation errors.
ErrorFunction - Class in edu.northwestern.at.utils.math.distributions
Gaussian error function distribution functions.
ErrorFunction() - Constructor for class edu.northwestern.at.utils.math.distributions.ErrorFunction
Make class non-instantiable but inheritable.
errorFunction(double) - Static method in class edu.northwestern.at.utils.math.distributions.ErrorFunction
Error function.
errorFunctionComplement(double) - Static method in class edu.northwestern.at.utils.math.distributions.ErrorFunction
Error function complement.
errorFunctionComplementInverseBad(double) - Static method in class edu.northwestern.at.utils.math.distributions.ErrorFunction
 
errorFunctionInverse(double) - Static method in class edu.northwestern.at.utils.math.distributions.ErrorFunction
Inverse error function.
errorFunctionInverseBad(double) - Static method in class edu.northwestern.at.utils.math.distributions.ErrorFunction
Percentage points of error function distribution.
errorHandler - Static variable in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Validation error handler.
errorLevelStrings - Static variable in class edu.northwestern.at.utils.logger.StandardErrorLogger
Error level strings for display.
errorMessages - Variable in exception edu.northwestern.at.utils.InvalidDataException
List to hold error messages.
errorPositions - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
List of word positions where this error occurs.
ES - Class in com.rmtheis.langdetect.profile
 
ES() - Constructor for class com.rmtheis.langdetect.profile.ES
 
escapeHTML(String) - Static method in class edu.northwestern.at.utils.html.HTMLUtils
 
escapeSingleQuotes(String) - Method in class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
Escapes single quotes in a data value.
escapeSpecialCharacters(String) - Static method in class edu.northwestern.at.utils.StringUtils
Escape special characters.
ET - Class in com.rmtheis.langdetect.profile
 
ET() - Constructor for class com.rmtheis.langdetect.profile.ET
 
EU - Class in com.rmtheis.langdetect.profile
 
EU() - Constructor for class com.rmtheis.langdetect.profile.EU
 
EURO_SIGN - Static variable in class edu.northwestern.at.utils.CharUtils
New Euro symbol.
evaluateChebyschev(double[], double) - Static method in class edu.northwestern.at.utils.math.Polynomial
Evaluates a Chebyschev series.
evictDashes(String) - Static method in class edu.northwestern.at.utils.CharUtils
Evict dashes from a string.
ExactlySampleTextFile - Class in edu.northwestern.at.morphadorner.tools.sampletextfile
Exactly sample a text file.
ExactlySampleTextFile(String, String, int) - Constructor for class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Copy a text file to another while sampling the input lines.
exception - Variable in class edu.northwestern.at.utils.StreamGrabber
Exception which occurred during grabber execution.
execAndWait(String, boolean) - Static method in class edu.northwestern.at.utils.ExecUtils
Execute file/command and wait for command to complete.
execute() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Perform adornment.
execute() - Method in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Perform adornment.
execute() - Method in class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper
 
ExecUtils - Class in edu.northwestern.at.utils
Execute system commands.
ExecUtils() - Constructor for class edu.northwestern.at.utils.ExecUtils
Don't allow instantiation, do allow overrides.
exp - Variable in class net.sf.jlinkgrammar.DictNode
 
Exp - Class in net.sf.jlinkgrammar
TODO add javadoc The E_list an Exp structures defined below comprise the expression trees that are stored in the dictionary.
Exp(Exp) - Constructor for class net.sf.jlinkgrammar.Exp
 
Exp() - Constructor for class net.sf.jlinkgrammar.Exp
 
exp - Variable in class net.sf.jlinkgrammar.XNode
an equivilent expression
Exp_create() - Method in class net.sf.jlinkgrammar.Dictionary
allocate a new Exp node and link it into the exp_list for freeing later
exp_list - Variable in class net.sf.jlinkgrammar.Dictionary
 
expandContraction(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.AbstractContractionExpander
Returns an expanded spelling for a contracted spelling.
expandContraction(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.ContractionExpander
Returns expanded form of a contracted spelling.
expandContraction(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.EnglishContractionExpander
Returns an expanded spelling for a contracted spelling.
expandFileNameWildcards(String[]) - Static method in class edu.northwestern.at.utils.FileNameUtils
Expand the file name wildcards.
expandWildcards(String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Expand file name wildcard.
ExpList - Class in net.sf.jlinkgrammar
TODO add javadoc
ExpList() - Constructor for class net.sf.jlinkgrammar.ExpList
 
explode_disjunct_list(Disjunct) - Method in class net.sf.jlinkgrammar.Sentence
 
expm1(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Get exp( x ) - 1.
exponent - Variable in class edu.northwestern.at.utils.math.SplitDouble
The base two exponent.
exponential(double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from an exponential random variable.
expression() - Method in class net.sf.jlinkgrammar.Dictionary
 
expression_prune(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
ExtendedAdornedWord - Class in edu.northwestern.at.morphadorner.tools
Information about a single XML word element.
ExtendedAdornedWord() - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Create empty ExtendedAdornedWord object.
ExtendedAdornedWord(String, Attributes, ExtendedAdornedWord.FrontMiddleBack, ExtendedAdornedWord.MainSide, String, int, boolean, boolean, boolean, boolean, String, ExtendedAdornedWord, ExtendedAdornedWord, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Create ExtendedAdornedWord object.
ExtendedAdornedWord(String, Map<String, String>, ExtendedAdornedWord.FrontMiddleBack, ExtendedAdornedWord.MainSide, String, int, boolean, boolean, boolean, boolean, String, ExtendedAdornedWord, ExtendedAdornedWord, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Create ExtendedAdornedWord object.
ExtendedAdornedWord(AdornedWord, String, String, String, int, int, boolean, int, int, ExtendedAdornedWord.FrontMiddleBack, ExtendedAdornedWord.MainSide, String, boolean, boolean, boolean, String, String, ExtendedAdornedWord, ExtendedAdornedWord, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Create ExtendedAdornedWord object.
ExtendedAdornedWord.FrontMiddleBack - Enum in edu.northwestern.at.morphadorner.tools
Front, middle, or back of text.
ExtendedAdornedWord.MainSide - Enum in edu.northwestern.at.morphadorner.tools
Main or side text (paratext).
ExtendedAdornedWordFilter - Class in edu.northwestern.at.morphadorner.tools
Filter to extract XML word information during XML parsing.
ExtendedAdornedWordFilter(XMLReader) - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Create adorned word info filter.
ExtendedAdornedWordFilter(XMLReader, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Create adorned word info filter.
ExtendedAdornedWordFilter(XMLReader, XMLTagClassifier, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Create adorned word info filter.
ExtendedAdornedWordFilter.MainFront - Class in edu.northwestern.at.morphadorner.tools
Holds main/front information.
ExtendedAdornedWordFilter.MainFront(ExtendedAdornedWord.FrontMiddleBack, ExtendedAdornedWord.MainSide) - Constructor for class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter.MainFront
Create main/front object.
ExtendedSearchSpellingStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
ExtendedSearchSpellingStandardizer: extended search spelling standardizer.
ExtendedSearchSpellingStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Create extended search spelling standardizer.
ExtendedSimpleSpellingStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
SimpleSpellingStandardizer maps alternate spellings to standard spellings.
ExtendedSimpleSpellingStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Create extended simple spelling standardizer.
ExtendedXMLFilterImpl - Class in edu.northwestern.at.utils.xml
Extended XMLFilterImpl with some utility methods.
ExtendedXMLFilterImpl(XMLReader) - Constructor for class edu.northwestern.at.utils.xml.ExtendedXMLFilterImpl
Create filter.
extract_all_fat_links(Disjunct) - Method in class net.sf.jlinkgrammar.Sentence
 
extract_connectors(TConnector, int) - Static method in class net.sf.jlinkgrammar.Clause
 
extract_fat_linkage(Sentence, ParseOptions) - Method in class net.sf.jlinkgrammar.Linkage
The old C comment said -- This procedure mimics analyze_fat_linkage in order to extract the sublinkages and copy them to the Linkage data structure passed in.
extract_links(int, int, ParseInfo) - Static method in class net.sf.jlinkgrammar.Linkage
Generate the list of all links of the indexth parsing of the sentence.
extract_thin_linkage(Sentence, ParseOptions) - Method in class net.sf.jlinkgrammar.Linkage
extract thin links from a sentence
extractCElement(Document) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Extract a "c" element from XML file to use for cloning copies.
extractedText - Variable in class edu.northwestern.at.utils.xml.TEITextExtractorHandler
Holds the extracted text.
extractGaps(Document) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Extract gaps from "gap" elements in XML document file.
extractNumber(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Extracts a number from a string.
extractors - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
extractSentences(String, WordTokenizer) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Break text into sentences and tokens.
extractSentences(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Break text into sentences and tokens.
extractSentences(String, WordTokenizer) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitter
Break text into sentences and tokens.
extractSentences(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitter
Break text into sentences and tokens.
ExtractSoftHyphens - Class in edu.northwestern.at.morphadorner.tools.tcp
Filter hyphenated words.
ExtractSoftHyphens() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
 
extractText(Node) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Extract text from node.
extractText(XGOptions, Document) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Extract text from DOM document.
extractWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Break text into word tokens.
extractWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ContractionTokenizer
Break text into word tokens.
extractWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.DefaultWordTokenizer
Break text into word tokens.
extractWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Break text into word tokens.
extractWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.NoopWordTokenizer
Break text into word tokens.
extractWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PennTreebankTokenizer
Break text into word tokens.
extractWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WhitespaceWordTokenizer
Break text into word tokens.
extractWords(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Break text into word tokens.
extractWords(Document) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Extract words specified by "w" elements in XML document file.
extraWords - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Extra words.
extraWordsFileName - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Extra words file.

F

f(double, double, double) - Static method in class edu.northwestern.at.utils.math.distributions.FishersF
Compute probability for Fisher's F distribution.
f(double, double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
f(double, int, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
f(double) - Method in interface edu.northwestern.at.utils.math.MonadicFunction
Evaluates a monadic scalar function.
FA - Class in com.rmtheis.langdetect.profile
 
FA() - Constructor for class com.rmtheis.langdetect.profile.FA
 
facsFromPB - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
"facs" or "ref" from current element.
Factorial - Class in edu.northwestern.at.utils.math
Defines methods for factorials.
Factorial() - Constructor for class edu.northwestern.at.utils.math.Factorial
 
factorial(int) - Static method in class edu.northwestern.at.utils.math.Factorial
Compute factorial of an integer.
fallbackPluralizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
 
FALSEPOSITION - Static variable in class edu.northwestern.at.utils.math.rootfinders.Secant
Constant defining the plain Method of Secants.
fast_match_hash(Connector) - Static method in class net.sf.jlinkgrammar.Sentence
This hash function only looks at the leading upper case letters of the connector string, and the label fields.
fat - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
FATAL - Static variable in class edu.northwestern.at.utils.logger.LoggerConstants
Fatal logging level.
FATAL - Static variable in class org.jdom2.contrib.schema.ValidationError
The severity for non-recoverable validation errors.
fatalError(SAXParseException) - Method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Callback from a JAXP validation process for a fatal error.
fget_input_char(InputStream, ParseOptions) - Static method in class net.sf.jlinkgrammar.GlobalBean
 
fget_input_string(StringBuffer, InputStream, PrintStream, ParseOptions) - Static method in class net.sf.jlinkgrammar.GlobalBean
 
FI - Class in com.rmtheis.langdetect.profile
 
FI() - Constructor for class com.rmtheis.langdetect.profile.FI
 
fieldNames - Variable in class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
The name of the column fields, in order, for each data row.
FieldType - Enum in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Type of field being changed.
fieldType - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
Field to which change is applied: text or attribute.
file - Variable in class edu.northwestern.at.utils.FileInfo
The wrapped file.
file - Variable in class net.sf.jlinkgrammar.DictNode
 
file - Variable in class net.sf.jlinkgrammar.WordFile
 
FILE_SEPARATOR - Static variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
File separator.
FILE_SEPARATOR - Static variable in class edu.northwestern.at.utils.FileNameUtils
File separator.
FileBasedSpellingDictionary - Class in edu.northwestern.at.utils.spellcheck
FileBasedSpellingDictionary -- implements spelling checker dictionary loaded from a file.
FileBasedSpellingDictionary(String) - Constructor for class edu.northwestern.at.utils.spellcheck.FileBasedSpellingDictionary
Constructs a new FileBasedSpellingDictionary.
FileBatchProcessor - Class in edu.northwestern.at.utils
Process batch of files.
FileBatchProcessor() - Constructor for class edu.northwestern.at.utils.FileBatchProcessor
Create file batch processor.
fileEncoding - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Output file encoding.
fileEncoding - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Output file encoding.
fileExists(String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Checks if a file exists.
FileInfo - Class in edu.northwestern.at.utils
Holds information about a single file.
FileInfo(File) - Constructor for class edu.northwestern.at.utils.FileInfo
Create a wrapped file.
FileInfo(File, File) - Constructor for class edu.northwestern.at.utils.FileInfo
Create a wrapped file.
fileName - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Output file name.
fileName - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Output file name.
fileName - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
 
fileName - Variable in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
File name.
fileNames - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
File names to process.
fileNames - Variable in class edu.northwestern.at.utils.FileBatchProcessor
Input file names.
FileNameUtils - Class in edu.northwestern.at.utils
File name utilities.
filePos - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
filesToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Number of documents to process.
filesToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Number of documents to process.
filesToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Number of documents to process.
filesToProcess - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Number of documents to process.
filesToProcess - Variable in class edu.northwestern.at.utils.FileBatchProcessor
Number of documents to process.
FileUtils - Class in edu.northwestern.at.utils
File utilities.
FileUtils() - Constructor for class edu.northwestern.at.utils.FileUtils
Don't allow instantiation but do allow overrides.
fill_patch_array_CON(CONNode, LinksToPatch) - Method in class net.sf.jlinkgrammar.Sentence
 
fill_patch_array_DIS(DISNode, LinksToPatch) - Method in class net.sf.jlinkgrammar.Sentence
Patches up appropriate links in the patch_array for this DISNode and this patch list.
fillBuffer() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
fillInMissingAttributes(Map<String, String>, String) - Static method in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Fill in missing attribute values.
filter(Object) - Method in class edu.northwestern.at.utils.xml.jdom.ElementsFilter
Check to see if the object matches a predefined set of rules.
FilterAdornedFile - Class in edu.northwestern.at.morphadorner.tools
Filter contents of an adorned file.
FilterAdornedFile(String, String, XMLFilter) - Constructor for class edu.northwestern.at.morphadorner.tools.FilterAdornedFile
Filter contents of an adorned file.
filteredDividedWords - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Filtered divided words map.
filteredDividedWordsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Fixed hyphenated words.
finalize() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DiskBasedXMLTextInputter
Finalize,
finalize() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Finalize,
finalize() - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Finalize.
find_domain_name(Postprocessor, String) - Static method in class net.sf.jlinkgrammar.Postprocessor
utility routines (not exported)
find_subdisjunct(Disjunct, int) - Method in class net.sf.jlinkgrammar.Sentence
Find the specific disjunct of in label_table[label] which corresponds to dis.
findChild(Element, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Find child node name matching regular expression.
findChild(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Find child node name matching regular expression.
findChildren(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets the child elements of a node by name pattern.
findMostSimilarSet(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
 
findNamePositions(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Returns name positions in list of adorned word sentences.
findNamePositions(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.DefaultNameRecognizer
Returns name positions in list of adorned word sentences.
findNamePositions(List<List<T>>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizer
Returns name positions in list of adorned word sentences.
findNames(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Returns names from text.
findNames(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Returns names from list of adorned word sentences.
findNames(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.DefaultNameRecognizer
Returns names from text.
findNames(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.DefaultNameRecognizer
Returns names from list of adorned word sentences.
findNames(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizer
Returns names from text.
findNames(List<List<T>>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizer
Returns names from list of adorned word sentences.
findNode(TernaryTrieNode, String, int) - Method in class edu.northwestern.at.utils.TernaryTrie
 
findRoot(double, double, double, int, MonadicFunction, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Method in class edu.northwestern.at.utils.math.rootfinders.Bisection
Implementation for MonadicFunctionRootFinder interface.
findRoot(double, double, double, int, MonadicFunction, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Method in class edu.northwestern.at.utils.math.rootfinders.Brent
Implementation for MonadicFunctionRootFinder interface.
findRoot(double, double, double, int, MonadicFunction, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Method in interface edu.northwestern.at.utils.math.rootfinders.MonadicFunctionRootFinder
MonadicFunctionRootFinder interface.
findRoot(double, double, double, int, MonadicFunction, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Method in class edu.northwestern.at.utils.math.rootfinders.NewtonRaphson
Implementation for MonadicFunctionRootFinder interface.
findRoot(double, double, double, int, MonadicFunction, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Method in class edu.northwestern.at.utils.math.rootfinders.Secant
Implementation for MonadicFunctionRootFinder interface.
findSentenceOffsets(String, List<List<String>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Find starting offsets of sentences extracted from a text.
findSentenceOffsets(String, List<List<String>>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitter
Find starting offsets of sentences extracted from a text.
findSiblingID(Element, String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Get sibling ID for a given word ID.
FindSoftHyphens - Class in edu.northwestern.at.morphadorner.tools.tcp
Determine which words containing soft hyphens should actually be hyphenated.
FindSoftHyphens() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
 
FindTEITextLanguage - Class in edu.northwestern.at.morphadorner.tools.findteitextlanguage
Find languages for TEI-encoded text.
FindTEITextLanguage() - Constructor for class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
 
FindTEITextLanguage.DocData - Class in edu.northwestern.at.morphadorner.tools.findteitextlanguage
Hold language recognition results for one document.
FindTEITextLanguage.DocData(String, String, int, ScoredString[]) - Constructor for class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage.DocData
Create DocData entry.
findTextNodesParent(Document) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Find parent of text nodes in a DOM document.
findWordOffsets(String, List<?>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Find starting offsets of words in a sentence.
findWordOffsets(String, List<?>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Find starting offsets of words in a sentence.
findWordsByMatchingLeadingPath(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Find words whose paths start with a given string.
findWordsByMatchingLeadingPath(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Find words whose paths start with a given string.
findWordsByMatchingPath(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Find words matching a specified path regular expression pattern.
findWordsByMatchingPath(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Find words matching a specified path regular expression pattern.
finish() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
fInverse(double, double, double) - Static method in class edu.northwestern.at.utils.math.distributions.FishersF
Compute percentage point for Fisher's F distribution.
fInverse(double, double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
fInverse(double, int, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
first - Variable in class net.sf.jlinkgrammar.ParseSet
 
firstLine(String) - Static method in class edu.northwestern.at.utils.StringUtils
Returns the first line of a string.
firstNameSet - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
First name set.
FirstTokenURLTextInputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Text inputter which reads only the first token in each line from a URL.
FirstTokenURLTextInputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.FirstTokenURLTextInputter
 
firstupper - Variable in class net.sf.jlinkgrammar.Word
indicates that the first character is upper case TODO - Remove English (Indo European) dependancy
firstVowel(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Returns index of first vowel in string.
firstWordID - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
First word ID found in text.
FishersF - Class in edu.northwestern.at.utils.math.distributions
Fisher's F distribution functions.
FishersF() - Constructor for class edu.northwestern.at.utils.math.distributions.FishersF
Make class non-instantiable but inheritable.
fixCapitalization(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Fix capitalization of standardized spelling.
fixCapitalization(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Fix capitalization of standardized spelling.
fixCapitalization(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Fix capitalization of standardized spelling.
fixedWordsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
File containing fixed words.
fixedWordsMap - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks
Fixed words map.
fixEmptySoftTags(XGOptions, Document) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Fix empty soft tags.
fixEnd(String, String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Replace string at end of spelling.
fixEOSAttributes(Map<String, Element>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Fix EOS attributes.
fixFileSeparators(String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Fix file separators.
fixGaps(Document) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
Fix some gap elements in a DOM document.
fixGaps - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
True to fix elements.
fixGaps(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Fix gaps in a word.
fixGapTags - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Fix elements in input text.
fixLeadingGapWords() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Correct IDs for leading gap words.
fixOrigs(Document) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.OrigFixer
Fix elements in a DOM document.
fixOrigs - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
True to fix elements.
fixOrigTags - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Fix elements in input text.
fixOutput(String) - Static method in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Fix the output generated by the parser for presentation.
fixPath(String) - Static method in class edu.northwestern.at.morphadorner.tools.xmltotab.XMLToTab
Trim work ID and word number from word path.
fixPathSeparators(String) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Fix path separators in path.
FixQuotes - Class in edu.northwestern.at.morphadorner.tools.fixquotes
Fix quotes in ascii text files.
FixQuotes() - Constructor for class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Allow overrides but not instantiation.
fixSideWords(Document, Abbreviations) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Fix abbreviations in side text.
fixSpelling(String) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Fix spelling.
fixSplitWordIDs(Document) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Fix split word IDs.
fixSplitWords - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
True to fix selected split words.
fixSplitWords - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Fix selected split words in input text.
fixSplitWordsPatternReplacers - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Pattern replacers for fixing split words.
fixSplitWordsPatternReplacers - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Fix split words pattern replacers.
fixStart1(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Remove specified leading characters from spelling.
fixSupTags(Document) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Fix sup tags.
fixUpSentence(List<String>, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Fix up a sentence.
fixupsList - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Fixups list.
fixupsURL - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Fixups list resource URL.
FixWordBreaks - Class in edu.northwestern.at.morphadorner.tools.tcp
Fix word breaks.
FixWordBreaks() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks
 
fixWordBreaks(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks
Fix word breaks.
FixWordBreaks.WProcessor - Class in edu.northwestern.at.morphadorner.tools.tcp
Process an adorned word.
FixWordBreaks.WProcessor() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks.WProcessor
 
FixXMLQuotes - Class in edu.northwestern.at.morphadorner.tools.fixquotes
Fix quotes in TEI XML files.
FixXMLQuotes() - Constructor for class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Allow overrides but not instantiation.
flip(int) - Method in class edu.northwestern.at.utils.SparseBitSet
Flip a bit value.
flip(int, int) - Method in class edu.northwestern.at.utils.SparseBitSet
Flips a range of bits.
floatValue() - Method in class edu.northwestern.at.utils.MutableInteger
 
floatValue() - Method in class edu.northwestern.at.utils.MutableLong
 
flush() - Method in class com.megginson.sax.XMLWriter
Flush the output.
flush() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
flush(String) - Static method in class edu.northwestern.at.utils.xml.XSLTCache
Flush a specific cached stylesheet from memory.
flushAll() - Static method in class edu.northwestern.at.utils.xml.XSLTCache
Flush all cached stylesheets from memory, emptying the cache.
forceAna - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Force ana=#pos output for part of speech.
forceNSDecl(String) - Method in class com.megginson.sax.XMLWriter
Force a Namespace to be declared on the root element.
forceNSDecl(String, String) - Method in class com.megginson.sax.XMLWriter
Force a Namespace declaration with a preferred prefix.
FOREIGN_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
General tag names.
foreignStack - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Foreign language attribute stack.
form_a_cycle_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
form_match_list(int, Connector, int, Connector, int) - Static method in class net.sf.jlinkgrammar.Sentence
Forms and returns a list of disjuncts that might match lc or rc or both.
formatDouble(double, int) - Static method in class edu.northwestern.at.utils.Formatters
Formats a double.
formatFloat(float, int) - Static method in class edu.northwestern.at.utils.Formatters
Formats a float.
formatIntegerWithCommas(int) - Static method in class edu.northwestern.at.utils.Formatters
Formats an integer with commas.
formatLongWithCommas(long) - Static method in class edu.northwestern.at.utils.Formatters
Formats a long with commas.
formatNumberWithCommas(int) - Static method in class edu.northwestern.at.utils.StringUtils
Formats a number with commas.
formatNumberWithCommas(long) - Static method in class edu.northwestern.at.utils.StringUtils
Formats a number with commas.
formatStringForOutput(String) - Method in class edu.northwestern.at.utils.UTF8Properties
Format string for output.
Formatters - Class in edu.northwestern.at.utils
Formatting utilties.
fp - Variable in class net.sf.jlinkgrammar.Dictionary
We link together all the Exp structs that are allocated in reading this dictionary.
FR - Class in com.rmtheis.langdetect.profile
 
FR() - Constructor for class com.rmtheis.langdetect.profile.FR
 
frCurrent - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
free_AND_tables() - Method in class net.sf.jlinkgrammar.Sentence
 
free_HT() - Method in class net.sf.jlinkgrammar.Sentence
 
free_LT() - Method in class net.sf.jlinkgrammar.Sentence
 
free_parse_set() - Method in class net.sf.jlinkgrammar.Sentence
 
free_pp_node(Postprocessor) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
free_S() - Static method in class net.sf.jlinkgrammar.Sentence
 
free_sentence_disjuncts() - Method in class net.sf.jlinkgrammar.Sentence
 
free_x_table() - Method in class net.sf.jlinkgrammar.ParseInfo
 
FRENCH_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
freq - Variable in class com.cybozu.labs.langdetect.util.LangProfile
 
freq(String[], int, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Calculate the frequency for a portion of a set of words.
freq(String, ContextVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Get the frequency count of key in context vector
Frequency - Class in edu.northwestern.at.morphadorner.corpuslinguistics.statistics
Computes frequency-based statistics for comparing corpora.
Frequency() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Frequency
Don't allow instantiation but do allow overrides.
from - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
frontMiddleBack - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Front/middle/back text marker.
frontMiddleBack - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter.MainFront
Front/middle/back.
fuzzyCompare(double, double, double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Perform fuzzy comparison of two doubles with specified tolerance.

G

GA - Class in com.rmtheis.langdetect.profile
 
GA() - Constructor for class com.rmtheis.langdetect.profile.GA
 
Gamma - Class in edu.northwestern.at.utils.math.distributions
Gamma distribution functions.
Gamma() - Constructor for class edu.northwestern.at.utils.math.distributions.Gamma
Make class non-instantiable but inheritable.
gamma(double) - Static method in class edu.northwestern.at.utils.math.distributions.Gamma
Gamma function.
gamma(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a gamma distributed random variable.
gapCount - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Gap count.
gapCount - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Gap count.
gapCount - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Gap count for generating IDs.
gapElementsToDelete - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
List of gaps to delete.
gapFiller - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Gap filler.
GapFiller - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
Gap Filler: Finds candidate words to match words with gaps.
GapFiller(Map<String, String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Create GapFiller from a map containing words.
GapFiller(Set<String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Create GapFiller from a set containing words.
GapFiller(List<String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Create GapFiller from a list containing words.
GapFiller(TaggedStrings) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Create GapFiller from a tagged strings list.
GapFiller(TernaryTrie) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Create GapFiller from an existing trie.
GapFixer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Adds displayable content for certain gap elements in XML file.
GapFixer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
Allow overrides but no instantiation.
GapFixer.GapProcessor - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
JDOM element processor which fixes elements.
GapFixer.GapProcessor() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer.GapProcessor
 
gapIDsToElements - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Map gap IDs to gap elements in DOM document.
gapToWord(Element, CorrectedWord) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Replace a gap element by a word element.
gapWordMatcher - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
gapWordPattern - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Gap word matcher.
GENERAL_TAG_NAME_INDEX - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
generalTagName - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
General tag name.
generalTagNames - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Tag to general tag name map.
generate_id_connector() - Method in class net.sf.jlinkgrammar.Dictionary
generate a new connector name obtained from the current_name allocate string space for it.
generateChoice(Element, String, String) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Generate choice element for word structure.
generateGapWords - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Generate words for gaps.
generateMissingExtendedAdornedWordInformation() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Generate missing adorned word information.
generateTokenLabel() - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Generate token label based upon current pb element attributes.
generateXML(String, String) - Static method in class edu.northwestern.at.morphadorner.examples.UsingAnAdornedText
Generate XML from one word ID to another.
generateXML(String, String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Generate XML for selected word IDs.
GenProfile - Class in com.cybozu.labs.langdetect
Load Wikipedia's abstract XML as corpus and generate its language profile in JSON format.
GenProfile() - Constructor for class com.cybozu.labs.langdetect.GenProfile
 
genre - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Genre.
GENTLE - Static variable in class net.sf.jlinkgrammar.GlobalBean
These parameters tell power_pruning, to tell whether this is before or after generating and disjuncts.
geometric(double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random value from a geometric random variable.
GERMAN_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
get(int) - Method in class com.cybozu.labs.langdetect.util.NGram
Get n-Gram
get(K) - Method in interface edu.northwestern.at.utils.cache.Cache
Retrieve a cached value.
get(K) - Method in class edu.northwestern.at.utils.cache.DummyCache
Retrieve a cached value.
get(K) - Method in class edu.northwestern.at.utils.cache.OldLRUCache
Retrieve a cached value.
get(K) - Method in class edu.northwestern.at.utils.cache.SoftReferenceCache
Retrieve a cached value.
get(Object) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
get(Object, Object) - Method in class edu.northwestern.at.utils.HashMap2D
Get value at specified (rowKey, columnKey) position.
get(CompoundKey) - Method in class edu.northwestern.at.utils.HashMap2D
Get value at specified CompoundKey position.
get(Object, Object, Object) - Method in class edu.northwestern.at.utils.HashMap3D
Get value at specified (rowKey, columnKey, sliceKey) position.
get(CompoundKey) - Method in class edu.northwestern.at.utils.HashMap3D
Get value at specified CompoundKey position.
get(Object, int) - Method in class edu.northwestern.at.utils.KeyedLists
Get indexed entry in list for specified key.
get(Object, Object) - Method in interface edu.northwestern.at.utils.Map2D
Get value at specified (rowKey, columnKey) position.
get(CompoundKey) - Method in interface edu.northwestern.at.utils.Map2D
Get value at specified CompoundKey position.
get(Object, Object, Object) - Method in interface edu.northwestern.at.utils.Map3D
Get value at specified (rowKey, columnKey, sliceKey) position.
get(CompoundKey) - Method in interface edu.northwestern.at.utils.Map3D
Get value at specified CompoundKey position.
get(int) - Method in class edu.northwestern.at.utils.SparseBitSet
Get bit value.
get(String) - Method in class edu.northwestern.at.utils.TernaryTrie
Get associated value for word.
get(Object, Object) - Method in class edu.northwestern.at.utils.TreeMap2D
Get value at specified (rowKey, columnKey) position.
get(CompoundKey) - Method in class edu.northwestern.at.utils.TreeMap2D
Get value at specified CompoundKey position.
get() - Method in class net.sf.jlinkgrammar.ParseOptions.BooleanSetter
 
get() - Method in interface net.sf.jlinkgrammar.ParseOptions.Setter
 
get_a_word(Reader) - Method in class net.sf.jlinkgrammar.Dictionary
Reads in one word from the file, allocates space for it, and returns it.
get_character(boolean) - Method in class net.sf.jlinkgrammar.Dictionary
This gets the next character from the input, eliminating comments.
get_match_node() - Static method in class net.sf.jlinkgrammar.Sentence
 
getAbbreviations() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Return current abbreviations.
getAbbreviations() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Get set of detected abbreviations.
getAbbreviationsCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Get count of known abbreviations.
getAdditiveAdjustmentValue() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Get additive adjustment value.
getAdjectiveTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for an adjective.
getAdjectiveTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for an adjective.
getAdornedWord(String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Get element for a specified word ID.
getAdornedWordData(String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Get data for a specified word ID.
getAdornedWordDataList() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Get list of adorned word output.
getAdornedWordIDs() - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Return list of adorned word IDs.
getAdornedWordIDs() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Return list of words IDs.
getAdornedWordIDs() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Return list of word IDs.
getAdornedWordIDs() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Return list of adorned word IDs.
getAdornedWordIDsInReadingContextOrder() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get adorned word IDs in reading context order.
getAdornedWordIndexByID(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get index for a word ID.
getAdornedWordIndexByID(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get index for a word ID.
getAdverbTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for an adverb.
getAdverbTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for an adverb.
getAllStrings() - Method in class edu.northwestern.at.utils.SingleTagTaggedStrings
Get set of all unique string values.
getAllStrings() - Method in interface edu.northwestern.at.utils.TaggedStrings
Get set of all unique string values.
getAllStrings() - Method in class edu.northwestern.at.utils.TaggedStringsMap
Get set of all unique string values.
getAllStrings() - Method in class edu.northwestern.at.utils.TaggedStringsSet
Get set of all unique string values.
getAllStrings() - Method in class edu.northwestern.at.utils.TernaryTrie
Get set of all unique string values.
getAllStrings() - Method in class edu.northwestern.at.utils.UTF8Properties
Get set of all unique strings.
getAllTags() - Method in class edu.northwestern.at.utils.SingleTagTaggedStrings
Get set of all unique tag values.
getAllTags() - Method in interface edu.northwestern.at.utils.TaggedStrings
Get set of all unique tag values.
getAllTags() - Method in class edu.northwestern.at.utils.TaggedStringsMap
Get set of all unique tag values.
getAllTags() - Method in class edu.northwestern.at.utils.TaggedStringsSet
Get set of all unique tag values.
getAllTags() - Method in class edu.northwestern.at.utils.TernaryTrie
Get set of all unique tag values as strings.
getAllTags() - Method in class edu.northwestern.at.utils.UTF8Properties
Get set of all unique tags.
getAllText(Node) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets all the text for a node.
getAllWords() - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Retrieves all words in dictionary.
getAllWords() - Method in interface edu.northwestern.at.utils.spellcheck.SpellingDictionary
Retrieves all words in dictionary.
getAllWords() - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Retrieves all words in dictionary.
getAlternate() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
getAlternateBuffer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
getAlternateSpellings(Reader, Map<String, String>, Set<String>) - Static method in class edu.northwestern.at.morphadorner.tools.mergespellingdata.MergeSpellingData
Get map of alternative : canonical spelling pairs from a reader.
getAntonyms(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.AbstractThesaurus
Get antonyms.
getAntonyms(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.Thesaurus
Get antonyms.
getAntonyms(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.Thesaurus
Get antonyms.
getAntonyms(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Get antonyms.
getAntonyms(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Get antonyms.
getAposTokens() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
Return current aposTokens.
getAposTokensCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
Get count of known aposrophe Tokens.
getArgumentClasses() - Method in class edu.northwestern.at.utils.ArgumentList
Get classes corresponding to each argument.
getArguments() - Method in class edu.northwestern.at.utils.ArgumentList
Get argument values as list of objects.
getAttribute(Element, String, boolean) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Get attribute.
getAttributeMap() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Get attribute map.
getAttributes() - Method in class edu.northwestern.at.morphadorner.PendingElement
Get attributes.
getAttributes(String, String) - Static method in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Get map of attribute values for a element.
getAttributeValue(Element, String, boolean) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Get attribute value.
getAttributeValueIgnoreCase(Element, String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Get attribute value ignoring case.
getAttributeValues(Element) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Get mapped attributes for an element.
getAuthors() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Return author list.
getAuthors() - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Return author list.
getAuxiliaryWordLists() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get auxiliary word lists.
getAuxiliaryWordLists() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Get auxiliary word lists.
getAvailability() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Get availability.
getAvailableLanguageProfileNames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.CybozuLabsLanguageRecognizer
Get list of available languages for detection.
getAvp() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the fair dispersion point normalization.
getAvp2() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the fair dispersion point normalization.
getAvx() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Calculate fair probability for the left hand side of a pseudo-bigram.
getAvy() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Calculate fair probability for the right hand side of a pseudo-bigram.
getBaseSentenceAnnotationType() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
getBaseTokenAnnotationType() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
getBeamSearchRejections() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Return number of entries rejected by beam search.
getBegin() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGPair
 
getBestSuggestedSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Get best suggested spelling.
getBigramWeights() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Return weights for bigrams using deleted interpolation.
getBlankPrecedes() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Get blank precedes word flag.
getBlankPrecedes() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get blank precedes flag.
getBoolean() - Method in class net.sf.jlinkgrammar.ParseOptions.BooleanSetter
 
getBooleanProperty(String, boolean) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get a boolean configuration property.
getBooleanStringProperty(String, String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get a boolean string configuration property.
getBytes() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ByteStreamAdornedWordOutputter
Get byte array from output stream.
getCachedLexiconForWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get cached lexicon for a word.
getCachedLexiconForWord(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Get cached lexicon for a word.
getCanAddOrDeleteWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Can retagger add or delete words in the original sentence?
getCanAddOrDeleteWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger.IRetagger
Can retagger add or delete words in the original sentence?
getCanAddOrDeleteWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger.NoopRetagger
Can retagger add or delete words in the original sentence?
getCanAddOrDeleteWords() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetagger
Can retagger add or delete words in the original sentence?
getCanAddOrDeleteWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger.ProperNounRetagger
Can retagger add or delete words in the original sentence?
getCanAddOrDeleteWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased.SimpleRuleBasedTagger
Can retagger add or delete words in the original sentence?
getCanAddOrDeleteWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger.TCPRetagger
Can retagger add or delete words in the original sentence?
getCandidates() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Return set of abbreviation candidates.
getCardinalNumberTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a cardinal number.
getCardinalNumberTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a cardinal number.
getCaseOld(String) - Static method in class edu.northwestern.at.utils.CharUtils
Get case value for a string.
getCategories() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get the categories, sorted in ascending order.
getCategories() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get the categories, sorted in ascending order.
getCategories() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Get the categories, sorted in ascending order.
getCategoriesForEntry(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get categories for an entry in the lexicon.
getCategoriesForEntry(List<String>, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get categories for an entry in a sentence.
getCategoriesForEntry(String, boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get categories for an entry.
getCategoriesForEntry(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get categories for an entry in the lexicon.
getCategoriesForEntry(String, boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get categories for an entry.
getCategoriesForEntry(List<String>, int) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get categories for an entry in a sentence.
getCategoryCount(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get category count.
getCategoryCount(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get count for an entry in a specific category.
getCategoryCount(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get count for an entry in a specific category.
getCategoryCount(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get category count.
getCategoryCount(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Get category count.
getCategoryCounts() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get category counts.
getCategoryCounts() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get category counts.
getCategoryCountsForEntry(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get category counts for an entry.
getCategoryCountsForEntry(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get category counts for an entry.
getChangeDescription() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Get description of change.
getChanges() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Get list of changes.
getChangeTime() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Get time of change.
getChild(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets a child element of a node by name.
getChild(Node, String, String, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets a child element of a node by name and attribute value.
getChildren(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets the child elements of a node by name.
getChildren(Node, String, String, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets the child elements of a node by name and attribute value.
getCirculationYear() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Get circulation yeaar.
getCode() - Method in exception com.cybozu.labs.langdetect.LangDetectException
 
getCommandLineParameters(String[]) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get command line parameters.
getConnectors() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Return name connectors set.
getContentTypeFor(String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Get MIME type for a filename.
getContentTypeFor(String) - Method in class edu.northwestern.at.utils.net.mime.MimeTypeMapper
Returns MIME type for a filename.
getContextualSmoother() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the contextual smoother.
getContextualSmoother() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get the contextual smoother.
getCorrectedWordIDs() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Return list of all corrected word IDs.
getCorrectedWords() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Return list of all corrected words.
getCorrectionType() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get correctionType.
getCorrespondingCommonNounTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Convert proper noun tag to common noun tag.
getCorrespondingCommonNounTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Convert proper noun tag to common noun tag.
getCount(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Look up unigram count.
getCount(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Look up bigram count.
getCount(String, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Look up trigram count.
getCount() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Get the count.
getCount(String) - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Get count for a token string.
getCount() - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Return count.
getCountOfWordsInCommon(Map<K, ? extends Number>, Map<K, ? extends Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get count of words which two count maps share.
getCurrentDirectory() - Static method in class edu.northwestern.at.utils.FileUtils
Get the current directory.
getCurrentFileNumber() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Get index of file currently being processed.
getDefaultEncoding() - Method in class edu.northwestern.at.utils.UnicodeReader
 
getDefaultLanguageProfileNames() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.CybozuLabsLanguageRecognizer
Get default list of languages for detection.
getDescendant(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets a descendant element of a node.
getDescendants(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets descendant elements of a node.
getDescendants(Node) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets descendant elements of a node.
getDescription(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the description for the part of speech.
getDescription() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Gets the description.
getDescription(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the description for the part of speech.
getDescriptor() - Method in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04.MyToken
 
getDice() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Return the Dice coefficient.
getDisplayableAttributes(Attributes) - Static method in class edu.northwestern.at.morphadorner.IDFixerFilter
Get displayable list of element attributes and values.
getDivType() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Get the div type.
getDivType() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get div type.
getDivType() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get nearest ancestral div type for word.
getDocument() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Get adorned XML document.
getDocument() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Get document.
getDynamicLexicon() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the dynamic word lexicon.
getEncodeLimit() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
getEncoding() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
getEncoding() - Method in class edu.northwestern.at.utils.UnicodeReader
Get stream encoding or NULL if stream is uninitialized.
getEnd() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGPair
 
getEndPosition() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Get the ending position of the token.
getEntityIgnoreFiles() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Tests whether the application has been asked not to treat external file entity references.
getEntityMerging() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Tests whether the application has been asked to merge all entity references into a single output file.
getEntityTreatAll() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Tests whether the application has been asked to treat all entity references.
getEntries() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get the entries, sorted in ascending order.
getEntries() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get the entries, sorted in ascending order.
getEntryCount(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get total count for an entry.
getEntryCount(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get total count for an entry.
getEOS() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Get end of sentence flag.
getEOS() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get end of sentence flag.
getEqkid() - Method in class edu.northwestern.at.utils.TernaryTrieNode
This returns the eqkid of this TernaryTrieNode.
getErrorCount() - Method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Get the validation error count.
getErrorLevelString(int) - Static method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Get string representation of error level.
getException() - Method in class edu.northwestern.at.utils.StreamGrabber
Get stored exception, if any.
getExtendedAdornedWord(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get adorned word information for a word ID.
getExtendedAdornedWord(int) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get adorned word information for a word index.
getExtendedAdornedWord(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get adorned word information for a word ID.
getExtendedAdornedWord(int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get adorned word information for a word index.
getExtractedText() - Method in class edu.northwestern.at.utils.xml.TEITextExtractorHandler
Return extracted text.
getExtraWordsList(String, String, String, MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Get extra words list.
getFallbackPluralizer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Get fall back pluralizer.
getFD() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Gets the FD attribute of the BufferedRandomAccessFile object
getFieldDelimiters() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getFile(String) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGMisc
Returns a file from its name.
getFileExtension(String, boolean) - Static method in class edu.northwestern.at.utils.FileNameUtils
Get file extension from file name.
getFileListing(File, boolean) - Static method in class edu.northwestern.at.utils.DirectoryTreeList
Walk directory tree to get sorted of all files and directories.
getFileListingUnsorted(File, boolean) - Static method in class edu.northwestern.at.utils.DirectoryTreeList
Walk directory tree to get unsorted list of all files and directories.
getFileName() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Get file name.
getFileName() - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Get file name.
getFileName() - Method in class edu.northwestern.at.utils.FileInfo
Get file name.
getFileNameFromURL(URL, String) - Static method in class edu.northwestern.at.utils.URLUtils
Get a file name from a URL.
getFilePointer() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Gets the FilePointer attribute of the BufferedRandomAccessFile object
getFiles(File, boolean) - Static method in class edu.northwestern.at.utils.DirectoryTreeList
Walk directory tree to get sorted list of FileInfo entries.
getFirstNames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Return first name set.
getFirstTokenFromBytes(byte[], int) - Static method in class edu.northwestern.at.utils.StringUtils
Gets the first token from an array of bytes.
getForeignLanguageTag(String, Attributes) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Get the foreign language tag for XML element.
getForeignWordTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a specified foreign language
getForeignWordTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a specified foreign language
getFormattedCurrentDateAndTime() - Static method in class edu.northwestern.at.utils.logger.LoggerUtils
Get formatted version of current date and time.
getFrontMiddleBack() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get front/middle/back.
getFullFileName() - Method in class edu.northwestern.at.utils.FileInfo
Get full file name.
getGap() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get gap flag.
getGapFiller() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Get gap filler.
getGeneralTagName() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Gets the general tag name.
getGenre() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Get genre.
getGrabbedTextLines() - Method in class edu.northwestern.at.utils.StreamGrabber
Get store text lines from the stream.
getHikid() - Method in class edu.northwestern.at.utils.TernaryTrieNode
This returns the hikid of this TernaryTrieNode.
getID() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Get word ID.
getId() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get word ID.
getID() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get word ID.
getID() - Method in interface edu.northwestern.at.utils.HasID
Get ID.
getIdArgumentName() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getIgnoreTagCase() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getIndentStep() - Method in class com.megginson.sax.DataWriter
Return the current indent step.
getIndentStep() - Method in class edu.northwestern.at.utils.xml.IndentingXMLWriter
Return the current indent step.
getInJumpTag() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get in jump tag flag.
getInJumpTag() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get in jump tag flag.
getInputASName() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
getInsert() - Method in class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
Get the insert statement.
getIntegerProperty(String, int) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get an integer configuration property.
getInterjectionTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for an interjection.
getInterjectionTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for an interjection.
getIsDirectory() - Method in class edu.northwestern.at.utils.FileInfo
True if file is a directory.
getIsFile() - Method in class edu.northwestern.at.utils.FileInfo
True if file is a normal file.
getIsFirstWord() - Method in class edu.northwestern.at.morphadorner.XMLWriterState
Get "is first word" flag.
getIsUnclear() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get unclear flag.
getJumpTags() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getKeyValues() - Method in class edu.northwestern.at.utils.CompoundKey
Get key values.
getKWIC(List<AdornedWord>, int, int) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Generate a KWIC line for a word in a sentence.
getKWIC(String, int, List<String>, AdornedXMLReader) - Static method in class edu.northwestern.at.morphadorner.tools.xmltotab.XMLToTab
Generate a KWIC line for a spelling.
getLabel() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get word label.
getLangList() - Static method in class com.cybozu.labs.langdetect.DetectorFactory
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.AF
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.AN
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.ANG
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.AR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.AST
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.BE
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.BG
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.BN
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.BR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.CA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.CLangProfile
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.CS
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.CY
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.DA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.DE
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.EL
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.EN
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.EO
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.ES
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.ET
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.EU
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.FA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.FI
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.FR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.GA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.GL
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.GU
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.HE
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.HI
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.HR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.HT
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.HU
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.ID
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.IS
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.IT
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.JA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.KN
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.KO
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.LA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.LT
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.LV
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.MK
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.ML
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.MR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.MS
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.MT
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.NE
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.NL
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.NO
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.OC
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.PA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.PL
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.PT
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.RO
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.RU
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SCO
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SK
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SL
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SO
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SQ
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SV
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.SW
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.TA
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.TE
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.TH
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.TL
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.TR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.UK
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.UR
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.VI
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.YI
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.ZHCN
 
getLangProfile() - Method in class com.rmtheis.langdetect.profile.ZHTW
 
getLanguage() - Method in class org.jdom2.contrib.schema.Schema.Type
Returns the URI that uniquemy identifies this schema type.
getLanguageProfile(String) - Static method in class com.cybozu.labs.langdetect.DetectorFactory
Instantiate a language profile class.
getLargestCategory(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get category with largest count for an entry.
getLargestCategory(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get category with largest count for an entry.
getLastChild(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets the last child element of a node by name.
getLastModified() - Method in class edu.northwestern.at.utils.FileInfo
Get last modified time.
getLastModifiedDateTime() - Method in class edu.northwestern.at.utils.FileInfo
Get last modified date/time.
getLemma(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get lemma for an entry.
getLemma(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get lemma for an entry in a specific category.
getLemma(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get lemma for an entry.
getLemma(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get lemma for an entry in a specific category.
getLemma(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Get lemma for a category.
getLemma(Lemmatizer, String, String) - Method in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Get lemma (possibly compound) for a spelling.
getLemma(MorphAdorner, String, String) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Get lemma (possibly compound) for a spelling.
getLemma(String, String) - Static method in class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Get lemma for a word.
getLemma(String, String) - Method in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Get lemma for a word.
getLemmaSeparator() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Get the lemma separator string,
getLemmaSeparator() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Get the lemma separator string,
getLemmata() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Get the lemmata.
getLemmata() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Get the lemmata.
getLemmata(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get all lemmata for an entry.
getLemmata(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get all lemmata for an entry.
getLemmata() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get the lemmata.
getLemmataChanged() - Method in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Return number of lemmata changed.
getLemmaWordClass(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get lemma class for a tag.
getLemmaWordClass() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Gets the lemma word class.
getLemmaWordClass(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get lemma class for a tag.
getLength() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Get the length of the token.
getLength() - Method in class edu.northwestern.at.utils.FileInfo
Get file length.
getLetterCase(String) - Static method in class edu.northwestern.at.utils.CharUtils
Get case value for a string.
getLexicalSmoother() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the lexical smoother.
getLexicalSmoother() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get the lexical smoother.
getLexicon() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.UsesLexicon
Get the lexicon.
getLexicon() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Get the word lexicon.
getLexicon() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizer
Get the lexicon.
getLexicon() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the static word lexicon.
getLexicon(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the lexicon associated with a specific word.
getLexicon() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get the lexicon.
getLexicon(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get the lexicon for a specific word.
getLexicon() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Get the word lexicon.
getLexiconEntry(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get a lexicon entry.
getLexiconEntry(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get a lexicon entry.
getLexiconEntryData() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Get String array containing lexicon data suitable for output.
getLexicons() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Get lexicons.
getLexiconSize() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get number of entries in Lexicon.
getLexiconSize() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get number of entries in Lexicon.
getLineCount() - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Get the number of lines preprocessed.
getLinkage(int) - Method in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Get a linkage from a parsed sentence.
getLocale() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Get the locale.
getLocalName() - Method in class edu.northwestern.at.morphadorner.PendingElement
Get local name.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.AbstractContractionExpander
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.AbstractLanguageRecognizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.AbstractTextSummarizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.AbstractThesaurus
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPostTokenizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Get the logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Get the wrapped logger.
getLogger() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Get the logger.
getLogger() - Method in interface edu.northwestern.at.utils.logger.UsesLogger
Get the logger.
getLogLikelihood() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Return log likelihood.
getLogProbability() - Method in class edu.northwestern.at.utils.math.Probability
Get log probability.
getLokid() - Method in class edu.northwestern.at.utils.TernaryTrieNode
This returns the lokid of this TernaryTrieNode.
getLongestEntryLength() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get the longest entry length in the lexicon.
getLongestEntryLength() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get the longest entry length in the lexicon.
getMainFront() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get main/side and front/main/back text divisions.
getMainSide() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get main or side.
getMajorWordClass(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get major word class for a tag.
getMajorWordClass() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Gets the major word class.
getMajorWordClass(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get major word class for a tag.
getMap() - Method in class edu.northwestern.at.utils.TaggedStringsMap
Return the wrapped map.
getMappedSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Return the mapped spellings.
getMappedSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Return the mapped spellings.
getMappedSpellings() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Return the spelling map.
getMaskSize() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Get mask size.
getMatcher() - Method in class edu.northwestern.at.utils.PatternReplacer
Get pattern matcher.
getMatchingExtensions(String) - Static method in class edu.northwestern.at.utils.net.mime.MimeTypeMapper
Returns list of extensions matching main MIME type.
getMatchingWords(String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Get list of candidate words matching a word with one or more gaps.
getMatchingWords(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Get list of candidate words matching a word with one or more gaps.
getMaximum() - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Return maximum.
getMaxSize() - Method in class edu.northwestern.at.utils.cache.OldLRUCache
Returns the maximum number of items allowed in the cache.
getMean() - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Return mean.
getMergeWhitespaceTokens() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.CanTokenizeWhitespace
Get merge whitespace tokens.
getMergeWhitespaceTokens() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Get merge whitespace tokens.
getMessage() - Method in class org.jdom2.contrib.schema.ValidationError
Returns the detailed error message.
getMessages() - Method in exception edu.northwestern.at.utils.InvalidDataException
Get list of error messages.
getMinimum() - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Return minimum.
getMonkHeaderFound() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Check if Monk header found.
getMoreRelatedWords(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Get set of words which almost match given word.
getMorphAdornerSettings() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Get the MorphAdorner settings.
getMorphAdornerVersion() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Return MorphAdorner program version.
getMostCommonTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the most common tag for a word.
getMWUText() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the multiword unit text.
getMWUTextCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the count for this multiword unit text.
getMWUTextLength() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the number of words in this multiword unit.
getN() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Return total number of stored tokens.
getName() - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Get author name.
getName() - Method in class org.jdom2.contrib.schema.Schema.Type
Returns the printable name of this schema type.
getNearestAncestor() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Get the nearest ancestor.
getNextEntry() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Reads next entry of adorner and updates appropriate class variables.
getNextTextID() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Get next text ID.
getNextWord() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get next word.
getNextWordPart() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get next word part.
getNGramCount(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Return count for a specific ngram.
getNGramMap() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Return NGram map.
getNGrams() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Return NGrams.
getNode() - Method in class org.jdom2.contrib.schema.ValidationError
Returns the JDOM node that caused the error.
getNodesByTagName(Document, String[]) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Get list of nodes by one or more tag names.
getNoun(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get tags for a noun.
getNumberOfAdornedWords() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Get number of adorned words.
getNumberOfAlternateSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Returns number of alternate spellings.
getNumberOfAlternateSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Returns number of alternate spellings.
getNumberOfAlternateSpellings() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Returns number of alternate spellings.
getNumberOfAlternateSpellingsByWordClass() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Returns number of alternate spellings by word class.
getNumberOfAlternateSpellingsByWordClass() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Returns number of alternate spellings by word class.
getNumberOfCategories() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get number of categories.
getNumberOfCategories() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get number of categories.
getNumberOfCategoriesForEntry(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get number of categories for an entry.
getNumberOfCategoriesForEntry(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get number of categories for an entry.
getNumberOfChanges() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Get number of changes.
getNumberOfFilesToProcess() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Get number of files to process.
getNumberOfNames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Return number of names.
getNumberOfNames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
Return number of names.
getNumberOfNames() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizer
Return number of names.
getNumberOfNames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
Return number of names.
getNumberOfNGrams() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Returns the total number of ngrams.
getNumberOfStandardSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Returns number of standard spellings.
getNumberOfStandardSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Returns number of standard spellings.
getNumberOfStandardSpellings() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Returns number of standard spellings.
getNumberOfUniqueNGrams() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Returns the number of unique ngrams.
getNumberOfUniqueWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Return the number of unique words.
getNumberOfWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Return the total number of words.
getNumberOfWords() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get number of words read.
getNumberOfWords() - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Retrieves number of words in dictionary.
getNumberOfWords() - Method in interface edu.northwestern.at.utils.spellcheck.SpellingDictionary
Retrieves number of words in dictionary.
getNumberOfWords() - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Retrieves number of words in dictionary.
getNumberTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankSuffixLexicon
Get the part of speech tag for a number.
getNumberTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankWordLexicon
Get the part of speech tag for a number.
getOldSpelling() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get the old spelling.
getOption() - Method in exception jargs.gnu.CmdLineParser.IllegalOptionValueException
 
getOptionChar() - Method in exception jargs.gnu.CmdLineParser.NotFlagException
 
getOptionName() - Method in exception jargs.gnu.CmdLineParser.UnknownOptionException
 
getOptions() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get options from properties file.
getOptionValue(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
getOptionValue(CmdLineParser.Option, Object) - Method in class jargs.gnu.CmdLineParser
 
getOptionValues(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
 
getOrd() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Get word ordinal.
getOrd() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get word ordinal.
getOrdinalNumberTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for an ordinal number.
getOrdinalNumberTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for an ordinal number.
getOriginalTag() - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
Return original tag.
getOriginalTag() - Method in interface edu.northwestern.at.morphadorner.tools.taggertrainer.TaggerRule
Return original tag.
getOutputAnnotationType() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
getOutputASName() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
getOutputDirectoryName() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Get output directory name.
getOutputFileEncoding() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputter
Get output file encoding.
getOutputFileEncoding() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Get output file encoding.
getOutputFileEncoding() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Get output file encoding.
getOutputFileName() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputter
Get output file name.
getOutputFileName() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Get output file name.
getOutputFileName() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Get output file name.
getOutputFileName(String) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Generate output file name for adorned output.
getOutputWriter() - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Return output writer.
getPageNumber() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get page number in which word appears.
getParentFile() - Method in class edu.northwestern.at.utils.FileInfo
Get parent file.
getParentPath() - Method in class edu.northwestern.at.utils.FileInfo
Get parent file path.
getPart() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get part flag.
getPartOfSpeechData(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get part of speech data for a tag.
getPartOfSpeechGuesser() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get part of speech guesser.
getPartOfSpeechGuesser() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get part of speech guesser.
getPartOfSpeechGuesser() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Get part of speech guesser.
getPartOfSpeechTagger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Get part of speech tagger.
getPartOfSpeechTagger() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizer
Get part of speech tagger.
getPartOfSpeechTags() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get the part of speech tags list used by the lexicon.
getPartOfSpeechTags() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get the part of speech tags list used by the lexicon.
getPartsOfSpeech() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Get the parts of speech.
getPartsOfSpeech() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Get the parts of speech.
getPartsOfSpeech(String, boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Get parts of speech for a word.
getPartsOfSpeech() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get the parts of speech.
getPastParticipleTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a verbal past participle
getPastParticipleTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a verbal past participle
getPath() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get path.
getPersonName(String[], int, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Get a person name from a list of words.
getPhiSquared() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Return phi squared.
getPlaceName(String[], int, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Get a place name from a list of words.
getPlaceNames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Return place name set.
getPlaceNameType(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Get place name type.
getPluralNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankSuffixLexicon
Get the part of speech tag for a plural noun.
getPluralNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankWordLexicon
Get the part of speech tag for a plural noun.
getPluralNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a plural noun.
getPluralNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a plural noun.
getPluralProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankSuffixLexicon
Get the part of speech tag for a plural proper noun.
getPluralProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankWordLexicon
Get the part of speech tag for a plural proper noun.
getPluralProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a plural proper noun.
getPluralProperNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a plural proper noun.
getPossessivePluralNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a possessive plural noun.
getPossessivePluralNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a possessive plural noun.
getPossessivePluralProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a possessive plural proper noun.
getPossessivePluralProperNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a possessive plural proper noun.
getPossessiveSingularNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a possessive singular noun.
getPossessiveSingularNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a possessive singular noun.
getPossessiveSingularProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a possessive singular proper noun.
getPossessiveSingularProperNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a possessive singular proper noun.
getPostTokenizer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get the postTokenizer.
getPostTokenizer() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get the post tokenizer.
getPrefix(String) - Method in class com.megginson.sax.XMLWriter
Get the current or preferred prefix for a Namespace URI.
getPrefixes() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Return prefix title set.
getPresentParticipleTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a verbal present participle
getPresentParticipleTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a verbal present participle
getPreTokenizer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Get the preTokenizer.
getPreTokenizer() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Get the preTokenizer.
getPreviousWord() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get previous word.
getPreviousWordPart() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get previous word part.
getPrimary() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
getPrimaryBuffer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
getPrintStream() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Get print stream.
getProbabilities() - Method in class com.cybozu.labs.langdetect.Detector
Get language candidates which have high probabilities
getProbability(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Look up unigram probability.
getProbability(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Look up bigram probability.
getProbability(String, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Look up trigram probability.
getProbability() - Method in class edu.northwestern.at.utils.math.Probability
Get probability.
getProgramParameters(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Get program parameters.
getProperNames(String[], Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Extract all proper names for people and places from a list of words.
getProperNames(String, Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Extract all proper names for people and places from a sstring.
getProperNames(List<String>, Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Extract all proper names for people and places from a sstring.
getProperty(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getPuncTagName() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getQName() - Method in class edu.northwestern.at.morphadorner.PendingElement
Get Qname.
getQualifier() - Method in class edu.northwestern.at.utils.csv.CSVFile
Get the current text qualifier.
getReader() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Gets the Reader attribute of the BufferedRandomAccessFile object
getRegIDSet() - Method in class edu.northwestern.at.morphadorner.StripWordAttributesFilter
Get set of word IDs with defined reg= attribute.
getRelatedSplitWordIDs(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get related adorned word IDs for a word ID of a split word.
getRelatedSplitWordIDs(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get related adorned word IDs for a word ID of a split word.
getRelatedSplitWords(ExtendedAdornedWord) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get related adorned words for split words.
getRelatedSplitWords(ExtendedAdornedWord) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get related adorned words.
getRelatedWordIDs(String) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Get related adorned word IDs for a word ID.
getRelatedWords(String) - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Get list of words with a specified metaphone value.
getRelatedWords(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingDictionary
Get related words.
getRelatedWords(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Get list of words which almost match given word.
getRelativeFileName() - Method in class edu.northwestern.at.utils.FileInfo
Get full file name relative to base directory.
getRelativeParentPath() - Method in class edu.northwestern.at.utils.FileInfo
Get parent directory path relative to base directory.
getRelativeURIBase() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Returns the base for relative URIs.
getRemainingArgs() - Method in class jargs.gnu.CmdLineParser
 
getRend() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get rend.
getReplacementTag() - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
Return replacement tag.
getReplacementTag() - Method in interface edu.northwestern.at.morphadorner.tools.taggertrainer.TaggerRule
Return replacement tag.
getResultBuffer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
Returns a reference to a character buffer containing the results of the stemming process.
getResultLength() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
Returns the length of the word resulting from the stemming process.
getRetagger() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get part of speech retagger.
getRetagger() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get part of speech retagger.
getRuleCorrections() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get count of successful rule applications.
getRuleCorrections() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get count of successful rule applications.
getRules() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Get the pluralizer rules.
getRunningWordID() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Get word ID.
getScore(int, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Get probability value for a specified word index and tag.
getScore() - Method in class edu.northwestern.at.utils.ScoredString
Get score.
getScoredSuggestedSpellings(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Return suggested spellings.
getSCP() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Return the symmetric conditional probability.
getSegment(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DiskBasedXMLTextInputter
Get segment text from disk.
getSegment(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Get segment text.
getSegmentation() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Return segmentation list.
getSegmentCount() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Returns number of text segments.
getSegmentCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Returns number of text segments.
getSegmentCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Returns number of text segments.
getSegmentName(int) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Returns name of specified segment.
getSegmentName(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Returns name of specified segment.
getSegmentName(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Returns name of specified segment.
getSegmentPositions(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Segment text.
getSegmentPositions(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Segment text.
getSegmentPositions(List<List<T>>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextSegmenter
Segment text.
getSegmentPositions(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Segment text.
getSegmentsWanted() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Get number of segments wanted.
getSegmentText(int) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Returns specified segment of loaded text.
getSegmentText(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Returns specified segment of loaded text.
getSegmentText(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Returns specified segment of loaded text.
getSegmentText(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Returns specified segment of loaded text.
getSegmentText(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Returns specified segment of loaded text.
getSegmentText(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Returns specified segment of loaded text.
getSelectedWordIDs(String, String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get list of selected word IDs from specified ID range.
getSelectedWordIDs(String, String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get list of selected word IDs from specified ID range.
getSentenceMelder() - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Get associated sentence melder.
getSentenceMelderState() - Method in class edu.northwestern.at.morphadorner.XMLWriterState
Get sentence melder state.
getSentenceNumber() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Get sentence number for word.
getSentenceNumber() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get sentence number for word.
getSentences() - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get adorned words as a list of sentences.
getSentences() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get adorned words as a list of sentences.
getSentencesFromEOS() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get adorned words as a list of sentences using EOS attributes.
getSentencesFromSentenceNumbers() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get adorned words as a list of sentences using sentence numbers.
getSeparator() - Method in class edu.northwestern.at.utils.csv.CSVFile
Get the current field separator.
getSet() - Method in class edu.northwestern.at.utils.TaggedStringsSet
Return the wrapped set.
getSettings(String[]) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get program settings.
getSettings() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Return settings.
getSeverity() - Method in class org.jdom2.contrib.schema.ValidationError
Returns the severity of this error.
getShortestEntryLength() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get the shortest entry length in the lexicon.
getShortestEntryLength() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Get the shortest entry length in the lexicon.
getSI() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Return the specific mutual information.
getSiblingID() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Get sibling word ID.
getSiblingWordIDs(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Get sibling words.
getSiblingWordIDs(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get sibling words.
getSigLogLikelihood() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Return significance of log likelihood.
getSingleCharCode() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Get the character code for a single character token.
getSingularNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankSuffixLexicon
Get the part of speech tag for a singular noun.
getSingularNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankWordLexicon
Get the part of speech tag for a singular noun.
getSingularNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a singular noun.
getSingularNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a singular noun.
getSingularProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankSuffixLexicon
Get the part of speech tag for a singular proper noun.
getSingularProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankWordLexicon
Get the part of speech tag for a singular proper noun.
getSingularProperNounTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a singular proper noun.
getSingularProperNounTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a singular proper noun.
getSlidingWindowSize() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Get sliding window size.
getSoftTags() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getSortedWordIDs() - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Get sorted word IDs.
getSpecialSeparator() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getSpelling() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Get the spelling.
getSpelling() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Get the spelling.
getSpelling() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get the spelling.
getSpellingStandardizer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get spelling standardizer.
getSpellingStandardizer() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Get spelling standardizer.
getSplitAroundPeriods() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.CanSplitAroundPeriods
Get splitting around periods.
getSplitAroundPeriods() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Get splitting around periods.
getSplitChar() - Method in class edu.northwestern.at.utils.TernaryTrieNode
Return the trie splitting character for this node.
getSpoken() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get spoken flag.
getSpoken() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get spoken/not spoken word flag.
getStackTrace(Throwable) - Static method in class edu.northwestern.at.utils.DebugUtils
Gets a stack trace for an exception.
getStandardChanged() - Method in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Return number of standard spellings changed.
getStandardDeviation() - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Return standard deviation.
getStandardizedSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Get standardized spelling.
getStandardizedSpelling(MorphAdorner, String, String, String) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Get standardized spelling.
getStandardizedSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Get standardized spelling.
getStandardizedSpellings(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get standardized spellings for a word.
getStandardSpelling() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Get the standard spelling.
getStandardSpelling() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Get the standard spelling.
getStandardSpelling() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get the standard spelling.
getStandardSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Return the standard spellings.
getStandardSpellings() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Return the standard spellings.
getStandardSpellings() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Return the standard spellings.
getStartPosition() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Get the starting position of the token.
getState() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Get state.
getStemmer() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Get the stemmer.
getStemOf() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Return stem dictionary.
getStepSize() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Get step size.
getStopWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BaseStopWords
Return stop words as a List.
getStopWords() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.StopWords
Return stop words as a List.
getStopWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Get the stop words.
getStopWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Return stop words.
getStoredAdorners() - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Get map of stored adorners.
getStoreWhitespaceTokens() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.CanTokenizeWhitespace
Get store whitespace tokens.
getStoreWhitespaceTokens() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Get store whitespace tokens.
getString(String) - Static method in class com.cybozu.labs.langdetect.util.Messages
 
getString(String, String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get string from ResourceBundle.
getString(String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get string from ResourceBundle.
getString() - Method in class edu.northwestern.at.utils.ScoredString
Get string.
getString() - Method in class edu.northwestern.at.utils.StringPrintWriter
Since toString() returns information *about* this object, we want a separate method to extract just the contents of the internal buffer as a String.
getStringCount() - Method in class edu.northwestern.at.utils.SingleTagTaggedStrings
Get number of strings.
getStringCount() - Method in interface edu.northwestern.at.utils.TaggedStrings
Get number of strings.
getStringCount() - Method in class edu.northwestern.at.utils.TaggedStringsMap
Get number of strings.
getStringCount() - Method in class edu.northwestern.at.utils.TaggedStringsSet
Get number of strings.
getStringCount() - Method in class edu.northwestern.at.utils.TernaryTrie
Get number of strings.
getStringCount() - Method in class edu.northwestern.at.utils.UTF8Properties
Get number of strings.
getStringFromUTF8Bytes(byte[]) - Static method in class edu.northwestern.at.utils.StringUtils
Get string from utf-8 bytes.
getStringProperty(String, String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get a string configuration property.
getStrings(String, String[]) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Parse ResourceBundle for a String array.
getSubgenre() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Get subgenre.
getSuboption() - Method in exception jargs.gnu.CmdLineParser.UnknownSuboptionException
 
getSuffixLexicon() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get the suffix lexicon.
getSuffixLexicon() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Get the suffix lexicon.
getSuggestedSpellings(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Return suggested spellings.
getSummaryCountsFromCountMap(Map<? extends Object, ? extends Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get summary counts from a count map.
getSumOfCrossProducts(Map<? extends Object, ? extends Number>, Map<? extends Object, ? extends Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get sum of cross products for counts in two maps.
getSumOfSquares() - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Return sum of squares.
getSurnames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Return last name set.
getSurroundMarker() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getSyllableCountMap() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
Get syllable count map.
getSymbolTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a symbol.
getSymbolTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a symbol.
getSynonyms(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.AbstractThesaurus
Get synonyms.
getSynonyms(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.Thesaurus
Get synonyms.
getSynonyms(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.Thesaurus
Get synonyms.
getSynonyms(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Get synonyms.
getSynonyms(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Get synonyms.
getTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get data for a tag.
getTag(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.AbstractPartOfSpeechTagsMapper
Get destination part of speech tag for a source part of speech tag.
getTag(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.NoopPartOfSpeechTagsMapper
Get destination part of speech tag for a source part of speech tag.
getTag(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.PartOfSpeechTagsMapper
Get destination part of speech tag for a source part of speech tag.
getTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Gets the tag.
getTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get data for a tag.
getTag(String) - Method in class edu.northwestern.at.utils.SingleTagTaggedStrings
Get the tag value associated with a string.
getTag(String) - Method in interface edu.northwestern.at.utils.TaggedStrings
Get the tag value associated with a string.
getTag(String) - Method in class edu.northwestern.at.utils.TaggedStringsMap
Get the tag value associated with a string.
getTag(String) - Method in class edu.northwestern.at.utils.TaggedStringsSet
Get the tag value associated with a string.
getTag(String) - Method in class edu.northwestern.at.utils.TernaryTrie
Get the tag value associated with a string.
getTag(String) - Method in class edu.northwestern.at.utils.UTF8Properties
Get the tag value associated with a string.
getTagClass(String) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Get class for a tag.
getTagCount(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get count of times a word appears with a given tag.
getTagCount(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get count of times a word appears with a given tag.
getTagNames() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Return set of tag names.
getTags() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get list of tag entries in PartOfSpeech format.
getTags() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get list of tag entries in PartOfSpeech format.
getTagSeparator() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get part of speech separator.
getTagSeparator() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get part of speech separator.
getTagsForWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get potential part of speech tags for a word.
getTagsForWord(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get potential part of speech tags for a word.
getTagsPathArgumentName() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getTemporaryFilesDirectory() - Static method in class edu.northwestern.at.utils.DirUtils
Get temporary files directory.
getText() - Method in class edu.northwestern.at.morphadorner.PendingElement
Get text.
getText(Node) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Gets text for a node.
getTextSection() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Get the text section.
getTitle() - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Get title.
getTitle() - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Get title.
getToken() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Get the original token.
getToken() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Get the original token.
GetTokenChanges - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Get changes in tokens from one set of adorned files to another.
GetTokenChanges() - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.GetTokenChanges
 
getTokenChanges(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.GetTokenChanges
Get token changes for batch of adorned files.
getTokenText() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Get the token text.
getTokenType(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.TokenizerUtils
Get token type.
getTokenType() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Get the token type.
getTotalWordCount() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Get total number of words.
getTotalWordCount(Map<? extends Object, ? extends Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get total count of words in map.
getTracebackTag(int, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Get traceback tag for a specified tag and word index.
getTransitionMatrix() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Get tag transition probabilities matrix.
getTransitionMatrix() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Get tag transition probabilities matrix.
getTrigramWeights() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Return weights for trigrams using deleted interpolation.
getType() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get type.
getType() - Method in class org.jdom2.contrib.schema.Schema
Returns the schema type.
getUnclear() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get unclear word flag.
getUndeterminedTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get undetermined part of speech tag.
getUndeterminedTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get undetermined part of speech tag.
getUniqueEntryCountForCategory(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Get unique entry count for a category.
getUniqueWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Return unique words as a string array.
getUpdatedId() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get updated word ID.
getURI() - Method in class edu.northwestern.at.morphadorner.PendingElement
Get URI.
getURI() - Method in class org.jdom2.contrib.schema.Schema
Returns the location of the schema document, if known.
getURL(String) - Static method in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Get URL from file name or URL.
getURLFromFileNameOrURL(String) - Static method in class edu.northwestern.at.utils.URLUtils
Get URL from file name or URL.
getUTF8Bytes(String) - Static method in class edu.northwestern.at.utils.StringUtils
Get utf-8 bytes for a string.
getValue() - Method in class edu.northwestern.at.utils.TernaryTrieNode
Get data value for node.
getValue() - Method in exception jargs.gnu.CmdLineParser.IllegalOptionValueException
 
getValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
 
getVariance() - Method in class edu.northwestern.at.utils.math.statistics.Accumulator
Return variance.
getVerbPastTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a verb past tense.
getVerbPastTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a verb past tense.
getVerbTag() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get the part of speech tag for a verb.
getVerbTag() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get the part of speech tag for a verb.
getVerse() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get verse flag.
getVerse() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get verse flag.
getWordAndSentenceCounts(List<List<String>>) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Get actual word and sentence count.
getWordAndSentenceNumbers(MorphAdornerSettings) - Method in class edu.northwestern.at.morphadorner.DefaultMorphAdornerXMLWriter
Get word and sentence numbers.
getWordClass(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Get word class for a tag.
getWordClass() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Gets the word class.
getWordClass(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Get word class for a tag.
getWordClassSynsetType(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Convert word class to Wordnet word synset type.
getWordCount(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get count for a specific word from the count map.
getWordCount(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Return count for a specific word.
getWordCount(List<List<String>>) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Get count of words in a list of sentences.
getWordCount(String) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Get word count for a word.
getWordCount(Map<K, ? extends Number>, K) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get count for a specific word form from a count map.
getWordCounts() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the count for each word in this multiword unit.
getWordCounts() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Return word count map.
getWordDelimiters() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getWordField() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getWordIndex() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get word index.
getWordLexicon() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Get the word lexicon.
getWordLexicon() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Get the word lexicon.
getWordList(String, String, String, MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Get word list.
getWordNetDataDirectory() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Get location of WordNet data files.
getWordNumber() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Get word number in sentence.
getWordNumber() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get word number in sentence.
getWordPartIDs(AdornedWordsLoader, String) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Get all word IDs for a split word.
getWordPathArgumentName() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the words in this multiword unit.
getWords() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Return tokenized text words as a string array.
getWords() - Method in class edu.northwestern.at.utils.TernaryTrie
This will return an array of all the words in this TernaryTrie.
getWordsFromMap(Map<K, ?>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get words from a map.
getWordsInCommon(Map<K, ? extends Number>, Map<K, ? extends Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get list of words which two count maps share.
getWordsProcessed() - Method in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Return number of words processed.
getWordTagName() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getWordText() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Get word text.
getWordText() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Get word text.
getWordText(ExtendedAdornedWord) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Get word text for an extended adorned word.
getWordText(AdornedWordsLoader, String) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Get word text.
getWorkId() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Get work ID.
getWorkID() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Get the work ID.
getWriteIds() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getWriteLog() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getWritePath() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
getWriter() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Gets the Writer attribute of the BufferedRandomAccessFile object
getXMLWordAttribute(int) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get XML word attribute.
getXMLWordAttributes() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get XML word attributes.
getZipFile() - Method in interface edu.northwestern.at.utils.UsesZipFile
Get the zip file.
GL - Class in com.rmtheis.langdetect.profile
 
GL() - Constructor for class com.rmtheis.langdetect.profile.GL
 
GlobalBean - Class in net.sf.jlinkgrammar
This is a hacked construct.
GlobalBean() - Constructor for class net.sf.jlinkgrammar.GlobalBean
 
globalDictionary - Variable in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
The global dictionary.
glom_aux_connector(Disjunct, int, boolean) - Static method in class net.sf.jlinkgrammar.Sentence
In this case the connector is to connect to the "either", "neither", "not", or some auxilliary d to the current which is a conjunction.
glom_comma_connector(Disjunct) - Static method in class net.sf.jlinkgrammar.Sentence
This file contains the functions for massaging disjuncts of the sentence in special ways having to do with conjunctions.
goodWorksFileName - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
File name of file to hold names of works for which conversion succeeds.
goodWorksSet - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
File names of works converted successfully.
GREEK_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
grow_LT() - Method in class net.sf.jlinkgrammar.Sentence
 
GU - Class in com.rmtheis.langdetect.profile
 
GU() - Constructor for class com.rmtheis.langdetect.profile.GU
 
guessedTag - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TrainingWord
Guessed tag.
guesser - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Part of speech guesser.
guessPartsOfSpeech(String, boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Guesses part of speech for a word.
guessPartsOfSpeech(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Guesses part of speech for a word.
guessPartsOfSpeech(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.DefaultPartOfSpeechGuesser
Guesses candidate parts of speech for a word.
guessPartsOfSpeech(List<String>, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.DefaultPartOfSpeechGuesser
Guesses part of speech for a word in a sentence.
guessPartsOfSpeech(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Guesses part of speech for a word.
guessPartsOfSpeech(String, boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Guesses part of speech for a word.
guessPartsOfSpeech(List<String>, int) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Guesses part of speech for a word in a sentence.

H

handleGap(Content, boolean, List<Element>) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Handle gap tag.
handlePlainField(String, StringBuffer, int) - Method in class edu.northwestern.at.utils.csv.CSVFileReader
Handles an unqualified field.
handleQuotedField(String, StringBuffer, int) - Method in class edu.northwestern.at.utils.csv.CSVFileReader
Handles a qualified field.
handleSup(Content) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Handle sup tag.
handleW(List<Content>, int) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Handle w tag.
has_fat_down - Static variable in class net.sf.jlinkgrammar.Sentence
 
hasApostrophe(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string contains at least one apostrophe.
hasCapitalLetter(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string contains at least one capital letter.
hasDash(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string contains a dash of some kind.
hasDigit(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if at least one character in a string is a digit.
hasGapCharacter(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string contains at least one gap marker character.
hasGapMarkers(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if any characters in a string are gap markers.
hasGreekLetters(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if any characters in a string are Greek letters.
hash(int, int, Connector, Connector, int) - Static method in class net.sf.jlinkgrammar.Sentence
 
hash_S(Connector) - Static method in class net.sf.jlinkgrammar.Sentence
This hash function only looks at the leading upper case letters of the connector string, and the label fields.
hash_table - Variable in class net.sf.jlinkgrammar.AndData
 
hash_table - Variable in class net.sf.jlinkgrammar.ConnectorSet
 
hash_table - Variable in class net.sf.jlinkgrammar.LinksetSet
 
hash_table - Variable in class net.sf.jlinkgrammar.PPLinkset
 
hash_table_size - Variable in class net.sf.jlinkgrammar.LinksetSet
 
hash_table_size - Variable in class net.sf.jlinkgrammar.PPLinkset
 
hashCode() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Get the hash code of the keys.
hashCode() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Returns a hash code for the object.
hashCode() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Hash code is hash value for word ID.
hashCode() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Get the hash code of the keys.
hashCode - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
The hash code.
hashCode() - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Get the hash code of the keys.
hashCode() - Method in class edu.northwestern.at.utils.CompoundKey
Get the hash code of the keys.
hashCode() - Method in class edu.northwestern.at.utils.math.Probability
Get a hash code for this object.
hashCode() - Method in class edu.northwestern.at.utils.MutableInteger
 
hashCode() - Method in class edu.northwestern.at.utils.MutableLong
 
hashCode() - Method in class edu.northwestern.at.utils.SparseBitSet
Return hash code for set.
hashCode() - Method in class edu.northwestern.at.utils.xml.jdom.ElementsFilter
 
hashCode() - Method in class org.jdom2.contrib.schema.Schema.Type
Returns a unique identifier for this type.
hashCode() - Method in class org.jdom2.contrib.schema.ValidationError.Severity
Returns a unique identifier for this severity.
HashMap2D<K1 extends java.lang.Comparable,K2 extends java.lang.Comparable,V> - Class in edu.northwestern.at.utils
Two dimensional HashMap.
HashMap2D() - Constructor for class edu.northwestern.at.utils.HashMap2D
Create two dimensional hash map.
HashMap2D(int) - Constructor for class edu.northwestern.at.utils.HashMap2D
Create two dimensional hash map with specified initial row capacity.
HashMap3D<K1 extends java.lang.Comparable,K2 extends java.lang.Comparable,K3 extends java.lang.Comparable,V> - Class in edu.northwestern.at.utils
Three dimensional Map.
HashMap3D() - Constructor for class edu.northwestern.at.utils.HashMap3D
Create three dimensional hash map.
HashMap3D(int) - Constructor for class edu.northwestern.at.utils.HashMap3D
Create three dimensional map with specified initial row capacity.
HashMapSpellingDictionary - Class in edu.northwestern.at.utils.spellcheck
HashMapSpellingDictionary -- implements hash map based spelling dictionary.
HashMapSpellingDictionary() - Constructor for class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Create HashMapSpellingDictionary.
HasID - Interface in edu.northwestern.at.utils
HasID -- interface for objects which have ID fields.
hasInternalCaps(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string contains internal capital letters.
hasMessages() - Method in exception edu.northwestern.at.utils.InvalidDataException
Check there are any error messages.
hasNext() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Check if there is another sentence available.
hasNext() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIterator
Check if there is another sentence available.
hasPeriod(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string contains at least one period.
hasPunctuation(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if any characters in a string are punctuation.
hasPunctuationNotApostrophes(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if any characters in a string are punctuation.
hasSingleQuote(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string contains a single quote.
hasSymbols(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if any characters in a string are symbols.
hasToTag(HeppleTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
haveInterpGrp - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
True if interGrp text is not empty.
haveOrHaveNot(boolean) - Static method in class edu.northwestern.at.utils.StringUtils
Return "have", "have not" based upon boolean value.
haveProbabilities - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
True if probabilities calculated.
HE - Class in com.rmtheis.langdetect.profile
 
HE() - Constructor for class com.rmtheis.langdetect.profile.HE
 
head - Variable in class edu.northwestern.at.utils.cache.OldLRUCache
 
header(int) - Method in class net.sf.jlinkgrammar.Linkage
Supplies the postscript header used when generating a postscript output file
HEBREW_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
height_dfs(int, int) - Method in class net.sf.jlinkgrammar.ParseInfo
 
height_perm - Static variable in class net.sf.jlinkgrammar.ParseInfo
 
heldCorrectedWord - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Held corrected word.
help() - Static method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Prints the help message.
help() - Static method in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Display brief help.
help() - Static method in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Display brief help.
help() - Static method in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Help text.
help() - Static method in class edu.northwestern.at.morphadorner.tools.sampletextfile.RandomlySampleTextFile
Help text.
help() - Static method in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Prints the help message.
HeppleTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple
HeppleTagger: Mark Hepple's Part of Speech Tagger.
HeppleTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Construct a Hepple POS tagger.
HI - Class in com.rmtheis.langdetect.profile
 
HI() - Constructor for class com.rmtheis.langdetect.profile.HI
 
hikid - Variable in class edu.northwestern.at.utils.TernaryTrieNode
High child of this node.
hMap - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
hmAttributes - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
hornersMethod(double[], double) - Static method in class edu.northwestern.at.utils.math.Polynomial
Evaluate a polynomial expression using Horner's method.
HR - Class in com.rmtheis.langdetect.profile
 
HR() - Constructor for class com.rmtheis.langdetect.profile.HR
 
HT - Class in com.rmtheis.langdetect.profile
 
HT() - Constructor for class com.rmtheis.langdetect.profile.HT
 
HT_SIZE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
HtmlTemplate - Class in edu.northwestern.at.utils.servlets
A simple HTML template manager for servlets.
HtmlTemplate(String, String) - Constructor for class edu.northwestern.at.utils.servlets.HtmlTemplate
Create HtmlTemplate with specified template file name.
HtmlTemplate(URL, String) - Constructor for class edu.northwestern.at.utils.servlets.HtmlTemplate
Create HtmlTemplate with specified template URL.
HTMLUtils - Class in edu.northwestern.at.utils.html
HTML utilities.
HTMLUtils() - Constructor for class edu.northwestern.at.utils.html.HTMLUtils
Don't allow instantiation, do allow overrides.
HU - Class in com.rmtheis.langdetect.profile
 
HU() - Constructor for class com.rmtheis.langdetect.profile.HU
 
hyphenate(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BaseHyphenator
Add hyphenation points to a single Base word.
hyphenate(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.Hyphenator
Add hyphenation points to a word.
HYPHENATED_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
hyphenated_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
Hyphenator - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
Defines an interface for adding hyphenation points to a word.
HyphenatorFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator
Hyphenator factory.
HyphenatorFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.HyphenatorFactory
 
hyphenMatcher - Static variable in class edu.northwestern.at.utils.CharUtils
 
hyphenPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Pattern for 1 or more hyphens.
hyphens - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Pattern to match two or more hyphens in a row.
hyphensMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
 
hyphensPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Pattern for 2 or more hyphens.
hypot(double, double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Safely calculate hypotenuse value.

I

i - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
i_end - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
ICU4JBreakIteratorSentenceSplitter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
Splits text into sentences using regular expressions.
ICU4JBreakIteratorSentenceSplitter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitter
Create regular expression sentence extractor.
ICU4JBreakIteratorSentenceSplitter(Locale) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitter
Create regular expression sentence extractor for locale.
ICU4JBreakIteratorSentenceSplitterIterator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
BreakIterator-based sentence splitter iterator.
ICU4JBreakIteratorSentenceSplitterIterator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Create sentence iterator.
ICU4JBreakIteratorSentenceSplitterIterator(Locale) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Create sentence iterator with specified locale.
ICU4JBreakIteratorSentenceSplitterIterator(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Create sentence iterator over text.
ICU4JBreakIteratorSentenceSplitterIterator(String, Locale) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Create sentence iterator over text with specified locale.
ICU4JBreakIteratorWordTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Word tokenizer which uses ICU library for tokenization.
ICU4JBreakIteratorWordTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Create a word tokenizer that uses the ICU4J word break iterator.
ICU4JBreakIteratorWordTokenizer(Locale) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Create a word tokenizer that uses the ICU4J word break iterator.
ID - Class in com.rmtheis.langdetect.profile
 
ID() - Constructor for class com.rmtheis.langdetect.profile.ID
 
id - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.SimpleXMLAdornedWordOutputter
Word ID.
id - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Current ID value as string.
id - Variable in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
The word ID.
id - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Word ID.
id - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
ID for word changed.
id - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Word ID.
id - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
----- Short names.
ID_FORMATTER - Static variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Word ID formatters.
idAttrName - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
ID attribute name.
idAttrName - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
ID attribute name.
IDFixerFilter - Class in edu.northwestern.at.morphadorner
XML filter which updates tag IDs and attributes.
IDFixerFilter(XMLReader, PartOfSpeechTags, String, int, SortedArrayList<SentenceAndWordNumber>, Map<Integer, Integer>, int, int, MorphAdornerSettings, boolean) - Constructor for class edu.northwestern.at.morphadorner.IDFixerFilter
Create ID filter.
IDLEFT - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
idList - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
List of String word IDs.
idPattern - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
ID pattern.
idReplacer - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
ID replacement.
IDRIGHT - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
idSpacing - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
ID Spacing.
idToWordInfo - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Map word ID to list of adorned word information objects.
idType - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
ID Type.
IDVALUE - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
idx_of_active_label - Variable in class net.sf.jlinkgrammar.PPLexTable
read state: current label
ifBlankPrecedes(Element) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Determine if blank marker element ( ) precedes a word.
ifdefDirective - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
 
ifndefDirective - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
 
ignorableWhitespace(char[], int, int) - Method in class com.megginson.sax.XMLWriter
Write ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Handle whitespace.
ignorableWhitespace(char[], int, int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Handle whitespace.
ignore_these_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
ignoreAbbreviationPenalty - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Allow disabling the abbreviation penalty heuristic, which exponentially disadvantages words that are sometimes found without a final period.
ignoreLexiconEntriesForLemmatization - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Ignore lemma in lexicon when lemmatizing.
ignoreList - Variable in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Ignore list.
ignoreTagCase - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
ILLINOIS - Static variable in class edu.northwestern.at.utils.math.rootfinders.Secant
Constant defining the plain Method of Secants.
image_array - Static variable in class net.sf.jlinkgrammar.Sentence
 
ImageNode - Class in net.sf.jlinkgrammar
TODO add javadoc
ImageNode() - Constructor for class net.sf.jlinkgrammar.ImageNode
 
importData(Connection) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Imports the data into the MySQL table.
improper_fat_linkage - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
in - Variable in class edu.northwestern.at.utils.csv.CSVFileReader
Buffered reader for the CSV file to be read.
INC - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
inc(String, int, ContextVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Increment frequency count of key.
inc(String) - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
include(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Decide whether word i is worth using as feature for segmentation.
includeDirective - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
 
includeRootName - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
The include file directory.
incompleteBeta(double, double, double, int) - Static method in class edu.northwestern.at.utils.math.distributions.Beta
Cumulative probability density function for the incomplete beta function.
incompleteBeta(double, double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Beta
Cumulative probability density function for the incomplete beta function.
incompleteBetaInverse(double, double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Beta
Compute value of inverse incomplete beta distribution.
incompleteGamma(double, double, int, int) - Static method in class edu.northwestern.at.utils.math.distributions.Gamma
Cumulative probability density function for the incomplete gamma function.
incompleteGamma(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Gamma
Cumulative probability density function for the incomplete gamma function.
inconsistent_domains - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
incorrect - Variable in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Incorrectly tagged count.
incorrectTag - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Incorrect tag.
incorrectTagCount - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Number of times incorrect tag appears instead of correct tag.
incorrectTags - Static variable in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff
Map of incorrect tags and counts.
increment_current_name() - Method in class net.sf.jlinkgrammar.Dictionary
 
incrementCount(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Increment unigram tag count.
incrementCount(String, String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Increment bigram tag count.
incrementCount(String, String, String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Increment trigram tag count.
incrementCountMap(Map<K, Number>, Map<K, Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Increment words/counts in one map from another.
incrementCurrentFileNumber() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Increment index of file currently being processed.
incrementRuleCorrections() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Increment count of successful rule applications.
incrementRuleCorrections() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Increment count of successful rule applications.
incrementUniqueEntryCountForCategory(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Increment number of unique entries for a category.
incrementWordCountMap(AdornedWordCountInfo) - Static method in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Updates counts for an adorned word in a set.
IndentingXMLWriter - Class in edu.northwestern.at.utils.xml
XMLWriter which indents the output before each tag.
IndentingXMLWriter(XMLReader, Writer) - Constructor for class edu.northwestern.at.utils.xml.IndentingXMLWriter
Create indenting XML writer.
indents - Variable in class edu.northwestern.at.utils.xml.IndentingXMLWriter
Blanks for indentation.
indentStep - Variable in class edu.northwestern.at.utils.xml.IndentingXMLWriter
Number of spaces to indent each level of XML.
index - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
indexOf(Object) - Method in class edu.northwestern.at.utils.SortedArrayList
Return index of first matching list entry.
indexOfIgnoreCase(String, String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Searches a string for a case-insensitive substring match.
indexOfIgnoreCase(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Searches a string for a case-insensitive substring match.
indexOfIgnoreCaseWholeWord(String, String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Searches a string for a case-insensitive whole word substring match.
inDoubleQuotes - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
True if we're in a double quoted portion of the text.
Inflector - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.inflector
Defines an interface for inflecting a word.
InflectorFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector
Inflector factory.
InflectorFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.InflectorFactory
 
INFO - Static variable in class edu.northwestern.at.utils.logger.LoggerConstants
Info logging level.
info - Variable in class net.sf.jlinkgrammar.Linkage
index and cost information
ING_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
ing_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
init() - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Initialize resources.
init() - Method in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Initialize resources.
init() - Method in class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper
Initialize resources.
init() - Method in class edu.northwestern.at.utils.UnicodeReader
Read-ahead four bytes and check for BOM marks.
init_cms_table() - Method in class net.sf.jlinkgrammar.Sentence
 
init_connector() - Method in class net.sf.jlinkgrammar.Connector
 
init_fast_matcher() - Method in class net.sf.jlinkgrammar.Sentence
 
init_HT() - Method in class net.sf.jlinkgrammar.Sentence
 
init_LT() - Method in class net.sf.jlinkgrammar.Sentence
 
init_power() - Method in class net.sf.jlinkgrammar.Sentence
allocates and builds the initial power hash tables
init_randtable() - Static method in class net.sf.jlinkgrammar.MyRandom
 
init_table() - Method in class net.sf.jlinkgrammar.Sentence
A piecewise exponential function determines the size of the hash table.
init_x_table() - Method in class net.sf.jlinkgrammar.Sentence
A piecewise exponential function determines the size of the hash table.
initAnnie(String) - Method in class edu.northwestern.at.morphadorner.gate.Annie
Initialize Annie.
initialise(List) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Initialize.
initialize(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Initialize.
initialize() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Initialize.
initialize(PPLinkset, int) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
initialize_conjunction_tables() - Method in class net.sf.jlinkgrammar.Sentence
 
initialize_links() - Method in class net.sf.jlinkgrammar.ParseInfo
 
initializeAdornment() - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Initialize adornment classes.
initialized - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
True if MorphAdorner already initialized.
initializeSettings(MorphAdornerLogger) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Initialize MorphAdorner settings.
InitializeVars(String[]) - Static method in class net.sf.jlinkgrammar.Parser
 
initialMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
initialPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
initIVowelPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
initIVowelPatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktAbbreviationDetector
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
# params before input file specs.
INITPARAMS - Static variable in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
# params before input file specs.
initParams - Variable in class edu.northwestern.at.utils.FileBatchProcessor
# params before input file specs.
initPrefixvVowelPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
initPrefixvVowelPatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
initUVowelPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
initUVowelPatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
inJumpTag - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Jump tag flag.
inMonkHeader - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
True if in Monk header.
input - Variable in class net.sf.jlinkgrammar.ParseOptions
Set the input reader
input_char - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
input_pending - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
inputASName - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Input annotation name.
inputCorrectionsDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Input directory for corrections files.
inputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Input directory.
inputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Input directory.
inputFileName - Variable in class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Input file name.
inputStream - Variable in class edu.northwestern.at.utils.StreamGrabber
Input stream to read.
inputXML - Static variable in class edu.northwestern.at.morphadorner.tools.applyxslt.ApplyXSLT
Input source.
inputXMLDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Input directory for adorned files.
insert_block(int, int) - Method in class edu.northwestern.at.utils.SparseBitSet
 
insert_connectors(int) - Method in class net.sf.jlinkgrammar.Exp
 
insert_dict(DictNode, DictNode) - Method in class net.sf.jlinkgrammar.Dictionary
Insert the new node into the dictionary below node n give error message if the new element's string is already there assumes that the "n" field of new is already set, and the left and right fields of it are null
insert_idiom(DictNode) - Method in class net.sf.jlinkgrammar.Dictionary
Takes as input a pointer to a DictNode.
insert_in_cms_table(String) - Method in class net.sf.jlinkgrammar.Sentence
 
insert_list(DictNode, int) - Method in class net.sf.jlinkgrammar.Dictionary
Insert the list into the dictionary.
insert_S(Connector) - Static method in class net.sf.jlinkgrammar.Sentence
 
insertBuffer - Variable in class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
The string buffer in which to build the insert statement.
insertNode(OldLRUCache<K, V>.Node) - Method in class edu.northwestern.at.utils.cache.OldLRUCache
 
insertNode(TernaryTrieNode, String, int, Object) - Method in class edu.northwestern.at.utils.TernaryTrie
This will recursively insert a word into the TernaryTrie one node at a time beginning at the supplied node.
insertWord(String, CorrectedWord, List<String>, int) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Insert word in XML file.
inSideText(Node) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Is element in side text.
inSingleQuotes - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
True if we're in a single quoted portion of the text.
install_fat_connectors() - Method in class net.sf.jlinkgrammar.Sentence
 
install_special_conjunctive_connectors() - Method in class net.sf.jlinkgrammar.Sentence
 
intCountNonBlanks - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
intCountTags - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
intCpt - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
integerToRoman(int) - Static method in class edu.northwestern.at.utils.RomanNumeralUtils
Convert integer to a Roman numeral.
integerToRomanMap - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Integer to Roman numerals map for 1 - 5000 .
integerToRomanNumerals(int) - Static method in class edu.northwestern.at.utils.RomanNumeralUtils
Convert integer to a Roman numeral.
integerValues - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Integer values for entries in "romanNumerals".
INTERJECTION - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
internal_process(Postprocessor, Sublinkage, String[]) - Static method in class net.sf.jlinkgrammar.Postprocessor
Walk the sublinkage and apply rules.
INTERNALERROR - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
internalIn - Variable in class edu.northwestern.at.utils.UnicodeReader
 
internalIn2 - Variable in class edu.northwestern.at.utils.UnicodeReader
 
interpGrpXMLText - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
XML text of interGrp section defining part of speech tags.
intersect_disjuncts(Disjunct) - Method in class net.sf.jlinkgrammar.Disjunct
 
intersect_strings(String, String) - Static method in class net.sf.jlinkgrammar.Sentence
 
intersects(SparseBitSet) - Method in class edu.northwestern.at.utils.SparseBitSet
Check if this set and another share at least one set bit.
intersperseTextLines(String, String, String, String, String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Intersperse text lines from two files.
inText - Static variable in class edu.northwestern.at.utils.xml.TEITextExtractorHandler
Track if we're in element.
intID - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
intLongWord - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
intPath - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
intStrWordIndex - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
intStrWordLength - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
intToString(int) - Static method in class edu.northwestern.at.utils.StringUtils
Convert integer to string.
intToStringWithZeroFill(int, int) - Static method in class edu.northwestern.at.utils.StringUtils
Convert integer to string with left zero fill.
intValue() - Method in class edu.northwestern.at.utils.MutableInteger
 
intValue() - Method in class edu.northwestern.at.utils.MutableLong
 
intWordField - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
intZero - Static variable in class edu.northwestern.at.utils.math.NumberOps
Integer zero as a Number.
InvalidDataException - Exception in edu.northwestern.at.utils
Exception for reporting invalid data input.
InvalidDataException() - Constructor for exception edu.northwestern.at.utils.InvalidDataException
Create empty data exception.
InvalidDataException(String) - Constructor for exception edu.northwestern.at.utils.InvalidDataException
Create data exception with error description.
InvalidRuleException - Exception in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
InvalidRuleException() - Constructor for exception edu.northwestern.at.morphadorner.corpuslinguistics.postagger.InvalidRuleException
 
InvalidRuleException(String) - Constructor for exception edu.northwestern.at.morphadorner.corpuslinguistics.postagger.InvalidRuleException
 
inverse(String, EntropyVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector
Return inverse for labeled table entry.
inverse - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector.TableValue
 
INVISIBLE_SEPARATOR - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode invisible separator.
INVISIBLE_SEPARATOR_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
IRetagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger
"I" retagger.
IRetagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger.IRetagger
Create "I" retagger.
IRREGULAR_NOUNS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
irregularForms - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Irregular forms.
irregularFormsFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.EnglishLemmatizer
Path to list of irregular word forms.
irregularFormsWordClasses - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Word classes of irregular forms.
IrregularMappingRule - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule
A rule for specifying an irregular inflection using a combination of a map of singular to plural forms and a regular expression replacement.
IrregularMappingRule(Map<String, String>, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.IrregularMappingRule
Construct a rule using a regular expression and irregular forms map.
irregularVerbs - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
Map3D of irregular verbs.
irregularVerbsPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
Resource path to map of irregular verbs.
IS - Class in com.rmtheis.langdetect.profile
 
IS() - Constructor for class com.rmtheis.langdetect.profile.IS
 
is_appropriate(Disjunct) - Method in class net.sf.jlinkgrammar.Sentence
returns true if the disjunct is appropriate to be made into fat links.
is_canonical_linkage() - Method in class net.sf.jlinkgrammar.Sentence
uses link_array[], chosen_disjuncts[], has_fat_down[].
is_CON_word(int) - Static method in class net.sf.jlinkgrammar.ParseInfo
 
is_conjunction - Variable in class net.sf.jlinkgrammar.Word
is conjunction or not
is_connected(Postprocessor) - Static method in class net.sf.jlinkgrammar.Postprocessor
Returns true if the linkage is connected, considering words that have at least one edge....this allows conjunctive sentences not to be thrown out.
is_defined - Variable in class net.sf.jlinkgrammar.ConnectorSet
 
is_ed_word(String) - Static method in class net.sf.jlinkgrammar.Dictionary
 
is_equal(int) - Method in class net.sf.jlinkgrammar.Dictionary
returns true if this token is a special token and it is equal to c
is_idiom_number(String) - Static method in class net.sf.jlinkgrammar.Dictionary
return true if the string s is a sequence of digits.
is_idiom_string(String) - Static method in class net.sf.jlinkgrammar.Dictionary
Returns false if it is not a correctly formed idiom string.
is_idiom_word(String) - Static method in class net.sf.jlinkgrammar.Dictionary
 
is_ing_word(String) - Static method in class net.sf.jlinkgrammar.Dictionary
 
is_initials_word(String) - Static method in class net.sf.jlinkgrammar.Dictionary
This might be a good place for entity extraction since all cap words often represent entities US, DOD etc.
IS_JAVA_13_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.3 or later.
IS_JAVA_142_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.4.2 or later.
IS_JAVA_14_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.4 or later.
IS_JAVA_15_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.5 or later.
IS_JAVA_16_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.6 or later.
IS_JAVA_17_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.7 or later.
IS_JAVA_18_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.8 or later.
IS_JAVA_19_OR_LATER - Static variable in class edu.northwestern.at.utils.Env
True if running Java 2 level 1.9 or later.
is_ly_word(String) - Static method in class net.sf.jlinkgrammar.Dictionary
 
is_number(String) - Static method in class net.sf.jlinkgrammar.Dictionary
 
is_numerical_rhs(String) - Method in class net.sf.jlinkgrammar.ParseOptions
 
is_s_word(String) - Static method in class net.sf.jlinkgrammar.Dictionary
 
is_special - Variable in class net.sf.jlinkgrammar.Dictionary
 
isAbbreviation(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Checks if string is a probable abbreviation.
isAdorned(String, int) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Check if file is already adorned.
isAllAsterisks(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is all asterisks.
isAllCaps - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier.CruftySpelling
True if original crufty spelling is all caps.
isAllCaps(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is all caps.
isAllHyphens(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is all hyphens.
isAllLowerCase(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is all lower case.
isAllPeriods(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is all periods.
isAnAbbreviation(String) - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Determine if abbreviation candidate is actually an abbreviation.
isApostrophe(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is an apostrophe.
isAuthor(String) - Static method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Determine if this is an author element or not.
isAWord(String) - Static method in class edu.northwestern.at.utils.CharUtils
Check if a string is a word (Unicode letters, digits, hyphen).
isBiblFull(String) - Static method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Determine if this is a biblFull element or not.
isboolean - Variable in class net.sf.jlinkgrammar.ParseOptions.Switch
 
isBreakingDash(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is a breaking dash of some kind.
isCapitalLetter(char) - Static method in class edu.northwestern.at.utils.CharUtils
Check if character is a capital letter.
IsCloseable - Interface in edu.northwestern.at.utils
IsCloseable -- interface for objects which can be closed.
IsCloseableObject - Class in edu.northwestern.at.utils
IsCloseableObject -- an object which can be closed.
IsCloseableObject() - Constructor for class edu.northwestern.at.utils.IsCloseableObject
 
isClosingPunctuationOnly(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Check if sentence contains only closing punctuation.
isClosingQuote(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Is character a closing quote?
isClosingQuote(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is any kind of closing quote.
isCompoundLemma(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Check if lemma is compound lemma.
isCompoundLemma(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Check if lemma is compound lemma.
isCompoundTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Check of specified tag contains more than one part of speech.
isCompoundTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Check if specified tag contains more than one part of speech.
isContinued(String) - Method in class edu.northwestern.at.utils.UTF8Properties
Check if property continues on the next line.
isCurrency(String) - Static method in class edu.northwestern.at.utils.CharUtils
Check for currency.
isDash(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is a dash of some kind.
isDBNull(String) - Static method in class edu.northwestern.at.morphadorner.tools.mergespellingdata.MergeSpellingData
Check if a string represents a database null value.
isDebuggingEnabled() - Method in class edu.northwestern.at.utils.logger.BaseLogger
Returns true if debugging messages are enabled.
isDebuggingEnabled() - Method in class edu.northwestern.at.utils.logger.DummyLogger
Returns true if debugging messages are enabled.
isDebuggingEnabled() - Method in interface edu.northwestern.at.utils.logger.Logger
Returns true if debugging messages are enabled.
isDebuggingEnabled() - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Returns true if debugging messages are enabled.
isDeterminerTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a determiner.
isDeterminerTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a determiner.
isDigit(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Determine if character is a digit.
isDigit(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is a digit.
isDigits(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if all characters in a string are digits.
isEmpty() - Method in class edu.northwestern.at.utils.CompressedHashMap
 
isEmpty() - Method in class edu.northwestern.at.utils.QueueStack
Check if stack is empty.
isEndOfWord() - Method in class edu.northwestern.at.utils.TernaryTrieNode
This returns the endOfWord for this TernaryTrieNode.
isEnglishVowel(char) - Static method in class edu.northwestern.at.utils.CharUtils
Is character an English vowel?
isEOSAbbreviation(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Checks if string is an abbreviation on which a sentence can end.
isFirstLetterCapital(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if first letter in a string is uppercase.
isFirstPart() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Check if word is first (or only) part of a split word.
isFirstPart() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Check if word is first (or only) part of a split word.
isFirstWord - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True if we're processing first word in a sentence.
isFirstWord - Variable in class edu.northwestern.at.morphadorner.XMLWriterState
True if we're processing first word in a sentence.
isFirstWordPart(String) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Is word first part of split word?
isForeignWordTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a foreign word.
isForeignWordTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a foreign word.
isGap - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
True if word corresponds to a , false otherwise.
isGapMarker(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is a gap marker.
isGreekLetter(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is a Greek letter.
isHardTag(String) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Is tag a hard tag?
isHardTag(String) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Is tag a hard tag?
isHTMLTaggedText(String) - Static method in class edu.northwestern.at.utils.html.HTMLUtils
Simple-minded test for determining if string is HTML/XML tagged .
ishyphenated(String) - Static method in class net.sf.jlinkgrammar.Dictionary
returns true iff it's an appropriately formed hyphenated word.
isInitial(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Checks if string is an initial.
isInterjectionTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Check if specified tag is an interjection.
isInterjectionTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Check if specified tag is an interjection.
isJumpTag(String) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Is tag a jump tag?
isJumpTag(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
isJumpTag(String) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Is tag a jump tag?
isKnownAbbreviation(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Checks if string is a known abbreviation.
isKnownAposToken(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
Checks if string is a known token with apostrophe.
island - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
islands_ok - Variable in class net.sf.jlinkgrammar.ParseOptions
If true, then linkages with islands (separate component of the link graph) will be generated (default=false)
isLastPart() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Check if word is last (or only) part of a split word.
isLastPart() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Check if word is last (or only) part of a split word.
isLetter(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Determine if character is a letter.
isLetter(char) - Static method in class edu.northwestern.at.utils.CharUtils
Check if character is a letter.
isLetter(String) - Static method in class edu.northwestern.at.utils.CharUtils
Check if string is a single letter.
isLetterOrSingleQuote(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Is character a letter or a single quote?
isLetters(String) - Static method in class edu.northwestern.at.utils.CharUtils
Check if string contains only letters.
isLoggerEnabled() - Method in class edu.northwestern.at.utils.logger.BaseLogger
Returns true if logger is enabled.
isLoggerEnabled() - Method in class edu.northwestern.at.utils.logger.DummyLogger
Returns true if logger is enabled.
isLoggerEnabled() - Method in interface edu.northwestern.at.utils.logger.Logger
Returns true if logger is enabled.
isLoggerEnabled() - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Returns true if logger is enabled.
isLooseOrdinalRomanNumeral(String) - Static method in class edu.northwestern.at.utils.RomanNumeralUtils
See if string is an ordinal Roman numeral using looser definition.
isLooseRomanNumeral(String) - Static method in class edu.northwestern.at.utils.RomanNumeralUtils
See if string is a Roman numeral using looser (older) definition.
isMiddlePart() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Check if word is middle (or only) part of a split word.
isMiddlePart() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Check if word is middle (or only) part of a split word.
isMultipleHyphens(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
True if string contains only 2 or more hyphens.
isNameOrPlace(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
See if string is a name or a place.
isNamePrefix(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Check if word is a name prefix (Mr., Mrs., etc.).
isNegativeZero(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Check if number is negative zero.
isNoun(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Check if word is a possible noun.
isNounTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a noun.
isNounTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a noun.
isNumber(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if a string is a number.
isNumberTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a number.
isNumberTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a number.
isNumeric - Variable in class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
True if a field is a number, false otherwise.
isOpeningQuote(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is any kind of opening quote.
isOrdinal(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if a string is an ordinal number.
isOrIsNot(boolean) - Static method in class edu.northwestern.at.utils.StringUtils
Return "is", "is not" based upon boolean value.
isOutputDirectory() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Tests whether the specified output file name is a directory.
isPeriod(PunktToken) - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Check if token is a period.
isPersonalPronounTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a personal pronoun.
isPersonalPronounTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a personal pronoun.
isPersonName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Check if string is a person name.
isPersonName(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Check if list of words form a person's name.
isPlaceName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Check if name is a place name.
isPossessiveAsterisks(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is asterisks followed by 's.
isPossessiveDashes(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is two or more dashes followed by 's.
isPossessiveInitial(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Checks if string is a possible possessive initial.
isPronoun(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Check if word is a possible pronoun.
isPronounTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a pronoun.
isPronounTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a pronoun.
isProperAdjectiveTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a proper adjective.
isProperAdjectiveTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a proper adjective.
isProperNoun(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Check if word is a possible proper noun.
isProperNounTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a proper noun.
isProperNounTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a proper noun.
isPunctuation(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is punctuation.
isPunctuation(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if all characters in a string are punctuation.
isPunctuationAndNotGap(String) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Check if string is punctuation, but not a gap span.
isPunctuationOrSymbol(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is punctuation or symbol.
isPunctuationOrSymbol(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if all characters in a string are punctuation or symbols.
isPunctuationTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for punctuation.
isPunctuationTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for punctuation.
isRegularExpression(String) - Static method in class edu.northwestern.at.utils.StringUtils
See if string is a regular expression.
isRomanNumeral(String) - Static method in class edu.northwestern.at.utils.RomanNumeralUtils
See if string is a Roman numeral.
isSideTextTag(String) - Method in class edu.northwestern.at.utils.xml.TEITagClassifier
Is tag side text?
isSingleOpeningQuote(char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
True if character is a single opening quote.
isSingleOpeningQuote(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is a single opening quote.
isSingleQuote(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is single quote.
isSingleQuoteS(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if string is "single quote + s".
isSingularNounTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a singular noun.
isSingularNounTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a singular noun.
isSlavoGermanic() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
isSoftTag(String) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Is tag a soft tag?
isSoftTag(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
isSoftTag(String) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Is tag a soft tag?
isSplitWord() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Check if word is a split word.
isSpoken - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Spoken word flag.
isStopWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BaseStopWords
Tests if a specified word is a stop word.
isStopWord(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.StopWords
Tests if a specified word is a stop word.
isSubscript(char) - Static method in class edu.northwestern.at.utils.CharUtils
Is character a subscript character.
issue_link(Disjunct, Disjunct, Link) - Method in class net.sf.jlinkgrammar.ParseInfo
 
issue_links_for_choice(ParseChoice) - Method in class net.sf.jlinkgrammar.ParseInfo
 
issue_special_command(String, Dictionary) - Method in class net.sf.jlinkgrammar.ParseOptions
 
isSuperscript(char) - Static method in class edu.northwestern.at.utils.CharUtils
Is character a superscript character.
isSymbol(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is symbol.
isSymbol(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if all characters in a string are symbols.
isSymbolTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a symbol.
isSymbolTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a symbol.
isTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Check if specified tag appears in the tag list.
isTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Check if specified tag appears in the tag list.
isTitle(String) - Static method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Determine if this is a title element or not.
isTitleStmt(String) - Static method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Determine if this is a titleStmt element or not.
isUnclear - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Unclear flag.
isUndeterminedTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is part of speech tag undetermined.
isUndeterminedTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is part of speech tag undetermined.
isUpperCase(String) - Static method in class edu.northwestern.at.utils.CharUtils
True if all characters in a string are uppercase.
isURL(String) - Static method in class edu.northwestern.at.utils.URLUtils
Check if string is a valid URL.
isUSCurrency(String) - Static method in class edu.northwestern.at.utils.CharUtils
Check for US currency.
isUSCurrencyCents(String) - Static method in class edu.northwestern.at.utils.CharUtils
Check for US currency with cents.
isValid() - Method in class edu.northwestern.at.utils.SparseBitSet
Check validity.
iSValidXMLText(String) - Static method in class edu.northwestern.at.utils.xml.XMLUtils
Check that string contains valid XML characters.
isVerb(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Check if word is a possible verb.
isVerbose() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
isVerbTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Is tag for a verb.
isVerbTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Is tag for a verb.
isVerse - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Verse flag.
isVowel(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
isWhitespace(char) - Static method in class edu.northwestern.at.utils.CharUtils
True if character is whitespace.
IT - Class in com.rmtheis.langdetect.profile
 
IT() - Constructor for class com.rmtheis.langdetect.profile.IT
 
ITALIAN_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
iterationInformation(double, double, double, int) - Method in interface edu.northwestern.at.utils.math.rootfinders.RootFinderIterationInformation
Interface for returning iteration information from root finders.
iterator() - Method in class edu.northwestern.at.utils.HashMap3D
Get iterator over keys.
iterator() - Method in interface edu.northwestern.at.utils.Map3D
Get compound key iterator.

J

j - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
JA - Class in com.rmtheis.langdetect.profile
 
JA() - Constructor for class com.rmtheis.langdetect.profile.JA
 
jargs.gnu - package jargs.gnu
Jargs GNU Command Line Parser.
JaroWinkler - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity
Winkler's reweighting scheme for distance metrics.
JaroWinkler() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.JaroWinkler
Create JaroWinkler instance.
JDOMFragmentParser - Class in edu.northwestern.at.utils.xml
Parse an XML fragment for use with a JDOM document.
JDOMFragmentParser(Namespace[]) - Constructor for class edu.northwestern.at.utils.xml.JDOMFragmentParser
 
JDOMUtils - Class in edu.northwestern.at.utils.xml
XML JDOM utilities.
JDOMUtils() - Constructor for class edu.northwestern.at.utils.xml.JDOMUtils
Allow overrides but not instantiation.
join(Iterable<? extends CharSequence>, String) - Static method in class edu.northwestern.at.utils.StringUtils
Join members of a character sequence into a string.
join(Object[], String) - Static method in class edu.northwestern.at.utils.StringUtils
Join members of an array into a string.
join(Iterable<? extends CharSequence>) - Static method in class edu.northwestern.at.utils.StringUtils
Join members of a character sequence into a string.
joinLemmata(String[], String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Join separate lemmata into a compound lemma.
joinLemmata(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Join separate lemmata into a compound lemma.
joinLemmata(String[], String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Join separate lemmata into a compound lemma.
joinLemmata(String[]) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Join separate lemmata into a compound lemma.
joinTags(String[], String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Join separate tags into a compound tag..
joinTags(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Join separate tags into a compound tag..
joinTags(String[], String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Join separate tags into a compound tag.
joinTags(String[]) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Join separate tags into a compound tag.
jumpStack - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Jump tag stack.
jumpTags - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Jump tags.
jumpTagsSet - Variable in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set of jump tags.
jwSimilarity(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.JaroWinkler
Verilen iki String'in benzerlik orann Jaro-Winkler algortimas kullanarak hesaplar.

K

k - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
key - Variable in class edu.northwestern.at.utils.cache.OldLRUCache.Node
Node key.
KeyedLists<K extends java.lang.Comparable,V> - Class in edu.northwestern.at.utils
Maps keys and lists of values.
KeyedLists() - Constructor for class edu.northwestern.at.utils.KeyedLists
Create a keyed lists object.
KeyedSets<K extends java.lang.Comparable,V> - Class in edu.northwestern.at.utils
Maps keys and sets of values.
KeyedSets() - Constructor for class edu.northwestern.at.utils.KeyedSets
Create a keyed sets object.
keys(ContextVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Get the list of context vector keys.
keySet() - Method in class edu.northwestern.at.utils.CompressedHashMap
 
keySet() - Method in class edu.northwestern.at.utils.HashMap2D
Get the compound key set.
keySet() - Method in class edu.northwestern.at.utils.HashMap3D
Get the compound key set.
keySet() - Method in interface edu.northwestern.at.utils.Map2D
Get the compound key set.
keySet() - Method in interface edu.northwestern.at.utils.Map3D
Get the compound key set.
keySet() - Method in class edu.northwestern.at.utils.TreeMap2D
Get the compound key set.
keyValues - Variable in class edu.northwestern.at.utils.CompoundKey
Object array of key values.
keyValueSeparators - Static variable in class edu.northwestern.at.utils.UTF8Properties
Allowed separators between key and value of a property.
kl - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
KN - Class in com.rmtheis.langdetect.profile
 
KN() - Constructor for class com.rmtheis.langdetect.profile.KN
 
knowledge - Variable in class net.sf.jlinkgrammar.Postprocessor
internal rep'n of the actual rules
KO - Class in com.rmtheis.langdetect.profile
 
KO() - Constructor for class com.rmtheis.langdetect.profile.KO
 
kr - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 

L

l - Variable in class net.sf.jlinkgrammar.Exp
 
l - Variable in class net.sf.jlinkgrammar.Link
 
LA - Class in com.rmtheis.langdetect.profile
 
LA() - Constructor for class com.rmtheis.langdetect.profile.LA
 
label - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Word label.
label - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Label.
label - Variable in class net.sf.jlinkgrammar.CNode
 
label - Variable in class net.sf.jlinkgrammar.Connector
 
label - Variable in class net.sf.jlinkgrammar.LabelNode
 
label_table - Variable in class net.sf.jlinkgrammar.AndData
 
LabelNode - Class in net.sf.jlinkgrammar
TODO add javadoc
LabelNode() - Constructor for class net.sf.jlinkgrammar.LabelNode
 
labels - Variable in class net.sf.jlinkgrammar.PPLexTable
array of labels (null-terminated)
LancasterStemmer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stemmer
LancasterStemmer: Implements the Lancaster (Paice/Husk) word stemmer.
LancasterStemmer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Create a Paice/Husk stemmer using the default stemming rules.
LancasterStemmer(String[]) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Create a Paice/Husk stemmer from a string list of rules.
LancasterStemmer(String[], boolean) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Create a Paice/Husk stemmer from a string list of rules.
LancasterStemmerLemmatizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Use Lancaster Stemmer as a pseudo-lemmatizer.
LancasterStemmerLemmatizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.LancasterStemmerLemmatizer
Create Lancaster stemmer lemmatizer.
lang - Variable in class com.cybozu.labs.langdetect.Language
 
LangDetectException - Exception in com.cybozu.labs.langdetect
 
LangDetectException(ErrorCode, String) - Constructor for exception com.cybozu.labs.langdetect.LangDetectException
 
langlist - Variable in class com.cybozu.labs.langdetect.DetectorFactory
 
LangProfile - Class in com.cybozu.labs.langdetect.util
LangProfile is a Language Profile Class.
LangProfile() - Constructor for class com.cybozu.labs.langdetect.util.LangProfile
Constructor for JSONIC
LangProfile(String) - Constructor for class com.cybozu.labs.langdetect.util.LangProfile
Normal Constructor
LangProfile(String, HashMap<String, Integer>, int[]) - Constructor for class com.cybozu.labs.langdetect.util.LangProfile
Alternative constructor
Language - Class in com.cybozu.labs.langdetect
Language is to store the detected language.
Language(String, double) - Constructor for class com.cybozu.labs.langdetect.Language
 
languageCodeToLocale(String) - Static method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktAbbreviationDetector
Get a Java Locale from an ISO language code.
LanguageRecognizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer
Interface for a Language Recognizer.
LanguageRecognizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer
LanguageRecognizer factory.
LanguageRecognizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.LanguageRecognizerFactory
 
languageTags - Static variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Map of XML language tags to language name.
largestCategory - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Category with largest count.
largestCategoryCount - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Count for largest category.
last_node_of_label - Variable in class net.sf.jlinkgrammar.PPLexTable
efficiency
lastElementName - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Last element name encountered.
lastID - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Previous ID value.
lastID - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Last word ID processed.
lastID - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Last word ID.
lastIDString - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
 
lastIndexOf(Object) - Method in class edu.northwestern.at.utils.SortedArrayList
Return index of last matching list entry.
lastModified - Variable in class edu.northwestern.at.utils.xml.XSLTCache.MapEntry
Time when XSLT file was last changed.
lastWordInfo - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Last word encountered.
lastWordList - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
List of current last word for a text section.
lastWordPartInfo - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Last word part encountered for a split word.
lastWordPartList - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
List of current last word part for a text section.
LATIN_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
latinWordsFileName - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Latin words file.
lc - Variable in class net.sf.jlinkgrammar.Link
 
LCS - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity
Implementation of the Longest Common Subsequence algorithm.
LCS() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LCS
Create LCS instance.
LCSAlgorithm(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LCS
 
lcsSimilarity(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LCS
Compute similarity of two strings using longest common subsequence.
ld - Variable in class net.sf.jlinkgrammar.ParseChoice
 
ldquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Left double quote replacement text.
ldquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Left double quote replacement text.
LDQUOTE - Static variable in class edu.northwestern.at.utils.CharUtils
Left double curly quote.
LDQUOTE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
LDQUOTESTR - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Left double curly quote.
le - Variable in class net.sf.jlinkgrammar.TableConnector
 
le - Variable in class net.sf.jlinkgrammar.XTableConnector
 
leadingGapWords - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Gap words which appear before first real word.
LEFT - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Match direction (LEFT or RIGHT).
left - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
 
LEFT - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
Matcher groups for w.
LEFT - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
Matcher groups for w.
left - Variable in class net.sf.jlinkgrammar.Constituent
 
left - Variable in class net.sf.jlinkgrammar.DictNode
 
left - Variable in class net.sf.jlinkgrammar.Disjunct
 
LEFT_ANGLE_BRACKET - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode left angle bracket.
LEFT_ANGLE_BRACKET_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
left_append_string(StringBuffer, String, String) - Static method in class net.sf.jlinkgrammar.GlobalBean
Prints s then prints the last |t|-|s| characters of t.
left_connector_count(Disjunct) - Method in class net.sf.jlinkgrammar.Sentence
returns the number of connectors in the left lists of the disjuncts.
left_connector_list_update(Connector, int, int, boolean) - Method in class net.sf.jlinkgrammar.Sentence
take this connector list, and try to match it with the words w-1, w-2, w-3...Returns the word to which the first connector of the list could possibly be matched.
left_depth_first_search(Postprocessor, Sublinkage, int, int, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
left_disjunct_list_length(Disjunct) - Static method in class net.sf.jlinkgrammar.Sentence
 
left_domain_starter_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
left_print_string(String, String) - Method in class net.sf.jlinkgrammar.ParseOptions
 
left_table_search(int, Connector, boolean, int) - Method in class net.sf.jlinkgrammar.Sentence
 
left_wall_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
LEFT_WALL_DISPLAY - Static variable in class net.sf.jlinkgrammar.GlobalBean
the string to use to show the wall
LEFT_WALL_SUPPRESS - Static variable in class net.sf.jlinkgrammar.GlobalBean
If this connector is used on the wall, then suppress the display of the wall bogus name to prevent ever suppressing
LEFT_WALL_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
leftAntecedent() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the left antecedent of the current multiword unit.
leftKWIC - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Left KWIC index attribute.
leftSuccessorPattern - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
leftSuccessors() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the left successors of the current multiword unit.
lem - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
LEMMA - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
 
lemma - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Lemma attribute.
lemmaSeparator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Default lemma separator is vertical bar character,
lemmaSeparator - Static variable in class edu.northwestern.at.morphadorner.examples.AdornAString
Lemma separator character,
lemmaSeparator - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
lemmaSeparator - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
 
lemmaSeparator - Static variable in class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Lemma separator character.
lemmaSeparator - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Lemma separator.
lemmaSeparatorString - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
 
lemmata - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Lemmata for spelling.
lemmata - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Map with categories as keys and lemmatized entries as values.
lemmata - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Corrected lemmata.
lemmataChanged - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Number of lemmata changed.
lemmataClone() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Deep clone of lemmata map.
lemmatize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Returns a lemma given a spelling.
lemmatize(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Returns a lemma given a spelling and a part of speech.
lemmatize(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
Returns a lemma given a word and a part of speech.
lemmatize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
Returns a lemma given a spelling.
lemmatize(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Returns a lemma given a spelling.
lemmatize(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Returns a lemma given a spelling and a part of speech.
lemmatize(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Returns a lemma given a word and a word class.
lemmatize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Returns a lemma given a spelling.
Lemmatizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Interface for a Lemmatizer.
lemmatizer - Variable in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Lemmatizer.
lemmatizer - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Lemmatizer.
lemmatizer - Static variable in class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Lemmatizer.
lemmatizer - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Lemmatizer.
LemmatizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Lemmatizer factory.
LemmatizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.LemmatizerFactory
 
LemmatizerRule - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Interface for a Lemmatizer Rule.
lemmaWordClass - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Lemma word class.
length() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
length() - Method in class edu.northwestern.at.utils.SparseBitSet
Returns index of highest set bit in this set plus one.
length - Variable in class net.sf.jlinkgrammar.PPData
 
length_limit - Variable in class net.sf.jlinkgrammar.Connector
 
LetterEquivalence - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity
Letter equivalence for two strings.
LetterEquivalence() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterEquivalence
Create LetterEquivalence instance.
letterEquivalence(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterEquivalence
Compute letter equivalence for two strings.
letterEquivalenceSimilarity(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterEquivalence
Compute letter equivalence similarity of two strings.
letterGapChar - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
Letter gap marker is Unicode lozenge = ?.
letterGapString - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
 
letterPairs(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterPairSimilarity
 
LetterPairSimilarity - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity
 
LetterPairSimilarity() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterPairSimilarity
 
letterPairSimilarity(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterPairSimilarity
Compute letter pair similarity of two strings.
lettersMatcher - Static variable in class edu.northwestern.at.utils.CharUtils
 
lettersPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Pattern for Unicode letters only.
LevensteinDistance - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity
Computes the Levenstein edit distance between two strings.
LevensteinDistance() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LevensteinDistance
Create Levenstein distance instance.
levensteinSimilarity(String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LevensteinDistance
Compute similarity between two strings.
lexBuff - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Sliding parts of speech buffer.
lexicalProbability(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Get lexically smoothed probability of a word given a tag.
lexicalProbability(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AdditiveLexicalSmoother
Get lexically smoothed probability of a word given a tag.
lexicalProbability(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmoother
Get lexically smoothed probability of a word given a tag.
lexicalRules - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Lexical rules.
lexicalRulesURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
lexicalRulesURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Lexical rules URL.
lexicalSmoother - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Lexical smoother.
LexicalSmoother - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical
Interface for a lexical smoother.
LexicalSmootherFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical
LexicalSmoother factory.
LexicalSmootherFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmootherFactory
 
lexicon - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
The lexicon.
Lexicon - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
Lexicon: stores spellings and their possible lemmata and parts of speech.
lexicon - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Lexicon used by name recognizer.
lexicon - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Static lexicon used by tagger.
lexicon - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Lexicon associated with this standardizer.
LexiconEntry - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
LexiconEntry: A lexicon entry.
LexiconEntry(String, String, int, Map<String, MutableInteger>, Map<String, String>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Create a LexiconEntry.
LexiconFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
Lexicon factory.
LexiconFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconFactory
 
lexiconMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Map in which to store lexicon entries.
LG_BITS - Static variable in class edu.northwestern.at.utils.SparseBitSet
log base 2 of BITS, for the identity: x/BITS == x >> LG_BITS
LGParser - Class in edu.northwestern.at.morphadorner.tools.lgparser
Link grammar parser driver.
LGParser() - Constructor for class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Create a linkage grammar parser.
LGParser(String) - Constructor for class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Create a linkage grammar parser.
LGParser(int, int) - Constructor for class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Create a linkage grammar parser.
LGParser(String, int, int) - Constructor for class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Create a linkage grammar parser.
LIGHT_VERTICAL_BAR - Static variable in class edu.northwestern.at.utils.CharUtils
Light vertical bar.
LIGHT_VERTICAL_BAR_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Light vertical bar string.
LINE_LIMIT - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
line_number - Variable in class net.sf.jlinkgrammar.Dictionary
 
LINE_SEPARATOR - Static variable in class com.megginson.sax.XMLWriter
Line separator.
LINE_SEPARATOR - Static variable in class edu.northwestern.at.morphadorner.SentenceNumberAdder
Line separator.
LINE_SEPARATOR - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
Line separator.
LINE_SEPARATOR - Static variable in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Line separator.
LINE_SEPARATOR - Static variable in class edu.northwestern.at.utils.Env
Line separator.
lineBuffer - Variable in class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Hold characters in current input line.
lineCount - Variable in class edu.northwestern.at.morphadorner.StripAllWordElementsFilter
Line within div count.
lineCount - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
Count of lines processed.
lineLength - Variable in class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Length of current input line.
lineOffset - Variable in class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Current offset in current input line.
lineSelected(String) - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Check if line should be selected.
lineSelected(String) - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.RandomlySampleTextFile
Check if line should be selected.
lineSelected(String) - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Check if line should be selected.
linesRead - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Number of lines read.
linesTagged - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Count of lines tagged.
link - Variable in class net.sf.jlinkgrammar.DTreeLeaf
 
Link - Class in net.sf.jlinkgrammar
TODO add javadoc
Link() - Constructor for class net.sf.jlinkgrammar.Link
 
link - Variable in class net.sf.jlinkgrammar.LinksToPatch
 
link - Variable in class net.sf.jlinkgrammar.ListOfLinks
 
link - Variable in class net.sf.jlinkgrammar.ParseChoice
 
link - Variable in class net.sf.jlinkgrammar.Sublinkage
 
link_already_appears(Link, int) - Method in class net.sf.jlinkgrammar.Linkage
 
link_array - Variable in class net.sf.jlinkgrammar.ParseInfo
 
link_array - Variable in class net.sf.jlinkgrammar.PPRule
 
link_cost - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
link_cost() - Method in class net.sf.jlinkgrammar.ParseInfo
 
link_in_domain(int, Domain) - Static method in class net.sf.jlinkgrammar.Postprocessor
determine if the given link is in the given domain
link_info - Variable in class net.sf.jlinkgrammar.Sentence
array of valid and invalid linkages (sorted)
link_set - Variable in class net.sf.jlinkgrammar.PPRule
 
link_set_size - Variable in class net.sf.jlinkgrammar.PPRule
 
Linkage - Class in net.sf.jlinkgrammar
The linkage routines are primarily used to walk linkages and retrieve information about the sentence.
Linkage(int, Sentence, ParseOptions) - Constructor for class net.sf.jlinkgrammar.Linkage
 
Linkage.LinkageAndList - Class in net.sf.jlinkgrammar
 
Linkage.LinkageAndList() - Constructor for class net.sf.jlinkgrammar.Linkage.LinkageAndList
 
linkage_and_cost() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_compute_union() - Method in class net.sf.jlinkgrammar.Linkage
computes the union of the current sublinkages.
linkage_constituent_tree() - Method in class net.sf.jlinkgrammar.Linkage
CNode linkage_constituent_tree(); The other useful method for dealing with a cosntituent tree is: String linkage_print_constituent_tree(int mode);
linkage_disjunct_cost() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_link_domain_names(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_link_label(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_link_llabel(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_link_lword(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_link_num_domains(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_link_rlabel(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_link_rword(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_num_links() - Method in class net.sf.jlinkgrammar.Linkage
This is need to set up the for loop to walk down a set of links for printing or other processing returns the size of the linkage array as the number of links
linkage_get_num_sublinkages() - Method in class net.sf.jlinkgrammar.Linkage
This is a toplevel routine used to setup a for loop to process each sublinkage (usually an AND disjunct).
linkage_get_num_words() - Method in class net.sf.jlinkgrammar.Linkage
Gives the number or word spellings or individual word spellings for the current sublinkage
linkage_get_sentence() - Method in class net.sf.jlinkgrammar.Linkage
getter for the sentence from an instantiated linkage
linkage_get_violation_name() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_get_word(int) - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_has_inconsistent_domains() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_is_canonical() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_is_improper() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_limit - Variable in class net.sf.jlinkgrammar.ParseOptions
The maximum number of linkages processed default 10000
linkage_link_cost() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_post_process(Postprocessor) - Method in class net.sf.jlinkgrammar.Linkage
post process the sublinkages according to the named postprocessor
linkage_print_constituent_tree(int) - Method in class net.sf.jlinkgrammar.Linkage
String linkage_print_constituent_tree(int mode)
linkage_print_diagram() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_print_links_and_domains() - Method in class net.sf.jlinkgrammar.Linkage
 
linkage_print_postscript(int) - Method in class net.sf.jlinkgrammar.Linkage
Print out a postscript version of the constituent tree
linkage_set_current_sublinkage(int) - Method in class net.sf.jlinkgrammar.Linkage
setter function to set the current sublinkage to indicated index TODO - does this function have to insure a compact array? If so should it return the next available index?
linkage_unused_word_cost() - Method in class net.sf.jlinkgrammar.Linkage
 
LinkageInfo - Class in net.sf.jlinkgrammar
TODO add javadoc
LinkageInfo() - Constructor for class net.sf.jlinkgrammar.LinkageInfo
 
links_are_equal(Link, Link) - Method in class net.sf.jlinkgrammar.Linkage
 
links_to_ignore - Variable in class net.sf.jlinkgrammar.PPData
 
linkset_clear(int) - Static method in class net.sf.jlinkgrammar.LinksetSet
 
LINKSET_DEFAULT_SEED - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
LINKSET_MAX_SETS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
LINKSET_SEED_VALUE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
LINKSET_SPARSENESS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
LinksetNode - Class in net.sf.jlinkgrammar
TODO add javadoc
LinksetNode() - Constructor for class net.sf.jlinkgrammar.LinksetNode
 
LinksetSet - Class in net.sf.jlinkgrammar
TODO add javadoc
LinksetSet() - Constructor for class net.sf.jlinkgrammar.LinksetSet
 
LinksToPatch - Class in net.sf.jlinkgrammar
TODO add javadoc
LinksToPatch() - Constructor for class net.sf.jlinkgrammar.LinksToPatch
 
list_links(ParseSet, int) - Method in class net.sf.jlinkgrammar.ParseInfo
 
list_random_links(ParseSet) - Method in class net.sf.jlinkgrammar.ParseInfo
 
list_whole_dictionary(DictNode, DictNode) - Static method in class net.sf.jlinkgrammar.DictNode
 
ListAdornedWordOutputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Outputs adorned words to a collection list.
ListAdornedWordOutputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Create outputter.
ListFactory - Class in edu.northwestern.at.utils
Factory for creating ArrayLists.
ListFactory() - Constructor for class edu.northwestern.at.utils.ListFactory
Don't allow instantiation, do allow overrides.
ListOfLinks - Class in net.sf.jlinkgrammar
TODO add javadoc
ListOfLinks() - Constructor for class net.sf.jlinkgrammar.ListOfLinks
 
ListUtils - Class in edu.northwestern.at.utils
List utilities.
ListUtils() - Constructor for class edu.northwestern.at.utils.ListUtils
Don't allow instantiation, do allow overrides.
LN10 - Static variable in class edu.northwestern.at.utils.math.Constants
 
LN10INV - Static variable in class edu.northwestern.at.utils.math.Constants
 
LN2 - Static variable in class edu.northwestern.at.utils.math.Constants
 
LN2INV - Static variable in class edu.northwestern.at.utils.math.Constants
 
LNPI - Static variable in class edu.northwestern.at.utils.math.Constants
Natural log of PI.
LNSQRT2PI - Static variable in class edu.northwestern.at.utils.math.Constants
 
load(InputStream, String) - Method in class edu.northwestern.at.utils.UTF8Properties
Reads a property list (key and element pairs) from a utf-8 encoded input stream.
load(InputStream) - Method in class edu.northwestern.at.utils.UTF8Properties
Reads a property list (key and element pairs) from a utf-8 encoded input stream.
loadAbbreviations(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Load abbreviations list from a properties file.
loadAbbreviationsFromResource(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
Load abbreviations list from resource properties file.
loadAlternativeSpellings(URL, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Loads alternate spellings from a URL.
loadAlternativeSpellings(Reader, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Loads alternative spellings from a reader.
loadAlternativeSpellings(URL, boolean, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Loads alternate spellings from a URL.
loadAlternativeSpellings(URL, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Loads alternate spellings from a URL.
loadAlternativeSpellings(Reader, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Loads alternative spellings from a reader.
loadAlternativeSpellings(Reader, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.DecruftifyingSpellingStandardizer
Loads alternative spellings from a reader.
loadAlternativeSpellings(Reader, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Loads alternative spellings from a reader.
loadAlternativeSpellings(Reader, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.NoopSpellingStandardizer
Loads alternative spellings from a reader.
loadAlternativeSpellings(URL, boolean, String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Loads alternate spellings from a URL.
loadAlternativeSpellings(URL, String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Loads alternate spellings from a URL.
loadAlternativeSpellings(Reader, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Loads alternative spellings from a reader.
loadAlternativeSpellingsByWordClass(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Load alternate to standard spellings by word class.
loadAlternativeSpellingsByWordClass(URL, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Load alternate to standard spellings by word class.
loadAndMergeWords(String) - Static method in class edu.northwestern.at.morphadorner.tools.mergewordlists.MergeWordLists
Merge word lists from a file.
loadAposTokens(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
Load aposTokens list from a file.
loadAposTokensFromResource(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.apostokens.AposTokens
Load apostrophe tokens set from resource properties file.
loadBritishToUSWordMap() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.BritishToUSSpellingMapper
Load the British to US mapping data.
loadContractedSpellings(Reader) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.AbstractContractionExpander
Load map from contracted to expanded spellings.
loadContractions() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Load list of non-breakable words and contractions.
loadContractions(String) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Load list of non-breakable words and contractions.
loadCorrectionsFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Load word corrections file.
loadCountMapFromFile(File, String) - Static method in class edu.northwestern.at.utils.CountMapUtils
Load strings and counts into count map from a file.
loadCountMapFromFile(File) - Static method in class edu.northwestern.at.utils.CountMapUtils
Load strings and counts into count map from a file.
loadCountMapFromReader(Reader) - Static method in class edu.northwestern.at.utils.CountMapUtils
Load strings and counts into count map from a reader.
loadedText - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
The loaded text.
loadFixups() - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Load fixup definitions.
loadFromText(String, File) - Static method in class com.cybozu.labs.langdetect.GenProfile
Load text file with UTF-8 and generate its language profile
loadFromWikipediaAbstract(String, File) - Static method in class com.cybozu.labs.langdetect.GenProfile
Load Wikipedia abstract database file and generate its language profile
loadHyphenationRules(InputStream) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BaseHyphenator
Load TeX format hyphenation rules from a stream.
loadHyphenationRules(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BaseHyphenator
Load TeX format hyphenation rules from a file.
loadIntoSet(Set<String>, URL, String) - Static method in class edu.northwestern.at.utils.SetUtils
Load string set from a URL.
loadIrregularForms(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Loads irregular forms from a URL.
loadLexicon(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Load entries into a lexicon.
loadLexicon(URL, boolean, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Load entries into a lexicon.
loadLexicon(URL, boolean, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Load entries into a lexicon.
loadLexicon(URL, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Load entries into a lexicon.
loadList(List<String>, URL, String) - Static method in class edu.northwestern.at.utils.ListUtils
Load string list from a URL.
loadList(URL, String) - Static method in class edu.northwestern.at.utils.ListUtils
Load string list from a URL.
loadList(List<String>, File, String) - Static method in class edu.northwestern.at.utils.ListUtils
Load string list from a file.
loadList(File, String) - Static method in class edu.northwestern.at.utils.ListUtils
Load string list from a file.
loadList(List<String>, String, String) - Static method in class edu.northwestern.at.utils.ListUtils
Load string list from a file name.
loadList(String, String) - Static method in class edu.northwestern.at.utils.ListUtils
Load string list from a file name.
loadMap(URL, String, String, String) - Static method in class edu.northwestern.at.utils.MapUtils
Load string map from a URL.
loadMap(File, String, String, String) - Static method in class edu.northwestern.at.utils.MapUtils
Load string map from a file.
loadMap(String, String, String, String) - Static method in class edu.northwestern.at.utils.MapUtils
Load string map from a file name.
loadMap(String) - Static method in class edu.northwestern.at.utils.MapUtils
Load string map from a file name.
loadMap2D(URL, String, String, String) - Static method in class edu.northwestern.at.utils.Map2DUtils
Load string map2D from a URL.
loadMap2D(File, String, String, String) - Static method in class edu.northwestern.at.utils.Map2DUtils
Load string map2Dfrom a file.
loadMap2D(String, String, String, String) - Static method in class edu.northwestern.at.utils.Map2DUtils
Load string set from a file name.
loadMap3D(URL, String, String, String) - Static method in class edu.northwestern.at.utils.Map3DUtils
Load string map3D from a URL.
loadMap3D(File, String, String, String) - Static method in class edu.northwestern.at.utils.Map3DUtils
Load string map3Dfrom a file.
loadMap3D(String, String, String, String) - Static method in class edu.northwestern.at.utils.Map3DUtils
Load string set from a file name.
loadNames(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Load name data from lexicon file.
loadNames(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Load names from a collection of names.
loadNames(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
Load spelling data.
loadNames(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
Load names from a collection of names.
loadNames(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizer
Load names from a file.
loadNames(Collection<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizer
Load names from a collection of names.
loadNames(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
Load spelling data.
loadNames(Collection<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
Load names from a collection of names.
loadNamesFromLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Load names from a lexicon.
loadNamesFromLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
Load names from a lexicon.
loadNamesFromLexicon(Lexicon) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizer
Load names from a lexicon.
loadNamesFromLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
Load names from a lexicon.
loadProfiles(List<LangProfile>) - Static method in class com.cybozu.labs.langdetect.DetectorFactory
 
loadProfilesByName(List<String>) - Static method in class com.cybozu.labs.langdetect.DetectorFactory
Load language profiles by name.
loadProperties() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Get MorphAdorner properties and add them to the System properties.
loadProperties(String) - Static method in class edu.northwestern.at.utils.PropertyUtils
Load properties from a specified file.
loadProperties(URL) - Static method in class edu.northwestern.at.utils.PropertyUtils
Load properties from a specified URL.
loadPropertiesFromString(String) - Static method in class edu.northwestern.at.utils.PropertyUtils
Load properties from a string.
loadRules(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Loads lemmatization rules from a URL.
loadRules(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Loads the stemming rules.
loadSet(URL, String) - Static method in class edu.northwestern.at.utils.SetUtils
Load string set from a URL.
loadSet(File, String) - Static method in class edu.northwestern.at.utils.SetUtils
Load string set from a file.
loadSet(String, String) - Static method in class edu.northwestern.at.utils.SetUtils
Load string set from a file name.
loadSortedSet(URL, String) - Static method in class edu.northwestern.at.utils.SetUtils
Load sorted string set from a URL.
loadSortedSet(File, String) - Static method in class edu.northwestern.at.utils.SetUtils
Load sorted string set from a file.
loadSortedSet(String, String) - Static method in class edu.northwestern.at.utils.SetUtils
Load sorted string set from a file name.
loadSpellingsByWordClass() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Load alternate to standard spellings by word class.
loadStandardSpellings(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Loads standard spellings from a URL.
loadStandardSpellings(Reader) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Loads standard spellings from a reader.
loadStandardSpellings(URL, boolean, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Loads standard spellings from a URL.
loadStandardSpellings(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Loads standard spellings from a URL.
loadStandardSpellings(Reader) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Loads standard spellings from a reader.
loadStandardSpellings(Reader) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Loads standard spellings from a reader.
loadStandardSpellings(URL, boolean, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Loads standard spellings from a URL.
loadStandardSpellings(URL, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Loads standard spellings from a URL.
loadStandardSpellings(Reader) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Loads standard spellings from a reader.
loadSuffixLexicon(MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Loads the suffix lexicon.
loadSyllableCountMap(URL, String, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
Load syllable counts map from a URL.
loadTaggerRules(PartOfSpeechTagger, MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Loads part of speech tagger rules.
loadTags(InputStream, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Load part of speech tags.
loadText(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.FirstTokenURLTextInputter
Loads text from a URL, keeping only first token on each line.
loadText(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.FirstTokenURLTextInputter
Loads text from a string, keeping only first token on each line.
loadText(URL, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Reads text from a URL.
loadText(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Reads text from a String.
loadText(URL, String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Reads text from a URL using a specified XML schema.
loadText(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Reads text from a string using a specified XML schema.
loadText(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Loads text from a URL.
loadText(URL, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Loads text from a URL.
loadText(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Reads text from a String.
loadText(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Reads text from a string using a specified XML schema.
loadText(URL, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Reads text from a URL into a string.
loadText(URL, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Reads text from a URL using a specified XML schema.
loadText(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Reads text from a String.
loadText(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Reads text from a string using a specified XML schema.
loadTextFromResource(Class, String, String) - Static method in class edu.northwestern.at.utils.ResourceUtils
Load text from a resource file.
loadTrainingData() - Static method in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Load training data.
loadTransitionMatrix(URL, boolean, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Load transition matrix from a URL.
loadTransitionMatrix(URL, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Load transition matrix from a URL.
loadTransitionMatrix(Reader, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Load transition matrix from a reader.
loadTransitionMatrix(PartOfSpeechTagger, MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Loads the transition matrix.
loadUSToBritishWordMap() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.USToBritishSpellingMapper
Load the US to British mapping data.
loadUTF8Properties(String) - Static method in class edu.northwestern.at.utils.UTF8PropertyUtils
Load properties from a specified file.
loadUTF8Properties(URL) - Static method in class edu.northwestern.at.utils.UTF8PropertyUtils
Load properties from a specified URL.
loadUTF8Properties(URL, UTF8Properties) - Static method in class edu.northwestern.at.utils.UTF8PropertyUtils
Load properties from a specified URL and default properties.
loadUTF8PropertiesFromString(String) - Static method in class edu.northwestern.at.utils.UTF8PropertyUtils
Load properties from a string.
loadWordLexicon(MorphAdornerSettings, MorphAdornerLogger) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Loads the word lexicon.
loadXML(String) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Load XML document file.
localDictionary - Variable in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
The local dictionary.
locale - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
 
locale - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Locale.
localMap - Variable in class edu.northwestern.at.utils.HashMap2D
Local map.
localMap - Variable in class edu.northwestern.at.utils.HashMap3D
The map used to hold the multikey data.
localMap - Variable in class edu.northwestern.at.utils.TreeMap2D
Local map.
localName - Variable in class edu.northwestern.at.morphadorner.PendingElement
Element local name.
lock - Variable in class edu.northwestern.at.utils.logger.BaseLogger
Lock for synchronizing output.
lock - Variable in class edu.northwestern.at.utils.logger.StandardErrorLogger
Lock for synchronizing output.
log(String, int) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Writes a text in the appropriate stream, according to LOG property and to boolError.
log(int, String) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a message.
log(int, String, Throwable) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a message with a stack trace.
log(int, String) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a message.
log(int, String, Throwable) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a message with a stack trace.
log(int, String) - Method in interface edu.northwestern.at.utils.logger.Logger
Log a message at a specified level.
log(int, String, Throwable) - Method in interface edu.northwestern.at.utils.logger.Logger
Log a message with a stack trace.
log(int, String) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a message.
log(int, String, Throwable) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a message with a stack trace.
log10(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Get log base 10 of a double.
log1p(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Get log of a double + 1.
log2(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Get log base 2 of a double.
logArray(Logger, int, String, Object[]) - Static method in class edu.northwestern.at.utils.logger.LoggerUtils
Debugging support -- Print contents of an array.
logAttributeAdditions(WordChangeLog, String, AdornedWordData) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.CompareAdornedFiles
Log attribute additions for an added word.
logAttributeDeletions(WordChangeLog, String, AdornedWordData) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.CompareAdornedFiles
Log attribute deletions for a deleted word.
logAttributeDifferences(WordChangeLog, String, AdornedWordData, AdornedWordData) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.CompareAdornedFiles
Log differences in attributes and their values for two adorned words.
logBeta(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Beta
Log of the Beta distribution.
logByteArray(Logger, int, int, String, byte[], int, int) - Static method in class edu.northwestern.at.utils.logger.LoggerUtils
Logs an array of bytes in string or hex dump format.
logDebug(String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Logs Debug message.
logDebug(String) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a message at the DEBUG level.
logDebug(String) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a message at the DEBUG level.
logDebug(String) - Method in interface edu.northwestern.at.utils.logger.Logger
Log a message at the Debug level.
logDebug(String) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a message at the DEBUG level.
logDiffLogs(double, double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Get the log( exp( logX ) - exp( logY ) ).
logError(String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Logs error message.
logError(String) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a message at the ERROR level.
logError(String, Throwable) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a error message with a stack trace.
logError(String) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a message at the ERROR level.
logError(String, Throwable) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a error message with a stack trace.
logError(String) - Method in interface edu.northwestern.at.utils.logger.Logger
Log a message at the Error level.
logError(String, Throwable) - Method in interface edu.northwestern.at.utils.logger.Logger
Logs a error message with a stack trace.
logError(String) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a message at the ERROR level.
logError(String, Throwable) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a error message with a stack trace.
logFactorial(int) - Static method in class edu.northwestern.at.utils.math.Factorial
Computes the natural log of n factorial.
logFatal(String) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a message at the FATAL level.
logFatal(String, Throwable) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a fatal message with a stack trace.
logFatal(String) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a message at the FATAL level.
logFatal(String, Throwable) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a fatal message with a stack trace.
logFatal(String) - Method in interface edu.northwestern.at.utils.logger.Logger
Log a message at the Fatal level.
logFatal(String, Throwable) - Method in interface edu.northwestern.at.utils.logger.Logger
Logs a fatal message with a stack trace.
logFatal(String) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a message at the FATAL level.
logFatal(String, Throwable) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a fatal message with a stack trace.
logGamma(double) - Static method in class edu.northwestern.at.utils.math.distributions.Gamma
Calculate log of Gamma function.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.AbstractContractionExpander
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.AbstractLanguageRecognizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.AbstractTextSummarizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.AbstractThesaurus
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPostTokenizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Logger used for output.
logger - Variable in class edu.northwestern.at.morphadorner.MorphAdornerLogger
The wrapped logger.
logger - Variable in class edu.northwestern.at.utils.logger.BaseLogger
Log4J logger.
Logger - Interface in edu.northwestern.at.utils.logger
Interface for a logger.
LoggerConstants - Class in edu.northwestern.at.utils.logger
Logger constants.
LoggerConstants() - Constructor for class edu.northwestern.at.utils.logger.LoggerConstants
Allow overrides but not instantiation.
loggerEnabled - Variable in class edu.northwestern.at.utils.logger.BaseLogger
True if logger enabled.
loggerEnabled - Variable in class edu.northwestern.at.utils.logger.DummyLogger
True if logger enabled.
loggerEnabled - Variable in class edu.northwestern.at.utils.logger.StandardErrorLogger
True if logger enabled.
LoggerUtils - Class in edu.northwestern.at.utils.logger
Logger utilities.
LoggerUtils() - Constructor for class edu.northwestern.at.utils.logger.LoggerUtils
Allow overrides but not instantiation.
logInfo(String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Logs Info message.
logInfo(String) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a message at the INFO level.
logInfo(String) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a message at the INFO level.
logInfo(String) - Method in interface edu.northwestern.at.utils.logger.Logger
Log a message at the Info level.
logInfo(String) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a message at the INFO level.
logLike(double, double, double) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.BigramLogLikelihood
Compute one part of log likelihood value.
LOGLIKE - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
 
logLikelihood - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
logLikelihoodFrequencyComparison(int, int, int, int, boolean) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Frequency
Compute log-likelihood statistic for comparing frequencies in two corpora.
logLikelihoodFrequencyComparison(int, int, int, int) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Frequency
Compute log-likelihood statistic for comparing frequencies in two corpora.
logMap(Logger, int, String, Map<K, V>) - Static method in class edu.northwestern.at.utils.logger.LoggerUtils
Log contents of a map (HashMap, TreeMap, etc.).
logMemoryUsage(MorphAdornerLogger, String) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Log current memory usage.
logNormal(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a lognormal random variable.
logProbability - Variable in class edu.northwestern.at.utils.math.Probability
Natural log of the probability.
logSumLogs(double, double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Get the log( exp( logX ) + exp( logY ) ).
logWarning(String) - Method in class edu.northwestern.at.utils.logger.BaseLogger
Logs a message at the WARN level.
logWarning(String) - Method in class edu.northwestern.at.utils.logger.DummyLogger
Logs a message at the WARN level.
logWarning(String) - Method in interface edu.northwestern.at.utils.logger.Logger
Log a message at the Warn level.
logWarning(String) - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Logs a message at the WARN level.
lokid - Variable in class edu.northwestern.at.utils.TernaryTrieNode
Low child of this node.
lol - Variable in class net.sf.jlinkgrammar.DISNode
 
lol - Variable in class net.sf.jlinkgrammar.Domain
 
LONG_DASH - Static variable in class edu.northwestern.at.utils.CharUtils
Long dash.
LONG_DASH_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Long dash string.
LONG_S - Static variable in class edu.northwestern.at.utils.CharUtils
Long s.
LONG_S_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
longestEntryLength - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Length (in characters) of the longest entry in the lexicon.
longestTitle - Static variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Longest document title.
longFactorials - Static variable in class edu.northwestern.at.utils.math.Factorial
 
longForm() - Method in class jargs.gnu.CmdLineParser.Option
 
longSVariant(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Apply "long s" heuristics to a spelling.
longToString(long) - Static method in class edu.northwestern.at.utils.StringUtils
Convert long to string.
longToStringWithZeroFill(long, int) - Static method in class edu.northwestern.at.utils.StringUtils
Convert long to string with left zero fill.
longValue() - Method in class edu.northwestern.at.utils.MutableInteger
 
longValue() - Method in class edu.northwestern.at.utils.MutableLong
 
lookup_in_cms_table(String) - Method in class net.sf.jlinkgrammar.Sentence
 
lookup_list - Variable in class net.sf.jlinkgrammar.Dictionary
 
lookupWord(String) - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Lookup word in dictionary.
lookupWord(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingDictionary
Lookup word in dictionary.
lookupWord(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Lookup word in dictionary.
looseOrdinalRomanNumeralPattern - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Ordinal Roman numeral pattern.
looseRomanNumeralPattern - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Regular expression pattern matching a looser Roman numeral.
LOZENGE - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode lozenge.
LOZENGE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
lpad(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Left pad string with blanks to specified width.
lperrmsg - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
lperrno - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
LRUCache<K,V> - Class in edu.northwestern.at.utils.cache
Fixed maximum size cache employing least-recently used method to age entries.
LRUCache(int) - Constructor for class edu.northwestern.at.utils.cache.LRUCache
Create a new cache.
lsquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Left single quote replacement text.
lsquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Left single quote replacement text.
LSQUOTE - Static variable in class edu.northwestern.at.utils.CharUtils
Left single curly quote.
LSQUOTE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
LSQUOTESTR - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Left single curly quote.
LT - Class in com.rmtheis.langdetect.profile
 
LT() - Constructor for class com.rmtheis.langdetect.profile.LT
 
lt - Variable in class net.sf.jlinkgrammar.PPKnowledge
Internal rep'n of sets of strings from knowledge file
LT_bound - Variable in class net.sf.jlinkgrammar.AndData
 
LT_size - Variable in class net.sf.jlinkgrammar.AndData
 
LV - Class in com.rmtheis.langdetect.profile
 
LV() - Constructor for class com.rmtheis.langdetect.profile.LV
 
lw - Variable in class net.sf.jlinkgrammar.TableConnector
 
lw - Variable in class net.sf.jlinkgrammar.XTableConnector
 
LY_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
ly_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 

M

m() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
MACHEPS - Static variable in class edu.northwestern.at.utils.math.Constants
Machine epsilon.
MACOSX - Static variable in class edu.northwestern.at.utils.Env
True if running on Mac OS X.
macronMap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Demacronization map.
macronMapResourceName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Macron map resource file.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.examples.AdornAString
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.examples.PosTagString
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.examples.SentenceAndTokenOffsets
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.examples.UsingAnAdornedText
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Create and run a Morphological Adorner.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.addpseudopages.AddPseudoPages
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.applyxslt.ApplyXSLT
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.CompareAdornedFiles
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.GetTokenChanges
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.UpdateAdornedFile
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.comparestringcounts.CompareStringCounts
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.countaffixes.CountAffixes
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergeenhancedbrilllexicon.MergeEnhancedBrillLexicon
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergespellingdata.MergeSpellingData
Main program for merge spelling data.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergewordlists.MergeWordLists
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktAbbreviationDetector
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.sampletextfile.RandomlySampleTextFile
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Create and run a part of speech tagger trainer.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.AddUnclear
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.xmltotab.AdornedToTabularFile
Main program.
main(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.xmltotab.XMLToTab
Main program.
main(String[]) - Static method in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
Main program for PreProcessDirectoryTree.
main(String[]) - Static method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Main program.
main(String[]) - Static method in class edu.northwestern.at.utils.spellcheck.tools.makedict
 
mainAbbreviations - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Main text abbreviations.
mainSide - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Main/side text marker.
mainSide - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter.MainFront
 
MAJOR_WORDCLASS_INDEX - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
majorWordClass - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Major word class.
majorWordClassEquals(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Check if major word class is a specified value.
make_idiom_DictNodes(String) - Method in class net.sf.jlinkgrammar.Dictionary
Tear the idiom string apart.
make_optional_node(Exp) - Method in class net.sf.jlinkgrammar.Dictionary
This creates an OR node with two children, one the given node, and the other as zeroary node.
make_unary_node(Exp) - Method in class net.sf.jlinkgrammar.Dictionary
This creates a node with one child (namely e).
make_zeroary_node() - Method in class net.sf.jlinkgrammar.Dictionary
This creates a node with zero children.
makeCaseMatch(String, String) - Static method in class edu.northwestern.at.utils.CharUtils
Make case of string match another string's case.
makedict - Class in edu.northwestern.at.utils.spellcheck.tools
Creates a spelling dictionary data file.
makedict() - Constructor for class edu.northwestern.at.utils.spellcheck.tools.makedict
 
makeMilestone(String, int, String, String) - Method in class edu.northwestern.at.morphadorner.SentenceNumberAdder
Make a milestone marker for a sentence.
makePunktToken(String) - Static method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktAbbreviationDetector
Create Punkt token from a string.
makeTokenArray(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Break up a string into an array of string tokens.
makeTokenArray(String) - Static method in class edu.northwestern.at.utils.StringUtils
Break up a string into an array of string tokens.
mantissa - Variable in class edu.northwestern.at.utils.math.SplitDouble
The normalized mantissa.
Map2D<R extends java.lang.Comparable,C extends java.lang.Comparable,V> - Interface in edu.northwestern.at.utils
Interface for two dimensional map.
Map2DFactory - Class in edu.northwestern.at.utils
Factory for creating a HashMap2D.
Map2DFactory() - Constructor for class edu.northwestern.at.utils.Map2DFactory
Don't allow instantiation, do allow overrides.
Map2DUtils - Class in edu.northwestern.at.utils
Map utilities.
Map2DUtils() - Constructor for class edu.northwestern.at.utils.Map2DUtils
Don't allow instantiation, do allow overrides.
Map3D<R extends java.lang.Comparable,C extends java.lang.Comparable,S extends java.lang.Comparable,V> - Interface in edu.northwestern.at.utils
Interface for two dimensional map.
Map3DFactory - Class in edu.northwestern.at.utils
Factory for creating a HashMap3D.
Map3DFactory() - Constructor for class edu.northwestern.at.utils.Map3DFactory
Don't allow instantiation, do allow overrides.
Map3DUtils - Class in edu.northwestern.at.utils
Map utilities.
Map3DUtils() - Constructor for class edu.northwestern.at.utils.Map3DUtils
Don't allow instantiation, do allow overrides.
MapFactory - Class in edu.northwestern.at.utils
Factory for creating maps.
MapFactory() - Constructor for class edu.northwestern.at.utils.MapFactory
Don't allow instantiation, do allow overrides.
mapLevel(int) - Static method in class edu.northwestern.at.utils.logger.BaseLogger
Maps a LoggerConstants level to log4j level.
mappedSpellings - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
The map with alternate spellings as keys and standard spellings as values.
mappedSpellings - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
The map with alternate spellings as keys and standard spellings as values.
mappings - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.IrregularMappingRule
 
mapSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.BritishToUSSpellingMapper
Returns U.S.
mapSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.DefaultSpellingMapper
Returns mapped spelling for a given spelling.
mapSpelling(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.SpellingMapper
Returns mapped spelling for a given spelling.
mapSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.USToBritishSpellingMapper
Returns British spelling given a U.
MapUtils - Class in edu.northwestern.at.utils
Map utilities.
MapUtils() - Constructor for class edu.northwestern.at.utils.MapUtils
Don't allow instantiation, do allow overrides.
mark_dead_connectors(Sentence, char) - Method in class net.sf.jlinkgrammar.Exp
 
mark_reachable_words(Postprocessor, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
mark_region(int, int, Connector, Connector) - Method in class net.sf.jlinkgrammar.Sentence
 
marked - Variable in class net.sf.jlinkgrammar.Disjunct
 
maskSize - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Mask size.
match(Sentence, Connector, Connector, int, int) - Static method in class net.sf.jlinkgrammar.Connector
 
match_cost - Static variable in class net.sf.jlinkgrammar.Sentence
 
match_in_cms_table(String) - Method in class net.sf.jlinkgrammar.Sentence
 
match_in_connector_set(Sentence, ConnectorSet, int) - Method in class net.sf.jlinkgrammar.Connector
 
match_l_table - Static variable in class net.sf.jlinkgrammar.Sentence
 
match_l_table_size - Static variable in class net.sf.jlinkgrammar.Sentence
 
match_r_table - Static variable in class net.sf.jlinkgrammar.Sentence
 
match_r_table_size - Static variable in class net.sf.jlinkgrammar.Sentence
 
matcher - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
 
matches_S(Connector, int) - Method in class net.sf.jlinkgrammar.Sentence
returns true if c can match anything in the set S because of the horrible kludge, prune match is assymetric, and direction is '-' if this is an l.r pass, and '+' if an r.l pass.
matchGroups(String) - Method in class edu.northwestern.at.utils.PatternReplacer
Return matched groups.
matchingFinalCharacters(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Compute length of matching final strings.
matchingInitialCharacters(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Compute length of matching initial strings.
matchLength - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Minimum match length.
MatchNode - Class in net.sf.jlinkgrammar
TODO add javadoc
MatchNode() - Constructor for class net.sf.jlinkgrammar.MatchNode
 
max_cost - Variable in class net.sf.jlinkgrammar.Dictionary
 
MAX_DIR_CREATE_TRIES - Static variable in class edu.northwestern.at.utils.DirUtils
Maximum number of tries to create a temporary directory.
MAX_DISJUNCT_COST - Static variable in class net.sf.jlinkgrammar.GlobalBean
Max disjunct cost to allow
MAX_HEIGHT - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
MAX_LINE - Static variable in class net.sf.jlinkgrammar.GlobalBean
maximum number of chars in a sentence
MAX_LINKS - Static variable in class net.sf.jlinkgrammar.GlobalBean
This is the maximum number of links allowed.
max_null_count - Variable in class net.sf.jlinkgrammar.ParseOptions
The maximum number of null links to allow
MAX_PATH_NAME - Static variable in class net.sf.jlinkgrammar.GlobalBean
file names (including paths) should not be longer than this
max_postfix_found(DictNode) - Method in class net.sf.jlinkgrammar.Dictionary
 
MAX_ROMAN_NUMERAL - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Maximum Roman Numeral value handled here.
MAX_SENTENCE - Static variable in class net.sf.jlinkgrammar.GlobalBean
maximum number of words in a sentence
max_sentence_length - Variable in class net.sf.jlinkgrammar.ParseOptions
max_sentence_length = 70 Where is this used? Can't find a reference to it in the code!
MAX_STRIP - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
MAX_TOKEN_LENGTH - Static variable in class net.sf.jlinkgrammar.GlobalBean
maximum number of chars in a token
MAX_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
maximum number of chars in a word
MAXCONSTITUENTS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
maxcost - Variable in class net.sf.jlinkgrammar.Clause
 
MAXDIFFS - Static variable in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Maximum edit distance.
maxEntries - Variable in class edu.northwestern.at.utils.cache.LRUCache
Maximum number of entries in cache.
maxEntries - Variable in class edu.northwestern.at.utils.cache.OldLRUCache
 
MAXGAM - Static variable in class edu.northwestern.at.utils.math.distributions.Gamma
Maximum value for which gamma which can be computed.
maximum - Variable in class edu.northwestern.at.utils.math.statistics.Accumulator
Maximum of elements.
MAXINPUT - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
maxKeyLength - Variable in class edu.northwestern.at.utils.TernaryTrie
Maximum key length.
MAXLINEWIDTH - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
Maximum line width.
MAXLOG - Static variable in class edu.northwestern.at.utils.math.Constants
Maximum logarithm value.
MAXPREC - Static variable in class edu.northwestern.at.utils.math.Constants
 
MAXSOUNDEXLENGTH - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.Soundex
 
MAXSUBL - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
maxSuffixCount - Static variable in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Only use words less than maxSuffixCount to generate suffix lexicon.
maxSuffixCount - Static variable in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Only use words less than maxSuffixCount to generate suffix lexicon.
maxSuffixLength - Static variable in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Maximum and minimum length suffixes to generated.
maxSuffixLength - Static variable in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Maximum and minimum length suffixes to generated.
md - Variable in class net.sf.jlinkgrammar.ParseChoice
 
mean - Variable in class edu.northwestern.at.utils.math.statistics.Accumulator
Mean of elements.
MENU_SHORTCUT_KEY_MASK - Static variable in class edu.northwestern.at.utils.Env
Menu shortcut key mask.
MENU_SHORTCUT_SHIFT_KEY_MASK - Static variable in class edu.northwestern.at.utils.Env
Menu shortcut key mask with shift key.
mergeAdornments(XGOptions, XGParser, Document, String, AdornedWordOutputter, TextInputter) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Merged adornments with original XML text.
MergeAnnolexCorrectionsIntoAdornedXML - Class in edu.northwestern.at.morphadorner.tools.annolex
Merge Annolex corrections into MorphAdorned XML file.
MergeAnnolexCorrectionsIntoAdornedXML() - Constructor for class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
 
MergeBrillLexicon - Class in edu.northwestern.at.morphadorner.tools.mergebrilllexicon
Merge Brill format lexicon into MorphAdorner format lexicon.
MergeBrillLexicon() - Constructor for class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Allow overrides but not instantiation.
mergeBrillLexicon(String, String, String) - Static method in class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Merge Brill lexicon.
mergedOutputFileName - Static variable in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Output file name.
mergedWordSet - Static variable in class edu.northwestern.at.morphadorner.tools.mergewordlists.MergeWordLists
Merged word list.
MergeEnhancedBrillLexicon - Class in edu.northwestern.at.morphadorner.tools.mergeenhancedbrilllexicon
Merge MorphAdorner lexicon with enhanced Brill format lexicon.
MergeEnhancedBrillLexicon() - Constructor for class edu.northwestern.at.morphadorner.tools.mergeenhancedbrilllexicon.MergeEnhancedBrillLexicon
Allow overrides but not instantiation.
mergeEnhancedBrillLexicon(String, String, String) - Static method in class edu.northwestern.at.morphadorner.tools.mergeenhancedbrilllexicon.MergeEnhancedBrillLexicon
Merge enhanced Brill lexicon.
mergeNGramExtractor(NGramExtractor) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Merge ngrams from another NGramExtractor.
MergeSpellingData - Class in edu.northwestern.at.morphadorner.tools.mergespellingdata
Merges multiple files of altenate spellings into one big file.
MergeSpellingData() - Constructor for class edu.northwestern.at.morphadorner.tools.mergespellingdata.MergeSpellingData
Allow overrides but not instantiation.
mergeSpellingData(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergespellingdata.MergeSpellingData
Merge the spelling data.
MergeTextFiles - Class in edu.northwestern.at.morphadorner.tools.mergetextfiles
Merge text files.
MergeTextFiles() - Constructor for class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
 
mergeWhitespaceTokens - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Merge whitespace tokens.
MergeWordLists - Class in edu.northwestern.at.morphadorner.tools.mergewordlists
Merge word lists.
MergeWordLists() - Constructor for class edu.northwestern.at.morphadorner.tools.mergewordlists.MergeWordLists
Allow overrides but not instantiation.
mergeXML(TextInputter, String) - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Merge xml fragments into one xml file.
MersenneTwister - Class in edu.northwestern.at.utils.math.randomnumbers
MersenneTwister and MersenneTwisterFast.
MersenneTwister() - Constructor for class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
Constructor using the default seed.
MersenneTwister(long) - Constructor for class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
Constructor using a given seed.
MersenneTwister(int[]) - Constructor for class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
Constructor using an array.
Messages - Class in com.cybozu.labs.langdetect.util
This is Messages class generated by Eclipse automatically.
metaphoneDictionary - Variable in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
The dictionary keyed by metaphone values.
milestoneFormat - Static variable in class edu.northwestern.at.morphadorner.SentenceNumberAdder
Milestone formats.
milestoneWithPathFormat - Static variable in class edu.northwestern.at.morphadorner.SentenceNumberAdder
 
mimeDefs - Static variable in class edu.northwestern.at.utils.net.mime.MimeTypeMapper
Array of mappings between mime types and file extensions.
mimeTypeMapper - Static variable in class edu.northwestern.at.utils.FileNameUtils
Static mime type mapper.
MimeTypeMapper - Class in edu.northwestern.at.utils.net.mime
Maps file extensions to mime types.
MimeTypeMapper() - Constructor for class edu.northwestern.at.utils.net.mime.MimeTypeMapper
Null args constructor.
mimeTypes - Static variable in class edu.northwestern.at.utils.net.mime.MimeTypeMapper
Map between mime types and file extensions.
min_null_count - Variable in class net.sf.jlinkgrammar.ParseOptions
The minimum number of null links to allow default 0
minimum - Variable in class edu.northwestern.at.utils.math.statistics.Accumulator
Minimum of elements.
MINLOG - Static variable in class edu.northwestern.at.utils.math.Constants
Minimum logarithm value.
minSuffixLength - Static variable in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
 
minSuffixLength - Static variable in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
 
MINUTES_MARK - Static variable in class edu.northwestern.at.utils.CharUtils
 
mismatches - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Holds individual mismatches.
MK - Class in com.rmtheis.langdetect.profile
 
MK() - Constructor for class com.rmtheis.langdetect.profile.MK
 
ML - Class in com.rmtheis.langdetect.profile
 
ML() - Constructor for class com.rmtheis.langdetect.profile.ML
 
modified - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
modifiedWords - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
 
modifyDOM(Node, Document, String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Modify element to add adornments and remove initial text node.
modulus(Number, Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Find modulus of two numbers.
MonadicFunction - Interface in edu.northwestern.at.utils.math
Interface for a monadic (single argument) function.
MonadicFunctionRootFinder - Interface in edu.northwestern.at.utils.math.rootfinders
Interface implemented by monadic function root finders.
monkHeaderFound - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
True if Monk header found.
MorphAdorner - Class in edu.northwestern.at.morphadorner
Morphological Adorner.
MorphAdorner() - Constructor for class edu.northwestern.at.morphadorner.MorphAdorner
Create empty MorphAdorner object.
MorphAdorner(String[], String, String) - Constructor for class edu.northwestern.at.morphadorner.MorphAdorner
Create MorphAdorner object.
MorphAdorner(String[]) - Constructor for class edu.northwestern.at.morphadorner.MorphAdorner
Create MorphAdorner object.
MorphAdornerGateWrapperBase - Class in edu.northwestern.at.morphadorner.gate
Base class for Gate wrappers for MorphAdorner.
MorphAdornerGateWrapperBase() - Constructor for class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Gate wrapper for MorphAdorner.
morphAdornerLogger - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
MorphAdorner logger.
MorphAdornerLogger - Class in edu.northwestern.at.morphadorner
MorphAdorner log manager.
MorphAdornerLogger(String, String, MorphAdornerSettings) - Constructor for class edu.northwestern.at.morphadorner.MorphAdornerLogger
Create a logger.
morphAdornerLogger - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Logger.
morphAdornerLogger - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
morphAdornerSettings - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
MorphAdorner settings.
morphAdornerSettings - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
MorphAdorner settings.
morphAdornerSettings - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
MorphAdorner settings.
morphAdornerSettings - Variable in class edu.northwestern.at.morphadorner.MorphAdornerLogger
MorphAdorner settings.
MorphAdornerSettings - Class in edu.northwestern.at.morphadorner
Global settings for MorphAdorner.
MorphAdornerSettings() - Constructor for class edu.northwestern.at.morphadorner.MorphAdornerSettings
Create MorphAdorner settings.
morphAdornerSettings - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
MorphAdornerSettings.XMLIDType - Enum in edu.northwestern.at.morphadorner
XML ID types.
MorphAdornerUtils - Class in edu.northwestern.at.morphadorner
Morphological Adorner Utilities.
MorphAdornerUtils() - Constructor for class edu.northwestern.at.morphadorner.MorphAdornerUtils
Allow overrides but not instantiation.
MorphAdornerXMLWriter - Interface in edu.northwestern.at.morphadorner
Interface for writing an adorned XML file with added ID fields.
MorphAdornerXMLWriterFactory - Class in edu.northwestern.at.morphadorner
MorphAdornerXMLWriter factory.
MorphAdornerXMLWriterFactory() - Constructor for class edu.northwestern.at.morphadorner.MorphAdornerXMLWriterFactory
 
MR - Class in com.rmtheis.langdetect.profile
 
MR() - Constructor for class com.rmtheis.langdetect.profile.MR
 
MS - Class in com.rmtheis.langdetect.profile
 
MS() - Constructor for class com.rmtheis.langdetect.profile.MS
 
msg - Variable in class net.sf.jlinkgrammar.PPRule
 
MT - Class in com.rmtheis.langdetect.profile
 
MT() - Constructor for class com.rmtheis.langdetect.profile.MT
 
multi - Variable in class net.sf.jlinkgrammar.Connector
 
multi - Variable in class net.sf.jlinkgrammar.Exp
 
multi - Variable in class net.sf.jlinkgrammar.TConnector
 
multiply(Number, Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Multiply two numbers.
multiply(Probability) - Method in class edu.northwestern.at.utils.math.Probability
Multiply this probability by another.
multiply(Probability, Probability) - Method in class edu.northwestern.at.utils.math.Probability
Multiply this probability by two others.
multiply(Probability, Probability, Probability) - Method in class edu.northwestern.at.utils.math.Probability
Multiply this probability by three others.
MultiwordUnitData - Class in edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits
Multiword unit data.
MultiwordUnitData(String, Map<String, Integer>, int, NGramExtractor[]) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
must_form_a_cycle_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
mustMatchDictionaryEntry - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Must match dictionary entry.
MutableAdornedFile - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Loads an adorned XML file for updating.
MutableAdornedFile(String, String[]) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Create mutable adorned file.
MutableAdornedFile(String) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Create mutable adorned file.
MutableInteger - Class in edu.northwestern.at.utils
Implements an integer object wrapper which allows changing the integer value.
MutableInteger(int) - Constructor for class edu.northwestern.at.utils.MutableInteger
Create MutableInteger object from an int value.
MutableInteger(String) - Constructor for class edu.northwestern.at.utils.MutableInteger
Create MutableInteger object from a string.
mutableInteger - Variable in class edu.northwestern.at.utils.MutableInteger
The integer wrapped here.
MutableLong - Class in edu.northwestern.at.utils
Implements a long object wrapper which allows changing the long value.
MutableLong(long) - Constructor for class edu.northwestern.at.utils.MutableLong
Create MutableLong object from an int value.
MutableLong(String) - Constructor for class edu.northwestern.at.utils.MutableLong
Create MutableLong object from a string.
mutableLong - Variable in class edu.northwestern.at.utils.MutableLong
The long wrapped here.
mwu - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
mwuCount - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
mwuLength - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
my_random() - Static method in class net.sf.jlinkgrammar.MyRandom
 
my_random_finalize() - Static method in class net.sf.jlinkgrammar.MyRandom
 
my_random_initialize(int) - Static method in class net.sf.jlinkgrammar.MyRandom
 
MyRandom - Class in net.sf.jlinkgrammar
TODO add javadoc
MyRandom() - Constructor for class net.sf.jlinkgrammar.MyRandom
 
MySQLInsertGenerator - Class in edu.northwestern.at.utils.db.mysql
A MySQL insert statement generator.
MySQLInsertGenerator(String, String[], boolean[]) - Constructor for class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
Create a MySQL insert generator.

N

n - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
n - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
N_and_elements - Static variable in class net.sf.jlinkgrammar.Sentence
 
n_bounded_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
N_changed - Static variable in class net.sf.jlinkgrammar.Sentence
 
n_connected_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
n_contains_none_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
n_contains_one_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
N_domains - Variable in class net.sf.jlinkgrammar.PPData
 
n_form_a_cycle_rules - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
n_global_rules_firing - Variable in class net.sf.jlinkgrammar.Postprocessor
this is diagnostic
N_GRAM - Static variable in class com.cybozu.labs.langdetect.util.NGram
 
N_links - Variable in class net.sf.jlinkgrammar.ParseInfo
 
n_local_rules_firing - Variable in class net.sf.jlinkgrammar.Postprocessor
this is diagnostic
N_outside_words - Static variable in class net.sf.jlinkgrammar.Sentence
 
N_violations - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
n_words - Variable in class com.cybozu.labs.langdetect.util.LangProfile
 
N_words - Variable in class net.sf.jlinkgrammar.ParseInfo
 
name - Variable in class com.cybozu.labs.langdetect.util.LangProfile
 
name - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
 
name - Variable in class net.sf.jlinkgrammar.Cms
 
name - Variable in class net.sf.jlinkgrammar.Dictionary
 
name - Variable in class net.sf.jlinkgrammar.Link
 
namePOS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Proper name part of speech tag.
NamePosition - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer
Records name position in tokenized text.
NamePosition() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NamePosition
Create empty name position.
NamePosition(int, int, int, int) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NamePosition
Create name position from sentence and word positions.
namePositionToName(List<List<T>>, NamePosition) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Get name from name position.
NameRecognizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer
Interface for a Name Recognizer.
NameRecognizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer
NameRecognizer factory.
NameRecognizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizerFactory
 
names - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Built-in name lists.
Names - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer
Extract person and place names from text.
Names() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Create name extractor.
Names(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Create name extractor.
names - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Proper names.
names - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Name recognizer.
names - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Proper names.
NameStandardizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer
Interface for a Name Standardizer.
nameStandardizer - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Proper name standardizer.
nameStandardizer - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Name standardizer.
NameStandardizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer
NameStandardizer factory.
NameStandardizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizerFactory
 
nameTrie - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Proper name trie.
NE - Class in com.rmtheis.langdetect.profile
 
NE() - Constructor for class com.rmtheis.langdetect.profile.NE
 
nearestAncestor - Variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Nearest ancestral element which is not a soft tag.
nearSearch(String, int) - Method in class edu.northwestern.at.utils.TernaryTrie
This will return an array of strings which are near to the supplied word by the supplied distance.
nearSearchNode(TernaryTrieNode, int, List<String>, String, String, int) - Method in class edu.northwestern.at.utils.TernaryTrie
This will recursively search for a near match word in the TernaryTrie one node at a time beginning at the supplied node.
negativebinomial(int, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random value from a negative binomial variable.
NEGATIVECOST - Static variable in class net.sf.jlinkgrammar.GlobalBean
This is a hack that allows one to discard disjuncts containing connectors whose cost is greater than given a bound.
NEITHER_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
to connect the "neither" to the following "nor"
net.sf.jlinkgrammar - package net.sf.jlinkgrammar
JLinkGrammar is a Java port of the Carnergie Mellon University link grammar parser, a syntactic parser for English.
new_block(int) - Method in class edu.northwestern.at.utils.SparseBitSet
 
new_block(int, int) - Method in class edu.northwestern.at.utils.SparseBitSet
 
newAdornedFilesDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.GetTokenChanges
Input directory containing new adorned files.
newAdornedWordOutputter() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputterFactory
Get an adornedWordOutputter.
newAdornedWordOutputter(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputterFactory
Get an adornedWordOutputter.
newAdornedWordOutputter(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputterFactory
Get an adornedWordOutputter of a specified class name.
newConjugator() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.ConjugatorFactory
Get a conjugator.
newConjugator(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.ConjugatorFactory
Get a conjugator.
newConjugator(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.ConjugatorFactory
Get a conjugator of a specified class name.
newContextualSmoother() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmootherFactory
Get a contextual smoother.
newContextualSmoother(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmootherFactory
Get a contextual smoother.
newContextualSmoother(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmootherFactory
Get a contextualSmoother of a specified class name.
newContractionExpander() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.ContractionExpanderFactory
Get a contraction expander.
newContractionExpander(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.ContractionExpanderFactory
Get a contraction expander.
newContractionExpander(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.ContractionExpanderFactory
Get a contractionExpander of a specified class name.
newDocument() - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Creates a new empty DOM document.
newHyphenator() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.HyphenatorFactory
Get a hyphenator.
newHyphenator(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.HyphenatorFactory
Get a hyphenator.
newHyphenator(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.HyphenatorFactory
Get a hyphenator of a specified class name.
newInflector() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.InflectorFactory
Get an inflector.
newInflector(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.InflectorFactory
Get an inflector.
newInflector(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.InflectorFactory
Get an inflector of a specified class name.
newInitialSpellingStandardizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizerFactory
Get an initial spelling standardizer.
newInitialSpellingStandardizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizerFactory
Get an initial spelling standardizer.
newl - Variable in class net.sf.jlinkgrammar.PatchElement
 
newLanguageRecognizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.LanguageRecognizerFactory
Get a name recognizer.
newLanguageRecognizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.LanguageRecognizerFactory
Get a name recognizer.
newLanguageRecognizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.LanguageRecognizerFactory
Get a name recognizer of a specified class name.
newLemmatizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.LemmatizerFactory
Get a lemmatizer.
newLemmatizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.LemmatizerFactory
Get a lemmatizer.
newLemmatizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.LemmatizerFactory
Get a lemmatizer of a specified class name.
newLexicalSmoother() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmootherFactory
Get a lexical smoother.
newLexicalSmoother(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmootherFactory
Get a lexical smoother.
newLexicalSmoother(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmootherFactory
Get a lexicalSmoother of a specified class name.
newLexicon() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconFactory
Get a lexicon.
newLexicon(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconFactory
Get a lexicon.
newLexicon(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconFactory
Get a lexicon of a specified class name.
newMorphAdornerXMLWriter() - Static method in class edu.northwestern.at.morphadorner.MorphAdornerXMLWriterFactory
Get an xmlWriter.
newMorphAdornerXMLWriter(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerXMLWriterFactory
Get an xmlWriter.
newMorphAdornerXMLWriter(String) - Static method in class edu.northwestern.at.morphadorner.MorphAdornerXMLWriterFactory
Get an xmlWriter of a specified class name.
newNameRecognizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizerFactory
Get a name recognizer.
newNameRecognizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizerFactory
Get a name recognizer.
newNameRecognizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizerFactory
Get a name recognizer of a specified class name.
newNameStandardizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizerFactory
Get a name standardizer.
newNameStandardizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizerFactory
Get a name standardizer.
newNameStandardizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizerFactory
Get a name standardizer of a specified class name.
newPartOfSpeechGuesser() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesserFactory
Get a part of speech guesser.
newPartOfSpeechGuesser(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesserFactory
Get a part of speech guesser.
newPartOfSpeechGuesser(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesserFactory
Get a part of speech guesser of a specified class name.
newPartOfSpeechRetagger() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetaggerFactory
Get a part of speech retagger.
newPartOfSpeechRetagger(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetaggerFactory
Get a part of speech retagger.
newPartOfSpeechRetagger(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetaggerFactory
Get a partOfSpeechRetagger of a specified class name.
newPartOfSpeechTagger() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTaggerFactory
Get a partOfSpeechTagger.
newPartOfSpeechTagger(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTaggerFactory
Get a partOfSpeechTagger.
newPartOfSpeechTagger(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTaggerFactory
Get a partOfSpeechTagger of a specified class name.
newPartOfSpeechTags() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTagsFactory
Get part of speech tags.
newPartOfSpeechTags(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTagsFactory
Get part of speech tags.
newPartOfSpeechTags(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTagsFactory
Get part of speech tags of a specified class name.
newPartOfSpeechTagsMapper() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.PartOfSpeechTagsMapperFactory
Get a part of speech tags mapper.
newPartOfSpeechTagsMapper(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.PartOfSpeechTagsMapperFactory
Get a part of speech tags mapper.
newPartOfSpeechTagsMapper(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.PartOfSpeechTagsMapperFactory
Get a part of speech tags mapper of a specified class name.
newPluralizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.PluralizerFactory
Get a pluralizer.
newPluralizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.PluralizerFactory
Get a pluralizer.
newPluralizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.PluralizerFactory
Get a pluralizer of a specified class name.
newPostTokenizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PostTokenizerFactory
Get a postTokenizer.
newPostTokenizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PostTokenizerFactory
Get a postTokenizer.
newPostTokenizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PostTokenizerFactory
Get a postTokenizer of a specified class name.
newPreTokenizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PreTokenizerFactory
Get a preTokenizer.
newPreTokenizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PreTokenizerFactory
Get a preTokenizer.
newPreTokenizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PreTokenizerFactory
Get a preTokenizer of a specified class name.
newr - Variable in class net.sf.jlinkgrammar.PatchElement
 
newSentenceSplitter() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterFactory
Get a sentence splitter.
newSentenceSplitter(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterFactory
Get a sentence splitter.
newSentenceSplitter(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterFactory
Get a sentence splitter of a specified class name.
newSentenceSplitterIterator() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIteratorFactory
Get a sentence splitter iterator.
newSentenceSplitterIterator(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIteratorFactory
Get a sentence splitter iterator.
newSentenceSplitterIterator(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIteratorFactory
Get a sentence splitter iterator of a specified class name.
newSpellingMapper() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.SpellingMapperFactory
Get a spelling mapper.
newSpellingMapper(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.SpellingMapperFactory
Get a spelling mapper.
newSpellingMapper(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.SpellingMapperFactory
Get a spellingMapper of a specified class name.
newSpellingStandardizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizerFactory
Get a spelling standardizer.
newSpellingStandardizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizerFactory
Get a spelling standardizer.
newSpellingStandardizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizerFactory
Get a spelling standardizer of a specified class name.
newStemmer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.StemmerFactory
Get a stemmer.
newStemmer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.StemmerFactory
Get a stemmer.
newStemmer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.StemmerFactory
Get a stemmer of a specified class name.
newStopWords() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.StopWordsFactory
Get stopwords.
newStopWords(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.StopWordsFactory
Get stopwords.
newStopWords(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.StopWordsFactory
Get a stopwords of a specified class name.
newSyllableCounter() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.SyllableCounterFactory
Get a syllablecounter.
newSyllableCounter(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.SyllableCounterFactory
Get a syllablecounter.
newSyllableCounter(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.SyllableCounterFactory
Get a syllablecounter of a specified class name.
newTextInputter() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputterFactory
Get a TextInputter.
newTextInputter(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputterFactory
Get a TextInputter.
newTextInputter(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputterFactory
Get a TextInputter of a specified class name.
newTextSegmenter() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextSegmenterFactory
Get a segmenter.
newTextSegmenter(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextSegmenterFactory
Get a segmenter.
newTextSegmenter(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextSegmenterFactory
Get a segmenter of a specified class name.
newTextSummarizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.TextSummarizerFactory
Get a summarizer.
newTextSummarizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.TextSummarizerFactory
Get a summarizer.
newTextSummarizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.TextSummarizerFactory
Get a summarizer of a specified class name.
newThesaurus() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.ThesaurusFactory
Get a thesaurus.
newThesaurus(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.ThesaurusFactory
Get a thesaurus.
newThesaurus(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.ThesaurusFactory
Get a thesaurus of a specified class name.
NewtonRaphson - Class in edu.northwestern.at.utils.math.rootfinders
Find roots of equations using Newton/Raphson iteration.
NewtonRaphson() - Constructor for class edu.northwestern.at.utils.math.rootfinders.NewtonRaphson
Constructor if RootFinder interface used.
newtonRaphson(double, double, int, MonadicFunction, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation) - Static method in class edu.northwestern.at.utils.math.rootfinders.NewtonRaphson
Find root using the Method of Newton/Raphson.
newtonRaphson(double, double, int, MonadicFunction, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.NewtonRaphson
Find root using the Method of Newton/Raphson.
newtonRaphson(double, MonadicFunction, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.NewtonRaphson
Find root using the Method of Newton/Raphson.
newTransformer(String) - Static method in class edu.northwestern.at.utils.xml.XSLTCache
Obtain a new Transformer instance for the specified XSLT file name.
newValue - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
New field value.
newValue - Variable in class net.sf.jlinkgrammar.LinksToPatch
 
newWordTokenizer() - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizerFactory
Get a wordTokenizer.
newWordTokenizer(UTF8Properties) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizerFactory
Get a wordTokenizer.
newWordTokenizer(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizerFactory
Get a wordTokenizer of a specified class name.
next() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Return next sentence.
next() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIterator
Return next sentence.
next - Variable in class edu.northwestern.at.utils.cache.OldLRUCache.Node
Next node in queue.
next(int) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
Returns an integer with bits bits filled with a random number.
next - Variable in class net.sf.jlinkgrammar.AndList
 
next - Variable in class net.sf.jlinkgrammar.Clause
 
next - Variable in class net.sf.jlinkgrammar.CList
 
next - Variable in class net.sf.jlinkgrammar.Cms
 
next - Variable in class net.sf.jlinkgrammar.CNode
 
next - Variable in class net.sf.jlinkgrammar.CONList
 
next - Variable in class net.sf.jlinkgrammar.Connector
 
next - Variable in class net.sf.jlinkgrammar.Disjunct
 
next - Variable in class net.sf.jlinkgrammar.DISList
 
next - Variable in class net.sf.jlinkgrammar.DTreeLeaf
 
next - Variable in class net.sf.jlinkgrammar.DTypeList
 
next - Variable in class net.sf.jlinkgrammar.Exp
 
next - Variable in class net.sf.jlinkgrammar.ExpList
 
next - Variable in class net.sf.jlinkgrammar.ImageNode
 
next - Variable in class net.sf.jlinkgrammar.LabelNode
 
next - Variable in class net.sf.jlinkgrammar.LinksetNode
 
next - Variable in class net.sf.jlinkgrammar.LinksToPatch
 
next - Variable in class net.sf.jlinkgrammar.ListOfLinks
 
next - Variable in class net.sf.jlinkgrammar.MatchNode
 
next - Variable in class net.sf.jlinkgrammar.ParseChoice
 
next - Variable in class net.sf.jlinkgrammar.PPLabelNode
 
next - Variable in class net.sf.jlinkgrammar.PPLinksetNode
 
next - Variable in class net.sf.jlinkgrammar.TableConnector
 
next - Variable in class net.sf.jlinkgrammar.TConnector
 
next - Variable in class net.sf.jlinkgrammar.WordFile
 
next - Variable in class net.sf.jlinkgrammar.XNode
link to next equivilent expresion.
next - Variable in class net.sf.jlinkgrammar.XTableConnector
 
next_power_of_two_up(int) - Static method in class net.sf.jlinkgrammar.MyRandom
 
nextAdornedWord - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Next adorned word to process.
nextBoolean() - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
This method is missing from jdk 1.0.x and below.
nextBoolean(float) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean(double) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
This generates a coin flip with a probability probability of returning true, else returning false.
nextByte() - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextBytes(byte[]) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
A bug fix for all versions of the JDK.
nextChar() - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextClearBit(int) - Method in class edu.northwestern.at.utils.SparseBitSet
Returns index of first bit set to false that occurs on or after specified starting index.
nextDouble() - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
A bug fix for versions of JDK 1.1 and below.
nextFloat() - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
A bug fix for versions of JDK 1.1 and below.
nextGaussian() - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
A bug fix for all JDK code including 1.2.
nextInt(int) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
This method is missing from JDK 1.1 and below.
nextLong(long) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
This method is for completness' sake.
nextSetBit(int) - Method in class edu.northwestern.at.utils.SparseBitSet
Returns index of first bit set to true that occurs on or after specified starting index.
nextShort() - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextWord - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Next word.
nextWordPart - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Next word part for this word.
nFromPB - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
"n" from current element.
NGram - Class in com.cybozu.labs.langdetect.util
Cut out N-gram from text.
NGram() - Constructor for class com.cybozu.labs.langdetect.util.NGram
Constructor.
nGramCounts - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
The list of ngrams and associated counts.
NGramExtractor - Class in edu.northwestern.at.morphadorner.corpuslinguistics.ngram
Extract ngrams from text.
NGramExtractor(int, int) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Create NGrams.
nGramSize - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Number of words forming an ngram.
NGramTaggerTrainer - Class in edu.northwestern.at.morphadorner.tools.taggertrainer.ngram
 
NGramTaggerTrainer() - Constructor for class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
 
NL - Class in com.rmtheis.langdetect.profile
 
NL() - Constructor for class com.rmtheis.langdetect.profile.NL
 
nnmEntities - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
NO - Class in com.rmtheis.langdetect.profile
 
NO() - Constructor for class com.rmtheis.langdetect.profile.NO
 
NO_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
NO_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
NOCUTOFF - Static variable in class net.sf.jlinkgrammar.GlobalBean
no connector will have cost this high
nodeCount - Variable in class edu.northwestern.at.utils.TernaryTrie
Count of nodes in tree.
nodeHasDescendant(Node, String[], String[]) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Checks to see if a node has a descendant node of some name, other than those in children of some other name.
nodes_of_label - Variable in class net.sf.jlinkgrammar.PPLexTable
str.
NODICT - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
NOMINATIVE_PRONOUNS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
NONBREAKING_BLANK - Static variable in class edu.northwestern.at.utils.CharUtils
Nonbreaking blank character.
NONBREAKING_BLANK_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Nonbreaking blank string.
NONBREAKING_HYPHEN - Static variable in class edu.northwestern.at.utils.CharUtils
Nonbreaking hyphen character.
NONBREAKING_HYPHEN_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Nonbreaking hyphen string.
NONE - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
NOOP_PLURALIZER - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
 
NoopConjugator - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator
Noop conjugator which returns an infinitive uninflected.
NoopConjugator() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.NoopConjugator
 
noopConjugator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.NoopInflector
Noop conjugator.
NoopInflector - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector
Noop inflector which returns a lemma uninflected.
NoopInflector() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.NoopInflector
 
NoopNameStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer
NoopNameStandardizer -- returns original proper name untouched.
NoopNameStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
 
NoopPartOfSpeechTagsMapper - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper
NoopPartOfSpeechTagsMapper: default returns original tag unchanged.
NoopPartOfSpeechTagsMapper() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.NoopPartOfSpeechTagsMapper
Create noop part of speech tags mapper.
noopPluralizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.NoopInflector
Noop pluralizer.
NoopPluralizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer
Noop pluralizer which returns a noun or pronoun unpluralized.
NoopPluralizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.NoopPluralizer
 
NoopPreTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
A "no-op" preTokenizer which leaves the input string unchanged.
NoopPreTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.NoopPreTokenizer
Create a "no-op" preTokenizer.
NoopRetagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger
A retagger which leaves the original tagging undisturbed.
NoopRetagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger.NoopRetagger
Create noop retagger.
NoopSpellingStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
NoopSpellingStandardizer returns original spelling unchanged.
NoopSpellingStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.NoopSpellingStandardizer
Create noop spelling standardizer.
NoopWordTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Word tokenizer which leaves original text untokenized.
NoopWordTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.NoopWordTokenizer
Create a word tokenizer that leaves the text untokenized.
Normal - Class in edu.northwestern.at.utils.math.distributions
Normal distribution functions.
Normal() - Constructor for class edu.northwestern.at.utils.math.distributions.Normal
Make class non-instantiable but inheritable.
normal(double) - Static method in class edu.northwestern.at.utils.math.distributions.Normal
Compute probability for normal distribution.
normal(double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
normal(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a Gaussian (Normal) random variable.
NORMAL_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
the labels >= 0 are used by fat links while -1 is used for normal connectors
normalInverse(double) - Static method in class edu.northwestern.at.utils.math.distributions.Normal
Compute percentage point for normal distribution.
normalInverse(double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
normalInverseBad(double) - Static method in class edu.northwestern.at.utils.math.distributions.Normal
 
normalize(char) - Static method in class com.cybozu.labs.langdetect.util.NGram
Character Normalization
normalize(String[][], StopWords, Stemmer) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Produce stem frequency tables for a tokenized document.
normalize(String[][], ContextVector, StopWords, Stemmer) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Produce stem frequency tables for a tokenized document.
normalize_vi(String) - Static method in class com.cybozu.labs.langdetect.util.NGram
Normalizer for Vietnamese.
normalizeString(String) - Static method in class edu.northwestern.at.utils.CharUtils
Convert super/subscript characters to normal equivalents.
NOT_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
to connect the "not" to the following "but"
NOTINDICT - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
NOTONLY_LABEL - Static variable in class net.sf.jlinkgrammar.GlobalBean
to connect the "not" to the following "only"
nounPOS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Noun part of speech tag.
nStartingLinks - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
null_block - Variable in class net.sf.jlinkgrammar.ParseOptions
consecutive blocks of this many words are considered as one null link (default=1)
null_cost - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
null_cost() - Method in class net.sf.jlinkgrammar.ParseInfo
 
null_count - Variable in class net.sf.jlinkgrammar.Sentence
number of null links in linkages
null_links - Static variable in class net.sf.jlinkgrammar.Sentence
 
NullOutputStream - Class in edu.northwestern.at.utils
A null output stream which ignores all output written to it.
NullOutputStream() - Constructor for class edu.northwestern.at.utils.NullOutputStream
Construct NullOutputStream.
num - Variable in class net.sf.jlinkgrammar.Linkage.LinkageAndList
 
num_domains - Variable in class net.sf.jlinkgrammar.PPInfo
 
num_elements - Variable in class net.sf.jlinkgrammar.AndList
 
num_entries - Variable in class net.sf.jlinkgrammar.Dictionary
 
num_linkages_alloced - Variable in class net.sf.jlinkgrammar.Sentence
total number of linkages allocated.
num_linkages_found - Variable in class net.sf.jlinkgrammar.Sentence
total number linkages before postprocessing.
num_linkages_post_processed - Variable in class net.sf.jlinkgrammar.Sentence
The number of linkages that are actually put into the array that was alloced.
num_links - Variable in class net.sf.jlinkgrammar.Sublinkage
 
num_outside_words - Variable in class net.sf.jlinkgrammar.AndList
 
num_sublinkages - Variable in class net.sf.jlinkgrammar.Linkage
One for thin linkages, bigger for fat
num_valid_linkages - Variable in class net.sf.jlinkgrammar.Sentence
number with no pp violations
NUMBER_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
number_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
numberDotSpellingMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOWordTokenizer
 
numberDotSpellingPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOWordTokenizer
Pattern to match number.word
numberfy(String) - Static method in class net.sf.jlinkgrammar.Dictionary
if the string contains a single ".", and ends in ".Ix" where x is a number, return x.
numberOfNGrams - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Total number of ngrams.
NumberOps - Class in edu.northwestern.at.utils.math
Perform arithmetic on java.lang.Number objects.
NumberOps() - Constructor for class edu.northwestern.at.utils.math.NumberOps
 
numberPOS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Number part of speech tag.
NUPOSPartOfSpeechTags - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
NUPOSPartOfSpeechTags: NUPOS part of speech tags.
NUPOSPartOfSpeechTags() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.NUPOSPartOfSpeechTags
Create NUPOS part of speech tags.
nuposResourcePath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.NUPOSPartOfSpeechTags
Path to NUPOS tag definitions.

O

objectToString(Object) - Static method in class edu.northwestern.at.utils.StringUtils
Convert object to string representation.
OC - Class in com.rmtheis.langdetect.profile
 
OC() - Constructor for class com.rmtheis.langdetect.profile.OC
 
offs - Variable in class edu.northwestern.at.utils.SparseBitSet
Sorted array of bit-block offsets.
OLD_EURO_SIGN - Static variable in class edu.northwestern.at.utils.CharUtils
Old Euro symbol.
old_hash_disjunct() - Method in class net.sf.jlinkgrammar.Disjunct
 
oldAdornedFilesDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.GetTokenChanges
Input directory containing old adorned files.
OldLRUCache<K,V> - Class in edu.northwestern.at.utils.cache
Fixed maximum size cache employing least-recently used method to age entries.
OldLRUCache(int) - Constructor for class edu.northwestern.at.utils.cache.OldLRUCache
Create a new cache.
OldLRUCache.Node - Class in edu.northwestern.at.utils.cache
 
OldLRUCache.Node(K, V) - Constructor for class edu.northwestern.at.utils.cache.OldLRUCache.Node
Create wrapped value.
oldSpelling - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Old spelling.
oldValue - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
Old field value.
omitLessFreq() - Method in class com.cybozu.labs.langdetect.util.LangProfile
Eliminate below less frequency n-grams and noise Latin alphabets
ONE_PROBABILITY - Static variable in class edu.northwestern.at.utils.math.Probability
One probability.
oneBlankChar - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Single blank character.
oneCharBuffer - Variable in class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Single character buffer.
oneRetagStep(T, boolean, List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Adds a new word to the current retagging window.
oneStep(AdornedWord, boolean, List) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Adds a new word to the current tagging window.
op(long, long) - Method in interface edu.northwestern.at.utils.SparseBitSet.BinOp
 
OPEN_BRACKET - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
open_dictionary(String) - Method in class net.sf.jlinkgrammar.Dictionary
Opens the dictionary, sets the path and assigns the Dictionary object's filepointer to the dictionary specified in ParseOptions.
openFile(File) - Method in class edu.northwestern.at.utils.TextFile
Read local file into array of strings.
openInputFile(String, String) - Method in class edu.northwestern.at.utils.csv.CSVFileReader
Open input file.
openInputStream(InputStream) - Method in class edu.northwestern.at.utils.TextFile
Read stream into array of strings.
openOutputFile(String, String) - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Open output file.
optimalTags(int, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Get optimal set of tags via backtracking.
options - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
opts - Variable in class net.sf.jlinkgrammar.Dictionary
 
opts - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
opts - Variable in class net.sf.jlinkgrammar.Linkage
 
OR - Static variable in class edu.northwestern.at.utils.SparseBitSet
 
or(SparseBitSet) - Method in class edu.northwestern.at.utils.SparseBitSet
Logically OR this bit set with another.
or_purge_ExpList(ExpList) - Method in class net.sf.jlinkgrammar.Exp
 
OR_type - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
ord - Variable in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
The word ordinal.
ord - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Word ordinal.
ord - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
ORDINAL_NUMERAL - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
ordinalize(int, boolean) - Static method in class edu.northwestern.at.utils.StringUtils
Convert number to ordinal English form.
ordinalNumberPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Ordinal number pattern (English only!)
org.jdom2.contrib.schema - package org.jdom2.contrib.schema
Schema.
OrigFixer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Fixes <orig> element and surrounding elements.
OrigFixer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.OrigFixer
Allow overrides but no instantiation.
OrigFixer.OrigProcessor - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
JDOM element processor which fixes elements.
OrigFixer.OrigProcessor() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.OrigFixer.OrigProcessor
 
originalTag - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
The original tag which this rule may change.
originalToken - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Original token attribute.
OSNAME - Static variable in class edu.northwestern.at.utils.Env
The operating system.
out - Variable in class net.sf.jlinkgrammar.ParseOptions
Set the output writer
outputAnnotationType - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Output anotation type.
outputASName - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Output annotation name.
outputBlank() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Add blank to sentence.
outputBlank() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Add blank to sentence.
outputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Output directory.
outputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Output directory.
outputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Output directory for corrected adorned files.
outputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Output directory.
outputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Output directory.
outputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Output directory.
outputDirectory - Static variable in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Output directory.
outputDirectoryName - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output directory name.
outputDirectoryName - Static variable in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Output directory name.
outputDirectoryName - Variable in class edu.northwestern.at.utils.FileBatchProcessor
Output directory name.
outputEosAttribute - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output eos attribute.
outputEOSFlag - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output end of sentence flag.
outputEOSFlagAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output end of sentence flag attribute.
outputFile - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Output file name.
outputFileName - Variable in class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Output file name.
outputFileStream - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Output file stream.
outputFileStream - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Output file stream.
outputFileStream - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Output file stream.
outputFormat - Variable in class edu.northwestern.at.morphadorner.tools.AdornedXMLWriter.AdornedXMLOutputProcessor
Output format for XML.
outputKWIC - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output KWIC index.
outputKWICWidth - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Number of characters in KWIC index entry.
outputLeftKWICAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output left KWIC index attribute.
outputLemma - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output lemma.
outputLemmaAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output lemma attribute.
outputNonredundantAttributesOnly - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output non-redundant attributes only.
outputNonredundantAttributesOnly - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to output non-redundant attributes only.
outputNonredundantAttributesOnly - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output only non-redundant word level attributes.
outputNonredundantEosAttribute - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output non-redundant eos attributes only.
outputNonredundantEosAttribute - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to output non-redundant eos attributes only.
outputNonredundantEosAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output only non-redundant eos attribute.
outputNonredundantPartAttribute - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output non-redundant part attributes only.
outputNonredundantPartAttribute - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to output non-redundant part attributes only.
outputNonredundantPartAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output only non-redundant part attribute.
outputNonredundantTokenAttribute - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output non-redundant token attributes only.
outputNonredundantTokenAttribute - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to output non-redundant token attributes only.
outputNonredundantTokenAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output only non-redundant token attribute.
outputOriginalToken - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output original token.
outputOriginalTokenAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output original token attribute.
outputPartOfSpeech - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output part of speech tag.
outputPartOfSpeechAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output part of speech tag attribute.
outputPseudoPageBoundaryMilestones - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to output page boundary milestones.
outputPseudoPageBoundaryMilestones - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output pseudo-page boundary milestones.
outputResults(String) - Static method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Output results to tabular file.
outputRightKWICAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output right KWIC index attribute.
outputRunningWordNumbers - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output running word number.
outputSentenceBoundaryMilestones - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to output sentence boundary milestones.
outputSentenceBoundaryMilestones - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output sentence boundary milestones.
outputSentenceNumber - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output sentence number attributes.
outputSentenceNumber - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output sentence number.
outputSentenceNumberAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output sentence number attribute.
outputSet - Static variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Holds sorted work titles and languages output.
outputSpelling - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output (corrected) spelling.
outputSpellingAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output spelling attribute.
outputStandardSpelling - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output standard spelling.
outputStandardSpellingAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output standard spelling attribute.
outputTag(String, boolean, AdornedXMLReader.MySentenceMelder, XMLTagClassifier) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Output an XML tag.
outputTemplate(PrintWriter, UTF8Properties) - Method in class edu.northwestern.at.utils.servlets.HtmlTemplate
Substitute values in template.
outputWhitespace - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output whitespace elements.
outputWhitespace - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to output whitespace elements.
outputWhitespaceElements - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output whitespace elements.
outputWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Add word to sentence.
outputWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Add word to sentence.
outputWord(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader.MySentenceMelder
 
outputWordAndAdornments(String[]) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordAndAdornments(List<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordAndAdornments(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordAndAdornments(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordAndAdornments(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordAndAdornments(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordAndAdornments(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.SimpleXMLAdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordAndAdornments(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.SimpleXMLAdornedWordOutputter
Outputs a word and its adornments (part of speech, lemmata, etc).
outputWordNumber - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output word number attributes.
outputWordNumber - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output word number.
outputWordNumberAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output word number attribute.
outputWordOrdinal - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
True to output word ordinal attributes.
outputWordOrdinal - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Output word ordinal.
outputWordOrdinal - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output word ordinal.
outputWordOrdinalAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Output word ordinal attribute.
outputWriter - Variable in class edu.northwestern.at.utils.csv.CSVFileWriter
Print writer for the CSV file contents.
outputWriter - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
Writer to which to output preprocessed text.
outputXML(Document, String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLWriter
Output XML.
outside_word - Variable in class net.sf.jlinkgrammar.AndList
 
outside_word - Static variable in class net.sf.jlinkgrammar.Sentence
 

P

p - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
p - Variable in class net.sf.jlinkgrammar.ParseOptions.Switch
 
PA - Class in com.rmtheis.langdetect.profile
 
PA() - Constructor for class com.rmtheis.langdetect.profile.PA
 
packageName(String) - Static method in class edu.northwestern.at.utils.ClassUtils
Extracts the package name from a fully qualified class name.
PAGE_FORMATTER - Static variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Page number formatter.
pageColumn - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Column (0-based) within current page based upon repeated facs= value of pb.
pageNumber - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Running page number.
pageNumber - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Page number on which word appears.
pageNumber - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Running page number.
PARAGRAPH - Static variable in class edu.northwestern.at.utils.CharUtils
Paragraph.
PARAGRAPH_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
parent - Variable in class net.sf.jlinkgrammar.Domain
 
parent - Variable in class net.sf.jlinkgrammar.DTreeLeaf
 
parse(String) - Method in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Parse sentence text.
parse(File) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Parses an XML file.
parse(String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Parses an XML file.
parse(URL) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Parses XML document from URL.
parse(File) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Parses an XML file.
parse(String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Parses an XML file.
parse(URL) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Parses XML document from URL.
parse(String[]) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parse(String[], Locale) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parse(int, ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
Returns the number of null links the sentence can be parsed with the specified cost Assumes that the hash table this.ctable has already been initialized, and is freed later.
parse(String, Schema.Type) - Static method in class org.jdom2.contrib.schema.Schema
Parses a schema definition located at the specified URI according to the specified schema type and returns a compiled schema object.
parse(InputStream, Schema.Type, String) - Static method in class org.jdom2.contrib.schema.Schema
Parses a schema definition from the specified byte stream according to the specified schema type and returns a compiled schema object.
parse(Reader, Schema.Type, String) - Static method in class org.jdom2.contrib.schema.Schema
Parses a schema definition from the specified character stream according to the specified schema type and returns a compiled schema object.
parse(File, Schema.Type) - Static method in class org.jdom2.contrib.schema.Schema
Parses a schema definition from the specified file according to the specified schema type and returns a compiled schema object.
parse(InputSource, Schema.Type) - Static method in class org.jdom2.contrib.schema.Schema
Parses a schema definition from the specified SAX input source according to the specified schema type and returns a compiled schema object.
parse_info - Variable in class net.sf.jlinkgrammar.Sentence
set of parses for the sentence
parse_options_get_all_short_connectors() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_allow_null() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_batch_mode() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_disjunct_cost() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_display_bad() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_display_constituents() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_display_links() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_display_on() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_display_postscript() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_display_union() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_display_walls() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_echo_on() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_islands_ok() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_linkage_limit() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_max_null_count() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_max_sentence_length() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_min_null_count() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_null_block() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_screen_width() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_short_length() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_get_verbosity() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_reset_resources() - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_all_short_connectors(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_allow_null(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_batch_mode(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_cost_model_type(ParseOptions, int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_disjunct_cost(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_display_bad(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_display_constituents(ParseOptions, int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_display_links(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_display_on(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_display_postscript(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_display_union(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_display_walls(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_echo_on(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_islands_ok(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_linkage_limit(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_max_null_count(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_max_sentence_length(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_min_null_count(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_null_block(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_screen_width(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_short_length(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_options_set_verbosity(int) - Method in class net.sf.jlinkgrammar.ParseOptions
 
parse_set - Variable in class net.sf.jlinkgrammar.ParseInfo
 
parse_set(Sentence, Disjunct, Disjunct, int, int, Connector, Connector, int, ParseOptions) - Method in class net.sf.jlinkgrammar.ParseInfo
 
parse_string(CNode, StringTokenizer) - Method in class net.sf.jlinkgrammar.Linkage
 
PARSE_WITH_DISJUNCT_COST_GT_0 - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
ParseChoice - Class in net.sf.jlinkgrammar
One possible parsing choice of a ParseSet
ParseChoice(ParseSet, int, int, Connector, Connector, ParseSet, int, int, Connector, Connector, Disjunct, Disjunct, Disjunct) - Constructor for class net.sf.jlinkgrammar.ParseChoice
Constructor
parseFragment(String) - Method in class edu.northwestern.at.utils.xml.JDOMFragmentParser
 
ParseInfo - Class in net.sf.jlinkgrammar
TODO add javadoc
ParseInfo() - Constructor for class net.sf.jlinkgrammar.ParseInfo
 
parseNumberWithCommas(String) - Static method in class edu.northwestern.at.utils.StringUtils
Parses a number with commas.
parseOptions - Variable in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Parser options.
ParseOptions - Class in net.sf.jlinkgrammar
ParseOptions keeps a set of state variables regarding user choices.
ParseOptions() - Constructor for class net.sf.jlinkgrammar.ParseOptions
Here's where the values are initialized verbosity = 5; linkage_limit = 100; disjunct_cost = GlobalBean.MAX_DISJUNCT_COST; min_null_count = 0; max_null_count = 0; null_block = 1; islands_ok = false; cost_model = new VDALCostModel(); short_length = 6; all_short = false; twopass_length = 30; max_sentence_length = 70; resources = new Resources(); display_short = true; display_word_subscripts = true; display_link_subscripts = true; display_walls = false; display_union = false; allow_null = true; echo_on = false; batch_mode = false; screen_width = 79; display_on = true; display_postscript = false; display_constituents = 0; display_bad = false; display_links = false; out = System.out; input = System.in;
ParseOptions.BooleanSetter - Class in net.sf.jlinkgrammar
 
ParseOptions.BooleanSetter() - Constructor for class net.sf.jlinkgrammar.ParseOptions.BooleanSetter
 
ParseOptions.Setter - Interface in net.sf.jlinkgrammar
 
ParseOptions.Switch - Class in net.sf.jlinkgrammar
 
ParseOptions.Switch(String, boolean, String, ParseOptions.Setter) - Constructor for class net.sf.jlinkgrammar.ParseOptions.Switch
 
ParseOptions.UserCommand - Class in net.sf.jlinkgrammar
 
ParseOptions.UserCommand(String, String) - Constructor for class net.sf.jlinkgrammar.ParseOptions.UserCommand
 
Parser - Class in net.sf.jlinkgrammar
This class is meant to be a bean type interface to link grammar.
Parser() - Constructor for class net.sf.jlinkgrammar.Parser
Creates a new instance of Parser
parserFactory - Static variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
SAX parser factory.
parseSchema(String) - Static method in class edu.northwestern.at.utils.xml.SchemaUtils
Get a parsed schema given a schema URI.
ParseSet - Class in net.sf.jlinkgrammar
The first thing we do is we build a data structure to represent the result of the entire parse search.
ParseSet(int, ParseChoice) - Constructor for class net.sf.jlinkgrammar.ParseSet
constructor
parseText(String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Parses XML document from a string.
parseText(String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Parses XML document from a string.
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.DoubleOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.IntegerOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.LongOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
Override to extract and convert an option value passed on the command-line
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.StringOption
 
parseXML(String) - Method in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Parse input file looking for Monk header.
parseXML(String) - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Parse adorned file.
parseXML(Document, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Parse a string containing XML and return a DocumentFragment.
part - Variable in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Word part flag.
part - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Word part flag.
part - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Part number.
partialSearch(String) - Method in class edu.northwestern.at.utils.TernaryTrie
This will return an array of strings which partially match the supplied word.
partialSearchNode(TernaryTrieNode, List<String>, String, String, int) - Method in class edu.northwestern.at.utils.TernaryTrie
This will recursively search for a partial word in the TernaryTrie one node at a time beginning at the supplied node.
PartOfSpeech - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
A part of speech.
PartOfSpeech() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Creates a new part of speech.
PartOfSpeech(String, String, String, String, String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Creates a new part of speech.
partOfSpeech - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Part of speech tag attribute.
partOfSpeechData - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Stores information about part of speech tags.
partOfSpeechGuesser - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Part of speech guesser for words not in lexicon.
PartOfSpeechGuesser - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser
Interface for a PartOfSpeechGuesser.
partOfSpeechGuesser - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Part of speech guesser used by some sentence splitters.
partOfSpeechGuesser - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Part of speech guesser.
PartOfSpeechGuesserFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser
PartOfSpeechGuesser factory.
PartOfSpeechGuesserFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesserFactory
 
PartOfSpeechRetagger - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Interface for a Part of Speech retagger.
PartOfSpeechRetaggerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
PartOfSpeechTagger factory.
PartOfSpeechRetaggerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetaggerFactory
 
partOfSpeechTagger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Part of speech tagger used to find noun phrases.
PartOfSpeechTagger - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Interface for a Part of Speech tagger.
partOfSpeechTagger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
The part of speech tagger for which this smoother provides amoother contextual probabilities.
partOfSpeechTagger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
The part of speech tagger for which this smoother provides amoother contextual probabilities.
partOfSpeechTagger - Variable in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Part of speech tagger.
PartOfSpeechTaggerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
PartOfSpeechTagger factory.
PartOfSpeechTaggerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTaggerFactory
 
partOfSpeechTags - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Part of Speech tag set used by lexicon.
partOfSpeechTags - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Part of speech tags.
PartOfSpeechTags - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
PartOfSpeechTags: stores information about a set of part of speech tags.
partOfSpeechTags - Variable in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Part of speech tags used by tagger.
partOfSpeechTags - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Part of speech tags.
partOfSpeechTags - Static variable in class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Part of speech tags.
partOfSpeechTags - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Part of speech tags.
PartOfSpeechTagsFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
PartOfSpeechTags factory.
PartOfSpeechTagsFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTagsFactory
 
partOfSpeechTagsMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.AbstractPartOfSpeechTagsMapper
Part of speech tags map.
PartOfSpeechTagsMapper - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper
PartOfSpeechTagsMapper: Maps a part of speech tag from one tag set to another.
PartOfSpeechTagsMapperFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper
Part of speech tags mapper factory.
PartOfSpeechTagsMapperFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.PartOfSpeechTagsMapperFactory
 
partsOfSpeech - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Parts of speech for spelling.
partsOfSpeech - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Corrected parts of speech.
partWordMatcher - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Pattern to match partial word's word ID.
patch_array - Variable in class net.sf.jlinkgrammar.Sentence
 
PatchElement - Class in net.sf.jlinkgrammar
TODO add javadoc
PatchElement() - Constructor for class net.sf.jlinkgrammar.PatchElement
 
PATH - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
 
path - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
XML word path.
path - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Path attribute.
path - Variable in class net.sf.jlinkgrammar.PPKnowledge
Name of file we loaded from
PATHLEFT - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
pathPattern - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
path pattern.
pathReplacer - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
path replacement.
PATHRIGHT - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
pathRoot - Variable in class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Path root.
PATHVALUE - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
pattern - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.AbstractRegexReplacementRule
 
pattern - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
Main ^ character replacer.
patternReplacer(Pattern, String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
patternReplacer(String, String, String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
PatternReplacer - Class in edu.northwestern.at.utils
Defines a pattern replacer.
PatternReplacer(String, String) - Constructor for class edu.northwestern.at.utils.PatternReplacer
Create a pattern replacer definition.
peek() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Return next sentence without advancing sentence pointer.
peek() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIterator
Peek ahead at text of next sentence.
peek() - Method in class edu.northwestern.at.utils.QueueStack
Peek at top element of stack without removing it.
PendingElement - Class in edu.northwestern.at.morphadorner
Holds an XML element whose output is pending.
PendingElement(String, String, String, AttributesImpl) - Constructor for class edu.northwestern.at.morphadorner.PendingElement
Create element.
pendingWordElement - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Pending word element.
pennPatterns - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PennTreebankTokenizer
Replacement patterns for transforming original text.
pennTreebankLexiconPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankWordLexicon
Resourch path to Penn Treebank lexicon.
PennTreebankPartOfSpeechTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Default Part of Speech tagger.
PennTreebankPartOfSpeechTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PennTreebankPartOfSpeechTagger
Create default part of speech tagger.
PennTreebankPartOfSpeechTags - Class in edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech
PennTreebankPartOfSpeechTags: Penn Treebank part of speech tags.
PennTreebankPartOfSpeechTags() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PennTreebankPartOfSpeechTags
Create Penn Treebank part of speech tags.
pennTreebankResourcePath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PennTreebankPartOfSpeechTags
Path to Penn Treebank tag definitions.
PennTreebankSuffixLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
PennTreebankLexicon: Suffix lexicon which uses Penn Treebank tags.
PennTreebankSuffixLexicon() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankSuffixLexicon
Create an empty lexicon.
pennTreebankSuffixLexiconPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankSuffixLexicon
Resourch path to Penn Treebank lexicon.
PennTreebankTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Split text into tokens according the Penn Treebank tokenization rules.
PennTreebankTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PennTreebankTokenizer
Create a simple word tokenizer.
PennTreebankTransitionMatrix - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix
Probability transition matrix for Penn Treebank tag set.
PennTreebankTransitionMatrix() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.PennTreebankTransitionMatrix
Create transition matrix.
PennTreebankWordLexicon - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
PennTreebankLexicon: Lexicon which uses Penn Treebank tags.
PennTreebankWordLexicon() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.PennTreebankWordLexicon
Create an empty lexicon.
percentageIncorrect() - Method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Get percentage of incorrect tags.
performReplacements(String, List<PatternReplacer>) - Static method in class edu.northwestern.at.utils.xml.XMLTextReplacer
Replace text XML using regular expressions.
periods - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Pattern to match three or more periods.
Person - Enum in edu.northwestern.at.morphadorner.corpuslinguistics.inflector
Grammatical persons.
phiSquared - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
PHISQUARED - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
 
picture - Static variable in class net.sf.jlinkgrammar.Linkage
 
PL - Class in com.rmtheis.langdetect.profile
 
PL() - Constructor for class com.rmtheis.langdetect.profile.PL
 
pl_capitalized_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
PL_PROPER_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
place - Variable in class net.sf.jlinkgrammar.ImageNode
 
placeNameMap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Place name map.
PLAIN - Static variable in class edu.northwestern.at.utils.math.rootfinders.Secant
Constant defining the plain Method of Secants.
PLURAL_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
PLURAL_PROPER_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
pluralize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.EnglishInflector
Pluralize a noun or pronoun.
pluralize(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.EnglishInflector
Pluralize a noun or pronoun.
pluralize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.NoopInflector
Pluralize a noun or pronoun.
pluralize(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.NoopInflector
Pluralize a noun or pronoun.
pluralize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.NoopPluralizer
Pluralize a noun or pronoun.
pluralize(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.NoopPluralizer
Pluralize a noun or pronoun.
pluralize(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.Pluralizer
Pluralize a noun or pronoun.
pluralize(String, int) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.Pluralizer
Pluralize a noun or pronoun.
pluralize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Pluralize a noun or pronoun.
pluralize(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Pluralize a noun or pronoun.
pluralize(int, String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Select singular or plural string based upon count.
pluralize(long, String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Select singular or plural string based upon count.
pluralizeInternal(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Apply list of rules to a noun or pronoun.
Pluralizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer
Defines an interface for finding the plural form of a noun or pronoun.
PluralizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer
Pluralizer factory.
PluralizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.PluralizerFactory
 
pluralSuffix - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.SuffixInflectionRule
 
poisson(double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a poisson random variable.
Polynomial - Class in edu.northwestern.at.utils.math
Polynomial functions.
Polynomial() - Constructor for class edu.northwestern.at.utils.math.Polynomial
Don't allow instantiation but do allow overrides.
pop() - Method in class edu.northwestern.at.utils.QueueStack
Remove element from stack.
population - Variable in class net.sf.jlinkgrammar.PPLinkset
 
PorterStemmer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stemmer
Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
PorterStemmer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
PorterStemmerLemmatizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
Use Porter Stemmer as a pseudo-lemmatizer.
PorterStemmerLemmatizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.PorterStemmerLemmatizer
Create Porter stemmer lemmatizer.
PorterStopWordFilter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.adornedword
An Adorned word filter for Martin Porter's stop word list.
PorterStopWordFilter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.PorterStopWordFilter
Create the stop word filter.
PorterStopWords - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
Martin Porter's stop word list.
PorterStopWords() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.PorterStopWords
Create the stop word filter.
porterStopWordsSet - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.PorterStopWords
Stop words.
POS - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
 
pos - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
pos - Variable in class edu.northwestern.at.utils.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
POSSESSIVE_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
POSSESSIVE_PLURAL_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
POSSESSIVE_PLURAL_PROPER_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
POSSESSIVE_SINGULAR_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
POSSESSIVE_SINGULAR_PROPER_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
possessiveAsteriskMatcher - Static variable in class edu.northwestern.at.utils.CharUtils
 
possessiveAsteriskPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Pattern for 1 or more asterisks followed by 's.
possessiveDashesMatcher - Static variable in class edu.northwestern.at.utils.CharUtils
 
possessiveDashesPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Pattern for 2 or more dashes followed by 's.
possessiveInitialMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
possessiveInitialPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.abbreviations.Abbreviations
 
possible_connection(Connector, Connector, boolean, boolean, int, int) - Method in class net.sf.jlinkgrammar.Sentence
this takes two connectors (and whether these are shallow or not) (and the two words that these came from) and returns true if it is possible for these two to match based on local considerations.
post_process(Postprocessor, ParseOptions, Sublinkage, boolean) - Method in class net.sf.jlinkgrammar.Sentence
Takes a sublinkage and returns: .
post_process_close_sentence(Postprocessor) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
post_process_free_data(PPData) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
post_process_linkages(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
This is another top level call.
post_process_match(String, String) - Static method in class net.sf.jlinkgrammar.Postprocessor
string comparison in postprocessing.
post_process_open(ParseOptions, String, String) - Method in class net.sf.jlinkgrammar.Dictionary
read rules from path and initialize the appropriate fields in a postprocessor structure, a pointer to which is returned.
post_process_scan_linkage(Postprocessor, ParseOptions, Sublinkage) - Method in class net.sf.jlinkgrammar.Sentence
During a first pass (prior to actual post-processing of the linkages of a sentence), call this once for every generated linkage.
post_quote - Variable in class net.sf.jlinkgrammar.Sentence
 
PosTaggerGateWrapper - Class in edu.northwestern.at.morphadorner.gate
Gate wrapper for default MorphAdorner morphological adorner.
PosTaggerGateWrapper() - Constructor for class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Gate wrapper for MorphAdorner.
posTags - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger.IRetagger
Part of speech tags.
posTags - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger.ProperNounRetagger
Part of speech tags.
posTags - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger.TCPRetagger
Part of speech tags.
posTags - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Part of speech tags used in XML file.
posTags - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Pos tags.
posTagsToMap(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Create map from array of part of speech tags.
PosTagString - Class in edu.northwestern.at.morphadorner.examples
PosTagString: Adorn a string with parts of speech.
PosTagString() - Constructor for class edu.northwestern.at.morphadorner.examples.PosTagString
 
posTagToMap(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Create map with one (pos, count) entry.
POSTFIX_ADJECTIVE_REGEX - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
postProcess(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
Fix case of pluralized word.
postProcess(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Fix case of pluralized word.
POSTPROCESS_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
postprocessor - Variable in class net.sf.jlinkgrammar.Dictionary
 
Postprocessor - Class in net.sf.jlinkgrammar
O.K.
Postprocessor() - Constructor for class net.sf.jlinkgrammar.Postprocessor
Constructor class placehoder for javadoc
Postprocessor.ApplyBounded - Class in net.sf.jlinkgrammar
 
Postprocessor.ApplyBounded() - Constructor for class net.sf.jlinkgrammar.Postprocessor.ApplyBounded
 
Postprocessor.ApplyConnected - Class in net.sf.jlinkgrammar
 
Postprocessor.ApplyConnected() - Constructor for class net.sf.jlinkgrammar.Postprocessor.ApplyConnected
 
Postprocessor.ApplyContainsNone - Class in net.sf.jlinkgrammar
 
Postprocessor.ApplyContainsNone() - Constructor for class net.sf.jlinkgrammar.Postprocessor.ApplyContainsNone
 
Postprocessor.ApplyContainsOne - Class in net.sf.jlinkgrammar
 
Postprocessor.ApplyContainsOne() - Constructor for class net.sf.jlinkgrammar.Postprocessor.ApplyContainsOne
 
Postprocessor.ApplyContainsOneGlobally - Class in net.sf.jlinkgrammar
 
Postprocessor.ApplyContainsOneGlobally() - Constructor for class net.sf.jlinkgrammar.Postprocessor.ApplyContainsOneGlobally
 
Postprocessor.ApplyFn - Interface in net.sf.jlinkgrammar
 
Postprocessor.ApplyMustFormACycle - Class in net.sf.jlinkgrammar
 
Postprocessor.ApplyMustFormACycle() - Constructor for class net.sf.jlinkgrammar.Postprocessor.ApplyMustFormACycle
 
postTokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPostTokenizer
Process a token after tokenization.
postTokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.DefaultPostTokenizer
Process a token after tokenization.
postTokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPostTokenizer
Process a token after tokenization.
postTokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPostTokenizer
Process a token after tokenization.
postTokenize(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PostTokenizer
Process a token after tokenization.
postTokenizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
PostTokenizer for mapping raw tokens to initial spellings.
PostTokenizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Interface for processing an extracted token.
PostTokenizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
PostTokenizer factory.
PostTokenizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PostTokenizerFactory
 
power_cost - Static variable in class net.sf.jlinkgrammar.Sentence
 
power_hash(Connector) - Method in class net.sf.jlinkgrammar.Sentence
This hash function only looks at the leading upper case letters of the connector string, and the label fields.
power_l_table - Static variable in class net.sf.jlinkgrammar.Sentence
 
power_l_table_size - Static variable in class net.sf.jlinkgrammar.Sentence
 
power_prune(int, ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
Here is what you've been waiting for: POWER-PRUNE
power_prune_mode - Static variable in class net.sf.jlinkgrammar.Sentence
 
power_r_table - Static variable in class net.sf.jlinkgrammar.Sentence
 
power_r_table_size - Static variable in class net.sf.jlinkgrammar.Sentence
 
pp_and_power_prune(int, ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
pp_data - Variable in class net.sf.jlinkgrammar.Postprocessor
root of the pp_data tree
pp_data - Variable in class net.sf.jlinkgrammar.Sublinkage
 
PP_FIRST_PASS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
pp_info - Variable in class net.sf.jlinkgrammar.Sublinkage
 
pp_lexer_count_commas_of_label() - Method in class net.sf.jlinkgrammar.PPLexTable
 
pp_lexer_count_tokens_of_label() - Method in class net.sf.jlinkgrammar.PPLexTable
counts all tokens, even the commas
pp_lexer_get_next_group_of_tokens_of_label() - Method in class net.sf.jlinkgrammar.PPLexTable
all tokens until next comma, null-terminated
pp_lexer_get_next_token_of_label() - Method in class net.sf.jlinkgrammar.PPLexTable
retrieves next token of set label, or null if list exhausted
PP_LEXER_MAX_LABELS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
pp_lexer_set_label(String) - Method in class net.sf.jlinkgrammar.PPLexTable
post processor set lexer state to first node of this label
PP_MAX_DOMAINS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
PP_MAX_UNIQUE_LINK_NAMES - Static variable in class net.sf.jlinkgrammar.GlobalBean
just needs to be approximate
pp_node - Variable in class net.sf.jlinkgrammar.Postprocessor
root of the pp_node tree
pp_prune(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
PP_SECOND_PASS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
PPData - Class in net.sf.jlinkgrammar
TODO add javadoc
PPData() - Constructor for class net.sf.jlinkgrammar.PPData
 
PPInfo - Class in net.sf.jlinkgrammar
TODO add javadoc
PPInfo() - Constructor for class net.sf.jlinkgrammar.PPInfo
 
PPKnowledge - Class in net.sf.jlinkgrammar
I also, unfortunately, want to propose a new type of domain.
PPKnowledge(ParseOptions, String, String) - Constructor for class net.sf.jlinkgrammar.PPKnowledge
read knowledge from disk into PPKnowledge
PPLabelNode - Class in net.sf.jlinkgrammar
TODO add javadoc
PPLabelNode() - Constructor for class net.sf.jlinkgrammar.PPLabelNode
 
PPLexTable - Class in net.sf.jlinkgrammar
TODO add javadoc
PPLexTable() - Constructor for class net.sf.jlinkgrammar.PPLexTable
 
PPLinkset - Class in net.sf.jlinkgrammar
TODO add javadoc
PPLinkset() - Constructor for class net.sf.jlinkgrammar.PPLinkset
 
PPLinkset_add(PPLinkset, String) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
PPLinkset_clear(PPLinkset) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
PPLinkset_match(PPLinkset, String) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
PPLinkset_match_bw(PPLinkset, String) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
PPLinkset_open(int) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
PPLinkset_population(PPLinkset) - Static method in class net.sf.jlinkgrammar.PPLinkset
 
PPLinksetNode - Class in net.sf.jlinkgrammar
TODO add javadoc
PPLinksetNode() - Constructor for class net.sf.jlinkgrammar.PPLinksetNode
 
PPNode - Class in net.sf.jlinkgrammar
TODO add javadoc
PPNode() - Constructor for class net.sf.jlinkgrammar.PPNode
 
PPRule - Class in net.sf.jlinkgrammar
TODO add javadoc
PPRule() - Constructor for class net.sf.jlinkgrammar.PPRule
 
prefixes - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Prefixes to remove from words before stemming.
prefixSearch(String) - Method in class edu.northwestern.at.utils.TernaryTrie
 
prefixSearchNode(TernaryTrieNode, List<String>, String, String, String, int) - Method in class edu.northwestern.at.utils.TernaryTrie
 
prefixSet - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Prefix title set.
prefixUVowelPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
prefixUVowelPatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
prepare_to_parse(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
assumes that the sentence expression lists have been generated this does all the necessary pruning and building of and structures.
prepareTextForTokenization(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ContractionTokenizer
 
prepareTextForTokenization(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PennTreebankTokenizer
 
PREPOSITIONS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
preprocess() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Perform some preprocessing to save execution time
preprocess(String, String, boolean) - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Preprocess one file.
preprocess(String, String) - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Preprocess one file.
PreprocessDirectoryTree - Class in edu.northwestern.at.utils.preprocessor
PreprocessDirectoryTree -- Preprocess directory tree.
PreprocessDirectoryTree() - Constructor for class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
 
Preprocessor - Class in edu.northwestern.at.utils.preprocessor
Simple preprocessor.
Preprocessor() - Constructor for class edu.northwestern.at.utils.preprocessor.Preprocessor
Create preprocessor.
Preprocessor(String) - Constructor for class edu.northwestern.at.utils.preprocessor.Preprocessor
Create preprocessor with specified directive lead-in string.
preprocessProperName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Preprocess proper name.
preprocessProperName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
Preprocess proper name.
preprocessProperName(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizer
Preprocess proper name.
preprocessProperName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
Preprocess proper name.
preprocessSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Preprocess spelling.
preprocessSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Preprocess spelling.
preprocessSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Preprocess spelling.
preprocessSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Preprocess spelling.
preprocessSpelling(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Preprocess spelling.
preprocessToken(String, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Preprocess a word token.
preprocessToken(String, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOWordTokenizer
Preprocess a word token.
preprocessToken(String, List<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Preprocess a word token.
presentParticiplePattern1 - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
Present participle replacement patterns.
presentParticiplePattern2 - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.conjugator.EnglishConjugator
 
preStrip - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
 
pretokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Prepare text for tokenization.
pretokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPreTokenizer
Prepare text for tokenization.
pretokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPreTokenizer
Prepare text for tokenization.
pretokenize(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.NoopPreTokenizer
Prepares a string for tokenization.
pretokenize(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PreTokenizer
Prepares a string for tokenization.
preTokenizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
The preTokenizer used here,
PreTokenizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Interface for preparing a string for tokenization.
PreTokenizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
PreTokenizer factory.
PreTokenizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.PreTokenizerFactory
 
prevChar - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Previous character of last text segment.
prevFacsFromPB - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
"facs" or "ref" from previous element.
previous - Variable in class edu.northwestern.at.utils.cache.OldLRUCache.Node
Previous node in queue.
previousWord - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
Previous word token.
previousWord - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Previous word.
previousWordPart - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Previous word part for this word.
print(String) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Prints a string field value.
print(long) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Prints a long field value.
print(int) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Prints an integer field value.
print(byte) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Prints a byte field value.
print(Integer) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Prints an Integer field value.
print(Long) - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Prints a Long field value.
print_a_link(StringBuffer, int) - Method in class net.sf.jlinkgrammar.Linkage
Prints the information contained in a link into a supplied string buffer.
print_AND_statistics(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
print_disjunct_counts(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
print_expression(Exp) - Method in class net.sf.jlinkgrammar.ParseOptions
 
print_expression_sizes(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
print_parse_statistics(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
print_time(String) - Method in class net.sf.jlinkgrammar.ParseOptions
 
print_total_time() - Method in class net.sf.jlinkgrammar.ParseOptions
 
printArray(String, Object[]) - Static method in class edu.northwestern.at.utils.DebugUtils
Debugging support -- Print contents of an array.
printChildComponents(Container, int) - Static method in class edu.northwestern.at.utils.DebugUtils
Prints child components of a component.
printElement(Writer, FormatStack, NamespaceStack, Element) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLWriter.AdornedXMLOutputProcessor
Print an XML element.
printError(SAXParseException) - Method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Print error.
println(String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Print a string to log file.
println(String, String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Print a string to log file.
println(String, Object[]) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Print formatted elements to log file.
println() - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Starts a new row.
printMap(String, Map<K, V>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Print contents of a map (HashMap, TreeMap, etc.).
printMap(String, Map<K, V>) - Static method in class edu.northwestern.at.utils.DebugUtils
Debugging support -- Print contents of a map (HashMap, TreeMap, etc.).
printMemoryStatus(String) - Static method in class edu.northwestern.at.utils.DebugUtils
Print current memory status.
printMismatches() - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Print mismatches.
printNodeToFile(Node, String) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGMisc
Print a Node into a file.
printNodeToString(Node) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGMisc
Print a Node into a string.
printNull() - Method in class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Prints a null field value.
printNullity(String, String, Object) - Static method in class edu.northwestern.at.utils.DebugUtils
Debugging support -- Print message to System.out telling if object is null or not.
printResults() - Static method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Print results.
printSet(String, Set<V>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Print contents of a set (HashSet, TreeSet, etc.).
printStream - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
PrintStream for console output.
printStream - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.examples.UsingAnAdornedText
UTF-8 print stream.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktAbbreviationDetector
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Wrapper for printStream to allow utf-8 output.
printStream - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Wrapper for printStream to allow utf-8 output.
printStream - Variable in class edu.northwestern.at.utils.FileBatchProcessor
Wrapper for printStream to allow utf-8 output.
printStream - Variable in class edu.northwestern.at.utils.logger.StandardErrorLogger
PrintStream for output.
PrintStreamAdornedWordOutputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Outputs adorned words to a print stream.
PrintStreamAdornedWordOutputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Create outputter.
printThreads() - Static method in class edu.northwestern.at.utils.DebugUtils
Prints current thread list.
printTime(ParseOptions, String) - Method in class net.sf.jlinkgrammar.Resources
Print out the elapsed time since this was last called.
printTotalTime(ParseOptions) - Method in class net.sf.jlinkgrammar.Resources
Print out time since last reset and total cumulative time.
printWords(Document) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Print words in DOM document.
printWordsLabelsAndLinks(Sentence) - Method in class net.sf.jlinkgrammar.Parser
Instead of printing a link diagram print an XML tree
priority - Variable in class net.sf.jlinkgrammar.Connector
 
prob - Variable in class com.cybozu.labs.langdetect.Language
 
prob(String[], int, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Calculate the probability for a portion of a set of words.
probability(String, EntropyVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector
Return probability for labeled table entry.
probability - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector.TableValue
 
Probability - Class in edu.northwestern.at.utils.math
Probability: stores and operates on log probabilties.
Probability() - Constructor for class edu.northwestern.at.utils.math.Probability
Create a Probability.
Probability(double) - Constructor for class edu.northwestern.at.utils.math.Probability
Create a Probability.
process_linkage(ParseOptions) - Method in class net.sf.jlinkgrammar.Linkage
 
process_some_linkages(Sentence, ParseOptions) - Static method in class net.sf.jlinkgrammar.GlobalBean
 
processElement(Document, Element) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer.GapProcessor
 
processElement(Document, Element) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.OrigFixer.OrigProcessor
Fix elements in JDOM element.
processElement(Document, Element) - Method in class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks.WProcessor
 
processElement(Document, Element) - Method in interface edu.northwestern.at.utils.xml.ElementProcessor
Process a JDOM element.
processFile(String, BufferedWriter, boolean) - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Process one file.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Process files.
processFiles(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Process files.
processFiles() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Process files.
processingInstruction(String, String) - Method in class com.megginson.sax.XMLWriter
Write a processing instruction.
processingWorC - Variable in class edu.northwestern.at.morphadorner.StripAllWordElementsFilter
True if processing w or c element.
processingWord - Variable in class edu.northwestern.at.morphadorner.StripWordElementsFilter
True if processing word element.
processInputFiles(boolean) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Process list of files containing text to adorn.
processInputFiles() - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Process list of files containing text to adorn.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Process corrections for one XML file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Process one file.
processOneFile(String, String) - Static method in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Process one file.
processOneFile(String) - Static method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Process one file.
processOneFile(String) - Method in class edu.northwestern.at.utils.FileBatchProcessor
Process one input file.
processor - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks
File batch processor.
processWord(int, String, List<String>, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Process a single word.
processWord(int, String, List<String>, List<String>, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Process a single word.
processWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Process word.
processWords() - Static method in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Process words.
processWords() - Static method in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Process words.
programBanner - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
The program banner (title and version number)
programTitle - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
The program name.
programVersion - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
The program version.
PROPER_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
PROPER_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
properNamesMap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
 
properNounCount - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NamePosition
Proper noun count.
ProperNounRetagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger
A proper noun retagger.
ProperNounRetagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger.ProperNounRetagger
Create proper noun retagger.
properties - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
MorphAdorner configuration properties.
properties - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
propertiesURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
propertiesURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
PropertyUtils - Class in edu.northwestern.at.utils
Read and write properties files.
PropertyUtils() - Constructor for class edu.northwestern.at.utils.PropertyUtils
Don't allow instantiation, do allow overrides.
prune(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
 
prune_irrelevant_rules(ParseOptions, Postprocessor) - Method in class net.sf.jlinkgrammar.Sentence
call this (a) after having called post_process_scan_linkage() on all generated linkages, but (b) before calling post_process() on any particular linkage.
prune_lookup_list(String) - Method in class net.sf.jlinkgrammar.Dictionary
 
prune_match(Sentence, Connector, Connector, int, int) - Static method in class net.sf.jlinkgrammar.Connector
 
pruneTags(int, List<String>, Probability) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Prune tags using beam search.
pseudocount(int, int, Connector, Connector, int) - Method in class net.sf.jlinkgrammar.Sentence
 
PseudoPageAdderFilter - Class in edu.northwestern.at.morphadorner
Filter to add pseudopage milestones to an adorned file.
PseudoPageAdderFilter(XMLReader, int, String) - Constructor for class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Create adorned word info filter.
pseudoPageContainerDivTypes - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Pseudo-page ending div types.
pseudoPageContainerDivTypes - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
List of pseudo-page ending div types.
pseudoPageContainerDivTypes - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Pseudo-page ending div types.
pseudoPageCount - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Current pseudo page count.
pseudoPageCount - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Current pseudo page count.
pseudoPageSize - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Page size in number of tokens.
pseudoPageSize - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Pseudo-page size.
pseudoPageSize - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Page size in number of tokens.
pseudoPageStarted - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True if pseudo page started.
pseudoPageStarted - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
True if pseudo page started.
pseudoPageWordCount - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Current pseudo page word count.
pseudoPageWordCount - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Current pseudo page word count.
PT - Class in com.rmtheis.langdetect.profile
 
PT() - Constructor for class com.rmtheis.langdetect.profile.PT
 
PUNCTUATION - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
punctuationMatcher - Static variable in class edu.northwestern.at.utils.CharUtils
 
punctuationPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Pattern for punctuation only.
punctuationSet - Static variable in class edu.northwestern.at.utils.CharUtils
Set of punctuation values.
PunktAbbreviationDetector - Class in edu.northwestern.at.morphadorner.tools.punktabbreviationdetector
Find abbreviations in a set of texts using Punkt algorithm.
PunktAbbreviationDetector() - Constructor for class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktAbbreviationDetector
Allow overrides but not instantiation.
PunktToken - Class in edu.northwestern.at.morphadorner.tools.punktabbreviationdetector
A token for use by the Punkt abbreviation detection algorithm.
PunktToken(String, int, PunktTokenType) - Constructor for class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Create a Punkt token.
PunktToken(String, PunktTokenType) - Constructor for class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Create a Punkt token.
PunktTokenCounter - Class in edu.northwestern.at.morphadorner.tools.punktabbreviationdetector
Punkt token counter.
PunktTokenCounter(double, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Create Punkt token counter.
PunktTokenCounter() - Constructor for class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
Create Punkt token count with default settings.
PunktTokenType - Enum in edu.northwestern.at.morphadorner.tools.punktabbreviationdetector
Punkt token type.
purge_Exp() - Method in class net.sf.jlinkgrammar.Exp
 
push(E) - Method in class edu.northwestern.at.utils.QueueStack
Add element to stack.
put(K, V) - Method in interface edu.northwestern.at.utils.cache.Cache
Add or replace a cached value.
put(K, V) - Method in class edu.northwestern.at.utils.cache.DummyCache
Add or replace a cached value.
put(K, V) - Method in class edu.northwestern.at.utils.cache.OldLRUCache
Add or replace a cached value.
put(K, V) - Method in class edu.northwestern.at.utils.cache.SoftReferenceCache
Add or replace a cached value.
put(K, V) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
put(K1, K2, V) - Method in class edu.northwestern.at.utils.HashMap2D
Add value for specified (rowKey, columnKey) .
put(K1, K2, K3, V) - Method in class edu.northwestern.at.utils.HashMap3D
Add value for specified (rowKey, columnKey, sliceKey).
put(K, V) - Method in class edu.northwestern.at.utils.KeyedLists
Add an entry to list for a key.
put(R, C, V) - Method in interface edu.northwestern.at.utils.Map2D
Add value for specified (rowKey, columnKey) .
put(R, C, S, V) - Method in interface edu.northwestern.at.utils.Map3D
Add value for specified (rowKey, columnKey) .
put(String, Object) - Method in class edu.northwestern.at.utils.TernaryTrie
Add word and associated value to trie.
put(K1, K2, V) - Method in class edu.northwestern.at.utils.TreeMap2D
Add value for specified (rowKey, columnKey) .
put_choice_in_set(ParseChoice) - Method in class net.sf.jlinkgrammar.ParseSet
Put this parse_choice into a given set.
put_disjunct_into_table(Disjunct) - Method in class net.sf.jlinkgrammar.Sentence
 
put_into_match_table(int, MatchNode[], Disjunct, Connector, int) - Static method in class net.sf.jlinkgrammar.Sentence
The disjunct d (whose left or right pointer points to c) is put into the appropriate hash table
put_into_power_table(int, CList[], Connector, boolean) - Method in class net.sf.jlinkgrammar.Sentence
The disjunct d (whose left or right pointer points to c) is put into the appropriate hash table
putAll(Map<? extends K, ? extends V>) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
putAll(K, Collection<V>) - Method in class edu.northwestern.at.utils.KeyedLists
Add all entries from a collection to list for a key.
putSegment(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DiskBasedXMLTextInputter
Put segment text to disk.
putSegment(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Save segment text.
putString(String) - Method in class edu.northwestern.at.utils.ScoredString
Set string.
putTag(String, String) - Method in class edu.northwestern.at.utils.SingleTagTaggedStrings
Set the tag value associated with a string.
putTag(String, String) - Method in interface edu.northwestern.at.utils.TaggedStrings
Set the tag value associated with a string.
putTag(String, String) - Method in class edu.northwestern.at.utils.TaggedStringsMap
Set the tag value associated with a string.
putTag(String, String) - Method in class edu.northwestern.at.utils.TaggedStringsSet
Set the tag value associated with a string.
putTag(String, String) - Method in class edu.northwestern.at.utils.TernaryTrie
Set the tag value associated with a string.
putTag(String, String) - Method in class edu.northwestern.at.utils.UTF8Properties
Set the tag value associated with a string.

Q

q_pruned_rules - Variable in class net.sf.jlinkgrammar.Sentence
don't prune rules more than once in p.p.
q_unit_is_used - Static variable in class net.sf.jlinkgrammar.LinksetSet
 
qName - Variable in class edu.northwestern.at.morphadorner.PendingElement
Element qname.
qualifier - Variable in class edu.northwestern.at.utils.csv.CSVFile
The current char used as text qualifier.
queue - Variable in class edu.northwestern.at.utils.QueueStack
The queue which is used to hold the stack entries.
QueueStack<E> - Class in edu.northwestern.at.utils
A stack implemented using a single-ended queue.
QueueStack() - Constructor for class edu.northwestern.at.utils.QueueStack
Create an empty stack.
quoteOnlySentence(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Check if sentence contains only a double quote.

R

r(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
r - Variable in class net.sf.jlinkgrammar.Link
 
rabridged_lookup(DictNode, String) - Method in class net.sf.jlinkgrammar.Dictionary
 
rand() - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a uniformly distributed random number between 0 and 1.
rand_table_inited - Static variable in class net.sf.jlinkgrammar.Dictionary
 
randInt(int, int) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random integer within a specific range.
random_count - Static variable in class net.sf.jlinkgrammar.MyRandom
 
random_inited - Static variable in class net.sf.jlinkgrammar.MyRandom
 
random_state - Static variable in class net.sf.jlinkgrammar.MyRandom
 
RandomlySampleTextFile - Class in edu.northwestern.at.morphadorner.tools.sampletextfile
Randomly sample a text file.
RandomlySampleTextFile(String, String, double) - Constructor for class edu.northwestern.at.morphadorner.tools.sampletextfile.RandomlySampleTextFile
Copy a text file to another while sampling the input lines.
RandomVariable - Class in edu.northwestern.at.utils.math.randomnumbers
Provides methods for generating random numbers from a variety of statistical distributions.
RandomVariable() - Constructor for class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
 
randtable - Static variable in class net.sf.jlinkgrammar.MyRandom
 
rank(double[][], int) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Apply hard ranking to matrix using a mask.
RawText - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct
A text collection for linear segmentation.
RawText() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.RawText
Create an empty text collection.
RawText(List<List<T>>) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.RawText
Create a text collection from a list of sentences.
rc - Variable in class net.sf.jlinkgrammar.Link
 
rd - Variable in class net.sf.jlinkgrammar.ParseChoice
 
rdictionary_lookup(DictNode, String) - Method in class net.sf.jlinkgrammar.Dictionary
 
rdquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Right double quote replacement text.
rdquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Right double quote replacement text.
RDQUOTE - Static variable in class edu.northwestern.at.utils.CharUtils
Right double curly quote.
RDQUOTE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
RDQUOTESTR - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Right double curly quote.
re - Variable in class net.sf.jlinkgrammar.TableConnector
 
re - Variable in class net.sf.jlinkgrammar.XTableConnector
 
reachable_without_dfs(Postprocessor, Sublinkage, int, int, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
This is a depth first search of words reachable from w, excluding any direct edge between word a and word b.
read() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Reads a integer from the adorner.
read() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
read(byte[]) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
read(byte[], int, int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
read(BufferedReader) - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Reads the dictionary from a buffered reader.
read(char[], int, int) - Method in class edu.northwestern.at.utils.UnicodeReader
 
read() - Method in class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Read a single character.
read(char[], int, int) - Method in class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Read characters into a portion of an array.
read_dictionary() - Method in class net.sf.jlinkgrammar.Dictionary
Read the dictionary into memory.
read_entry() - Method in class net.sf.jlinkgrammar.Dictionary
Starting with the current token parse one dictionary entry.
read_word_file(DictNode, String) - Method in class net.sf.jlinkgrammar.Dictionary
(1) opens the word file and adds it to the word file list (2) reads in the words (3) puts each word in a DictNode (4) links these together by their left pointers at the front of the list pointed to by dn (5) returns a pointer to the first of this list
readAllCorrectedWords() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Read all corrected words to map.
readBoolean() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readByte() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readChar() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readCorrectedWords(int) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Read specified number of corrected words to map.
readDouble() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readExternal(ObjectInput) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector.Frequency
Read Frequency from object input.
readExternal(ObjectInput) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Read ContextVector from object file.
readExternal(ObjectInput) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Reads the work set from an object input stream (deserializes the object).
readFields() - Method in class edu.northwestern.at.utils.csv.CSVFileReader
Split the next line of the input CSV file into fields.
readFloat() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readFully(byte[]) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readFully(byte[], int, int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readInt() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readLine() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readLine() - Method in class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Read a line of text.
readLong() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readNextCorrectedWord() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Read next corrected word.
readorn(String) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Readorn adorned XML file.
readShort() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readTextFile(File, String) - Static method in class edu.northwestern.at.utils.FileUtils
Read text file to a string.
readTextFile(Reader) - Static method in class edu.northwestern.at.utils.FileUtils
Read text file to a string.
readTextFile(File) - Static method in class edu.northwestern.at.utils.FileUtils
Read text file to a string.
readTextFile(String, String) - Static method in class edu.northwestern.at.utils.FileUtils
Read text file to a string.
readTextFile(String) - Static method in class edu.northwestern.at.utils.FileUtils
Read text file to a string.
readUnsignedByte() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readUnsignedShort() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readUTF() - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
readXML(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Reads adorned XML.
recognizeLanguage(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.AbstractLanguageRecognizer
Returns a scored list of possible languages for a text string.
recognizeLanguage(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.CybozuLabsLanguageRecognizer
Returns a scored list of possible languages for a text string.
recognizeLanguage(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.LanguageRecognizer
Returns a scored list of possible languages for a text string.
recognizer - Static variable in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Language recognizer.
reconstituteSentence(List<?>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Reconstitute a list of words to a sentence.
rectifyOptions() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Rectify options.
reg - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
regex - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.CategoryInflectionRule
 
regex - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.SuffixInflectionRule
 
regexpMatchers - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
 
regexpPatterns - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
Parts of speech for each lexical rule.
RegexpTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp
Regular Expression Part of Speech tagger.
RegexpTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
Create a suffix tagger.
regexpTags - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
 
RegexReplacementRule - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule
A rule specified using a regular expression and a replacement string.
RegexReplacementRule(String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.RegexReplacementRule
Construct a rule using the given regular expression and replacement string.
regIDSet - Variable in class edu.northwestern.at.morphadorner.StripWordAttributesFilter
Holds set of word IDs of words with defined reg= attribute.
region_valid(int, int, Connector, Connector) - Method in class net.sf.jlinkgrammar.Sentence
CONJUNCTION PRUNING.
RELAX_CORE - Static variable in class org.jdom2.contrib.schema.Schema
Type for RELAX Core schema definitions.
RELAX_NAMESPACE - Static variable in class org.jdom2.contrib.schema.Schema
Type for RELAX Namespace schema definitions.
RELAX_NG - Static variable in class org.jdom2.contrib.schema.Schema
Type for RELAX NG schema definitions.
releaseDocument() - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Release adorned XML document.
Relemmatize - Class in edu.northwestern.at.morphadorner.tools.relemmatize
Update standard spellings and lemmata in MorphAdorned files.
Relemmatize() - Constructor for class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
 
relemmatizeFilter - Static variable in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Relemmatizer filter.
RelemmatizeFilter - Class in edu.northwestern.at.morphadorner.tools.relemmatize
Filter to update standard spellings and lemmata in adorned file.
RelemmatizeFilter(XMLReader, Lexicon, Lemmatizer, NameStandardizer, SpellingStandardizer, SpellingMapper) - Constructor for class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Create adorned word info filter.
relevant_contains_none_rules - Variable in class net.sf.jlinkgrammar.Postprocessor
a "-1" -terminated list of index
relevant_contains_one_rules - Variable in class net.sf.jlinkgrammar.Postprocessor
a "-1" -terminated list of index
remove(K) - Method in interface edu.northwestern.at.utils.cache.Cache
Remove a specific entry from the cache.
remove(K) - Method in class edu.northwestern.at.utils.cache.DummyCache
Remove a specific entry from the cache.
remove(K) - Method in class edu.northwestern.at.utils.cache.OldLRUCache
Remove a specific entry from the cache.
remove(K) - Method in class edu.northwestern.at.utils.cache.SoftReferenceCache
Remove a specific entry from the cache.
remove(Object) - Method in class edu.northwestern.at.utils.CompressedHashMap
 
remove(Object, Object) - Method in class edu.northwestern.at.utils.HashMap2D
Remove entry at (rowKey, columnKey).
remove(Object, Object, Object) - Method in class edu.northwestern.at.utils.HashMap3D
Remove entry at (rowKey, columnKey, sliceKey).
remove(K, V) - Method in class edu.northwestern.at.utils.KeyedLists
Remove an entry from list for a key.
remove(K, V) - Method in class edu.northwestern.at.utils.KeyedSets
Remove an entry from set for a key.
remove(Object, Object) - Method in interface edu.northwestern.at.utils.Map2D
Remove entry at (rowKey, columnKey).
remove(Object, Object, Object) - Method in interface edu.northwestern.at.utils.Map3D
Remove entry at (rowKey, columnKey).
remove(Object, Object) - Method in class edu.northwestern.at.utils.TreeMap2D
Remove entry at (rowKey, columnKey).
removeAttribute(AttributesImpl, String) - Method in class edu.northwestern.at.utils.xml.ExtendedXMLFilterImpl
Remove attribute.
removeAttribute(Element, String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Remove attribute.
removeCompoundTags(Map<String, MutableInteger>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Remove compound part of speech tags from tag map.
RemoveCruft - Class in edu.northwestern.at.morphadorner.tools.tcp
Remove long s, brace-enclosed entities, superscripts, etc.
RemoveCruft() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
 
removeCruft(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
 
removeEldestEntry(Map.Entry<K, V>) - Method in class edu.northwestern.at.utils.cache.LRUCache
See if we should delete the least recently used entry.
removeEntry(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Remove entry.
removeEntry(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Remove entry.
removeEntryCategory(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Remove given category for an entry.
removeEntryCategory(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Remove given category for an entry.
removeLeadingWhiteSpace(String) - Static method in class edu.northwestern.at.utils.UTF8Properties
Remove leading white space from a string.
removeNode(OldLRUCache<K, V>.Node) - Method in class edu.northwestern.at.utils.cache.OldLRUCache
 
removeProperNounTags(Map<String, MutableInteger>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Remove proper noun and proper adjective tags from tag map.
rend - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Rend.
rend - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Rend.
repairQuotes(String, Matcher, TaggedStrings) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Fix quotes and apostrophes in text.
repeatAttributes(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Asks application to repeat attributes while creating new nodes for multiple word terms (term containing one or several special separators) (or not)
repeatAttributes() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Tests whether attributes should be repeated while creating new nodes for multiple word terms (term containing one or several special separators)
replace(Matcher) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.AbstractRegexReplacementRule
Use the state in the given Matcher to perform a replacement.
replace(Matcher) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.IrregularMappingRule
 
replace(Matcher) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.RegexReplacementRule
 
replace(String) - Method in class edu.northwestern.at.utils.PatternReplacer
Perform replacement.
replace_link_name(String) - Method in class net.sf.jlinkgrammar.Link
 
replaceAll(String, String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Replaces all substrings of a string.
replaceCombiningMacrons(String, List<PatternReplacer>) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Replace combining macrons.
replaceFirst(String, String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Replaces first substring of a string.
replaceGapElementsWithWords(List<Element>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Replace gaps in XML file with real words.
replacement - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.RegexReplacementRule
 
replacement - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Replacement string.
replacementPattern - Variable in class edu.northwestern.at.utils.PatternReplacer
Replacement.
replacementTag - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.AbstractTaggerRule
The replacement tag which this rule may emit.
replacePatterns(String, List<PatternReplacer>) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Replace patterns.
replacer1 - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
Superscript number replacers.
replacer2 - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
 
replaceSupWithHi(Element) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Replace sup with hi.
reportEndOfTaggingStats() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Report end of tagging statistics.
reset() - Method in class com.megginson.sax.DataWriter
Reset the writer so that it can be reused.
reset() - Method in class com.megginson.sax.XMLWriter
Reset the writer.
reset() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Reset counter.
reset() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Reset viterbi to clean state.
reset() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Reset the melder.
reset() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
Reset the melder.
reset() - Method in class net.sf.jlinkgrammar.Resources
Reset start time for a new parsing run.
reset_pp_node(Postprocessor) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
resetErrorCount() - Method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Reset the error count to zero.
resolve(String) - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Replace defined symbols in string.
ResourceBasedSpellingDictionary - Class in edu.northwestern.at.utils.spellcheck
ResourceBasedSpellingDictionary -- implements spelling checker dictionary loaded from a resource.
ResourceBasedSpellingDictionary(String) - Constructor for class edu.northwestern.at.utils.spellcheck.ResourceBasedSpellingDictionary
Create ResourceBasedSpellingDictionary given resource path.
resourceBundle - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
The resource strings.
resourceName - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Resource bundle path.
resources - Variable in class net.sf.jlinkgrammar.ParseOptions
For deciding when to "abort" the parsing
Resources - Class in net.sf.jlinkgrammar
TODO add javadoc
Resources() - Constructor for class net.sf.jlinkgrammar.Resources
 
ResourceUtils - Class in edu.northwestern.at.utils
 
ResourceUtils() - Constructor for class edu.northwestern.at.utils.ResourceUtils
Don't allow instantiation, do allow overrides.
resplit(String, String[], String, String) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Fix spelling parts of updated split word.
restricted_expression(boolean, boolean) - Method in class net.sf.jlinkgrammar.Dictionary
 
restricted_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
result - Static variable in class edu.northwestern.at.morphadorner.tools.applyxslt.ApplyXSLT
Result.
retagger - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Fixup retagger.
retagger - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Part of speech retagger.
retaggerClassMap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetaggerFactory
Map from short to full class names for built-in retaggers.
retagSentence(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Retag one sentence.
retagSentence(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger.IRetagger
Retag a sentence.
retagSentence(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger.NoopRetagger
Retag a sentence.
retagSentence(List<T>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetagger
Retag a sentence.
retagSentence(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger.ProperNounRetagger
Retag a sentence.
retagSentence(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased.SimpleRuleBasedTagger
Retag a sentence.
retagSentence(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger.TCPRetagger
Retag a sentence.
retagWords(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Retag words in a tagged sentence.
retagWords(List<T>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Retag words in a tagged sentence.
retagWords(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased.SimpleRuleBasedTagger
Retag words in a tagged sentence.
reverse(Connector) - Static method in class net.sf.jlinkgrammar.Connector
 
reverseString(String) - Static method in class edu.northwestern.at.utils.StringUtils
Reverse a string.
revertChange(WordChange) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Revert a change from a change log.
revertChanges(List<WordChange>) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Revert changes from a change log.
RIGHT - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
 
right - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
 
RIGHT - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
 
RIGHT - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
right - Variable in class net.sf.jlinkgrammar.Constituent
 
right - Variable in class net.sf.jlinkgrammar.DictNode
 
right - Variable in class net.sf.jlinkgrammar.Disjunct
 
RIGHT_ANGLE_BRACKET - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode right angle bracket.
RIGHT_ANGLE_BRACKET_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
right_connector_count(Disjunct) - Method in class net.sf.jlinkgrammar.Sentence
returns the number of connectors in the right lists of the disjuncts.
right_connector_list_update(Connector, int, int, boolean) - Method in class net.sf.jlinkgrammar.Sentence
take this connector list, and try to match it with the words w+1, w+2, w+3...Returns the word to which the first connector of the list could possibly be matched.
right_disjunct_list_length(Disjunct) - Static method in class net.sf.jlinkgrammar.Sentence
the number of disjuncts in the list that have non-null right connector lists
right_table_search(int, Connector, boolean, int) - Method in class net.sf.jlinkgrammar.Sentence
 
right_wall_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
RIGHT_WALL_DISPLAY - Static variable in class net.sf.jlinkgrammar.GlobalBean
the string to use to show the wall
RIGHT_WALL_SUPPRESS - Static variable in class net.sf.jlinkgrammar.GlobalBean
Supress if this connector is used on the wall
RIGHT_WALL_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
rightAntecedent() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the right antecedent of the current multiword unit.
rightKWIC - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Right KWIC index attribute.
rightSuccessorPattern - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
rightSuccessors() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the right successors of the current multiword unit.
RLSQUOTE - Static variable in class edu.northwestern.at.utils.CharUtils
Right low single curly quote.
RLSQUOTE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
RO - Class in com.rmtheis.langdetect.profile
 
RO() - Constructor for class com.rmtheis.langdetect.profile.RO
 
romanNumeralPattern - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Regular expression pattern matching a Roman numeral.
romanNumerals - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Roman numeral strings.
romanNumeralsToInteger(String) - Static method in class edu.northwestern.at.utils.RomanNumeralUtils
Convert Roman numeral to integer.
RomanNumeralUtils - Class in edu.northwestern.at.utils
Roman numeral utilities.
RomanNumeralUtils() - Constructor for class edu.northwestern.at.utils.RomanNumeralUtils
Don't allow instantiation, do allow overrides.
romanToIntegerMap - Static variable in class edu.northwestern.at.utils.RomanNumeralUtils
Roman numerals to integer map for 1 - 5000 .
root - Variable in class edu.northwestern.at.utils.TernaryTrie
root node of the ternary tree
root - Variable in class net.sf.jlinkgrammar.Dictionary
 
RootFinderConvergenceTest - Interface in edu.northwestern.at.utils.math.rootfinders
Interface for testing for convergence in root finders.
RootFinderIterationInformation - Interface in edu.northwestern.at.utils.math.rootfinders
Interface for returning iteration information from root finders.
round(double, int) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Round double to specified number of decimal places.
rowKeySet() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Get row key set.
rowKeySet() - Method in class edu.northwestern.at.utils.HashMap2D
Get row key set.
rowKeySet() - Method in class edu.northwestern.at.utils.HashMap3D
Get row key set.
rowKeySet() - Method in interface edu.northwestern.at.utils.Map2D
Get row key set.
rowKeySet() - Method in interface edu.northwestern.at.utils.Map3D
Get row key set.
rowKeySet() - Method in class edu.northwestern.at.utils.TreeMap2D
Get row key set.
rpad(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Right pad string with blanks to specified width.
rsquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Right single quote replacement text.
rsquo - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Right single quote replacement text.
RSQUOTE - Static variable in class edu.northwestern.at.utils.CharUtils
Right single curly quote.
RSQUOTE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
RSQUOTESTR - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Right single curly quote.
RTSIZE - Static variable in class net.sf.jlinkgrammar.GlobalBean
size of random table for computing the hash functions.
RU - Class in com.rmtheis.langdetect.profile
 
RU() - Constructor for class com.rmtheis.langdetect.profile.RU
 
Rule - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
Rule_CURWD - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_CURWD() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_CURWD
 
Rule_LBIGRAM - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_LBIGRAM() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_LBIGRAM
 
Rule_NEXT1OR2OR3TAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXT1OR2OR3TAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT1OR2OR3TAG
 
Rule_NEXT1OR2TAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXT1OR2TAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT1OR2TAG
 
Rule_NEXT1OR2WD - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXT1OR2WD() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT1OR2WD
 
Rule_NEXT2TAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXT2TAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT2TAG
 
Rule_NEXT2WD - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXT2WD() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXT2WD
 
Rule_NEXTBIGRAM - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXTBIGRAM() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXTBIGRAM
 
Rule_NEXTTAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXTTAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXTTAG
 
Rule_NEXTWD - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_NEXTWD() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_NEXTWD
 
Rule_PREV1OR2OR3TAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREV1OR2OR3TAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV1OR2OR3TAG
 
Rule_PREV1OR2TAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREV1OR2TAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV1OR2TAG
 
Rule_PREV1OR2WD - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREV1OR2WD() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV1OR2WD
 
Rule_PREV2TAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREV2TAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV2TAG
 
Rule_PREV2WD - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREV2WD() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREV2WD
 
Rule_PREVBIGRAM - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREVBIGRAM() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREVBIGRAM
 
Rule_PREVTAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREVTAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREVTAG
 
Rule_PREVWD - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_PREVWD() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_PREVWD
 
Rule_RBIGRAM - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_RBIGRAM() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_RBIGRAM
 
rule_satisfiable(PPLinkset) - Method in class net.sf.jlinkgrammar.Sentence
 
Rule_SURROUNDTAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_SURROUNDTAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_SURROUNDTAG
 
Rule_UNKNOWN - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_UNKNOWN() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_UNKNOWN
 
Rule_UNRESTRICTED - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_UNRESTRICTED() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_UNRESTRICTED
 
Rule_WDAND2AFT - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_WDAND2AFT() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2AFT
 
Rule_WDAND2BFR - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_WDAND2BFR() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2BFR
 
Rule_WDAND2TAGAFT - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_WDAND2TAGAFT() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2TAGAFT
 
Rule_WDAND2TAGBFR - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_WDAND2TAGBFR() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDAND2TAGBFR
 
Rule_WDNEXTTAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_WDNEXTTAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDNEXTTAG
 
Rule_WDPREVTAG - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules
Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield
Rule_WDPREVTAG() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.rules.Rule_WDPREVTAG
 
RuleBasedLemmatizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer
A rule-based lemmatizer.
RuleBasedLemmatizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Create a rule-based lemmatizer.
RuleBasedPluralizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer
A Pluralizer implemented using an ordered list of WordRules.
RuleBasedPluralizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Construct a pluralizer with an empty list of rules.
RuleBasedPluralizer(List<WordRule>, Locale) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Construct a pluralizer with a list of rules.
RuleBasedPluralizer(List<WordRule>, Locale, Pluralizer) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Construct a pluralizer with a list of rules and a backup pluralizer.
ruleCorrections - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Number of corrections applied by rules.
ruleId - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
rules - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.EnglishPluralizer
 
rules - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
 
rules - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Lemmatizing rules.
rules - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Tagging rules.
rulesFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.EnglishLemmatizer
Path to list of rules.
rulesWordClasses - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.RuleBasedLemmatizer
Word classes covered by rules.
ruleTable - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
 
ruleTableIndex - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
 
ruleText - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Original rule text.
run() - Method in class edu.northwestern.at.utils.FileBatchProcessor
Run file batch processor.
run() - Method in class edu.northwestern.at.utils.StreamGrabber
Run the stream grabber thread.
runAdorner(MorphAdorner, String, String[], boolean) - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Run a Morphological Adorner.
runAdorner(String, String, String[], boolean) - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Run a Morphological Adorner.
runPreprocessor(File, Preprocessor) - Static method in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
Preprocess or copy files in a directory.
runTime - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Runtime system.
RUTHLESS - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
rw - Variable in class net.sf.jlinkgrammar.TableConnector
 
rw - Variable in class net.sf.jlinkgrammar.XTableConnector
 

S

s - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Step size.
S - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Stopwords for noise reduction.
s - Variable in class net.sf.jlinkgrammar.ParseOptions.UserCommand
 
s_table_size - Static variable in class net.sf.jlinkgrammar.Sentence
 
S_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
s_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
safeLog(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return natural log of a double.
safelyDivideCount(int, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Safely divide two counts.
safelyDivideSmoothedCount(int, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Safely divide two counts.
safeString(String) - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Return string ensuring null is set to empty string.
safeString(String) - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Return string ensuring null is set to empty string.
safeString(String) - Static method in class edu.northwestern.at.utils.StringUtils
Makes possibly null string safe for comparisons.
sample() - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Perform the sampling.
sample - Variable in class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Sample count, percentage, etc.
sample() - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Perform the sampling.
sampleCount - Variable in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Count of lines left to sample.
SampleTextFile - Class in edu.northwestern.at.morphadorner.tools.sampletextfile
Sample a text file.
SampleTextFile(String, String, double) - Constructor for class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Copy a text file to another while sampling the input lines.
SampleTextFile(String, String, int) - Constructor for class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Copy a text file to another while sampling the input lines.
samplingDone() - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Determine if sampling done.
samplingDone() - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Determine if sampling done.
save(OutputStream, String) - Method in class edu.northwestern.at.utils.UTF8Properties
save(Document, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Saves a DOM document to an XML file in utf-8.
save(Document, String, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Saves a DOM document to an XML file in utf-8.
save(Document, String, Format) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Saves a JDOM document to an XML file in utf-8.
saveLexiconToTextFile(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Save lexicon to a file.
saveLexiconToTextFile(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Save lexicon to a file.
saveList(List<?>, File, String) - Static method in class edu.northwestern.at.utils.ListUtils
Save list as string to a file.
saveList(List<?>, String, String) - Static method in class edu.northwestern.at.utils.ListUtils
Save list as string to a file name.
saveMap(Map<?, ?>, File, String, String, String) - Static method in class edu.northwestern.at.utils.MapUtils
Save map to a file.
saveMap(Map<?, ?>, String, String, String, String) - Static method in class edu.northwestern.at.utils.MapUtils
Save map to a file name.
saveMap(Map<?, ?>, String) - Static method in class edu.northwestern.at.utils.MapUtils
Save map to a file name.
saveMap2D(Map2D<?, ?, ?>, File, String, String, String) - Static method in class edu.northwestern.at.utils.Map2DUtils
Save map2D as string to a file.
saveMap2D(Map2D<?, ?, ?>, String, String, String, String) - Static method in class edu.northwestern.at.utils.Map2DUtils
Save map2D as string to a file name.
saveMap3D(Map3D<?, ?, ?, ?>, File, String, String, String) - Static method in class edu.northwestern.at.utils.Map3DUtils
Save map3D as string to a file.
saveMap3D(Map3D<?, ?, ?, ?>, String, String, String, String) - Static method in class edu.northwestern.at.utils.Map3DUtils
Save map3D as string to a file name.
saveMergedWords(String) - Static method in class edu.northwestern.at.morphadorner.tools.mergewordlists.MergeWordLists
Save the merged word lists.
savePretty(Document, String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Saves a JDOM document to an XML file in utf-8.
saveProperties(Properties, String, String) - Static method in class edu.northwestern.at.utils.PropertyUtils
Save properties to a specified file.
savePropertiesToString(Properties, String, String) - Static method in class edu.northwestern.at.utils.PropertyUtils
Saves properties to a specified string.
saveRaw(Document, String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Saves a JDOM document to an XML file in utf-8.
saveRawCompressed(Document, String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Saves a JDOM document to a compressed XML file in utf-8.
saveSet(Set<?>, File, String) - Static method in class edu.northwestern.at.utils.SetUtils
Save set to a file.
saveSet(Set<?>, String, String) - Static method in class edu.northwestern.at.utils.SetUtils
Save set as string to a file name.
saveSortedMap(Map<?, ?>, File, String, String, String) - Static method in class edu.northwestern.at.utils.MapUtils
Save map to a file in sorted key order.
saveSortedMap(Map<?, ?>, String, String, String, String) - Static method in class edu.northwestern.at.utils.MapUtils
Save map to a file name in sorted key order.
saveSortedSet(Set<?>, File, String) - Static method in class edu.northwestern.at.utils.SetUtils
Save sorted set to a file.
saveSortedSet(Set<?>, String, String) - Static method in class edu.northwestern.at.utils.SetUtils
Save sorted set to a file name.
saveTags(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Save part of speech tags to* a properties file.
saveToFile(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.BrillLexicon
Save Brill lexicon to a file.
saveToString(Document) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Saves a DOM document to a String.
saveToString(Document, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Saves a DOM document to a String with a specified DTD name.
saveToString(Document, Format) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Saves a JDOM document to a String.
saveTransitionMatrix(String, String, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Save transition matrix to a file.
saveTransitionMatrix(Writer, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Save transition matrix to a writer.
saveUTF8Properties(UTF8Properties, String, String) - Static method in class edu.northwestern.at.utils.UTF8PropertyUtils
Save properties to a specified file.
saveUTF8PropertiesToString(UTF8Properties, String, String) - Static method in class edu.northwestern.at.utils.UTF8PropertyUtils
Saves properties to a specified string.
saveWordInfo(File, String) - Static method in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Save adorned word count information to a file.
sb - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
Holds reconstituted sentence.
sbWord - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
scaleCountMap(Map<K, ? extends Number>, double) - Static method in class edu.northwestern.at.utils.CountMapUtils
Scale count entries in count map.
schema - Static variable in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Holds compiled schema.
Schema - Class in org.jdom2.contrib.schema
The compiled representation of a schema definition capable of performing in-memory validation of JDOM documents and elements.
Schema.Type - Class in org.jdom2.contrib.schema
Class to support type-safe enumeration design pattern to represent schema types
Schema.Type(String, String) - Constructor for class org.jdom2.contrib.schema.Schema.Type
Type constructor, private on purpose.
SchemaUtils - Class in edu.northwestern.at.utils.xml
XML Schema utilities.
SchemaUtils() - Constructor for class edu.northwestern.at.utils.xml.SchemaUtils
 
SCO - Class in com.rmtheis.langdetect.profile
 
SCO() - Constructor for class com.rmtheis.langdetect.profile.SCO
 
score - Variable in class edu.northwestern.at.utils.ScoredString
The string score.
ScoredString - Class in edu.northwestern.at.utils
Associates a string with a score.
ScoredString() - Constructor for class edu.northwestern.at.utils.ScoredString
Create scored string.
ScoredString(String, double) - Constructor for class edu.northwestern.at.utils.ScoredString
Create scored string.
scp - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
SCP - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
 
screen_width - Variable in class net.sf.jlinkgrammar.ParseOptions
width of screen for displaying linkages
searchNode(TernaryTrieNode, String, int) - Method in class edu.northwestern.at.utils.TernaryTrie
This will recursively search for a word in the TernaryTrie one node at a time beginning at the supplied node.
Secant - Class in edu.northwestern.at.utils.math.rootfinders
Find roots of equations using variants of the Method of Secants.
Secant() - Constructor for class edu.northwestern.at.utils.math.rootfinders.Secant
Constructor if RootFinder interface used.
secant(double, double, double, int, MonadicFunction, RootFinderConvergenceTest, RootFinderIterationInformation, int) - Static method in class edu.northwestern.at.utils.math.rootfinders.Secant
Find root using the Method of Secants.
secant(double, double, double, int, MonadicFunction, int) - Static method in class edu.northwestern.at.utils.math.rootfinders.Secant
Find root using the Method of Secants.
secant(double, double, double, int, MonadicFunction, RootFinderIterationInformation) - Static method in class edu.northwestern.at.utils.math.rootfinders.Secant
Find root using the Method of Secants.
secant(double, double, double, int, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.Secant
Find root using the Method of Secants.
secant(double, double, MonadicFunction) - Static method in class edu.northwestern.at.utils.math.rootfinders.Secant
Find root using the Method of Secants.
SECONDS_MARK - Static variable in class edu.northwestern.at.utils.CharUtils
 
SECTION_SIGN - Static variable in class edu.northwestern.at.utils.CharUtils
Section sign.
SECTION_SIGN_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
seed - Variable in class com.cybozu.labs.langdetect.DetectorFactory
 
seek(long) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
segment(String[][], int, int, StopWords, Stemmer) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Segment document into coherent topic segments.
segmentation - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Segment boundaries.
segmentMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Map which holds segmented XML text.
segmentNames - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Segment names.
segmentsWanted - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Number of segments wanted.
segmentW(String[][], int, int, StopWords, Stemmer) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Segment document into coherent topic segments.
selector - Variable in class net.sf.jlinkgrammar.PPRule
 
semiDeepClone(Map<K, V>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Get semi-deep clone of a count map.
sencode(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
sent - Variable in class net.sf.jlinkgrammar.Linkage
 
sentence - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NamePosition
Sentence number.
sentence - Variable in class edu.northwestern.at.morphadorner.tools.lgparser.LGParser
Sentence to parse.
Sentence - Class in net.sf.jlinkgrammar
Routines for creating and destroying processing Sentences.
Sentence(String, Dictionary, ParseOptions) - Constructor for class net.sf.jlinkgrammar.Sentence
 
sentence_contains(String) - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_contains_conjunction() - Method in class net.sf.jlinkgrammar.Sentence
We've already built the sentence expressions.
sentence_disjunct_cost(int) - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_get_word(int) - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_length() - Method in class net.sf.jlinkgrammar.Sentence
get sentence word.size() in words
sentence_null_count() - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_num_linkages_found() - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_num_linkages_post_processed() - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_num_valid_linkages() - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_num_violations(int) - Method in class net.sf.jlinkgrammar.Sentence
 
sentence_parse(ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
Step three in parsing a sentence.
SentenceAndTokenOffsets - Class in edu.northwestern.at.morphadorner.examples
SentenceAndTokenOffsets: Display sentence and token offsets in text.
SentenceAndTokenOffsets() - Constructor for class edu.northwestern.at.morphadorner.examples.SentenceAndTokenOffsets
 
SentenceAndWordNumber - Class in edu.northwestern.at.morphadorner
Holds sentence and word number data for a word.
SentenceAndWordNumber(String, int, String, boolean) - Constructor for class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Create SentenceAndWordNumber entry.
sentenceCount - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Sentence count.
sentenceExtractor - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
BreakIterator used to iterate over sentences.
SentenceMelder - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder
Sentence melder
SentenceMelder() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Create sentence melder.
sentenceMelder - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
XML sentence melder.
sentenceMelder - Variable in class edu.northwestern.at.morphadorner.StripWordElementsFilter
XML sentence melder.
SentenceMelderState - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder
Sentence melder state.
SentenceMelderState() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
Create sentence melder state.
sentenceMelderState - Variable in class edu.northwestern.at.morphadorner.XMLWriterState
XML sentence melder.
sentenceNumber - Variable in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
The sentence number for the word.
sentenceNumber - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Sentence number.
sentenceNumber - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Sentence number attribute.
SentenceNumberAdder - Class in edu.northwestern.at.morphadorner
Add word numbers, sentence numbers, and sentence milestones to adorned text.
SentenceNumberAdder(String, String, SortedArrayList<SentenceAndWordNumber>, MorphAdornerSettings) - Constructor for class edu.northwestern.at.morphadorner.SentenceNumberAdder
Add sentence and word numbers to adorned output.
sentences - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountAndSentences
Set of sentence numbers in which the word appears.
sentenceSplitter - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Sentence splitter.
SentenceSplitter - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
Interface for splitting text into sentences.
sentenceSplitter - Variable in class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper
Sentence splitter.
SentenceSplitterFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
SentenceSplitter factory.
SentenceSplitterFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterFactory
 
sentenceSplitterIterator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Sentence iterator.
SentenceSplitterIterator - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
Abstract sentence iterator.
SentenceSplitterIteratorFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter
SentenceSplitterIterator factory.
SentenceSplitterIteratorFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIteratorFactory
 
SEPARATE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
separate_sentence(String, ParseOptions) - Method in class net.sf.jlinkgrammar.Sentence
The string s has just been read in from standard input.
separator - Variable in class edu.northwestern.at.utils.csv.CSVFile
The current char used as field separator.
separatorCharacter - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Separator character for output.
separatorCharacter - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Separator character for output.
sepChars - Static variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Separator character(s) for tokens in input text.
serializer - Static variable in class edu.northwestern.at.utils.CompressedHashMap
The object compressor for the values in the hash map.
Serializer - Interface in edu.northwestern.at.utils
Interface for object serialization to and from an array of bytes.
serializeToBytes(Object) - Method in class edu.northwestern.at.utils.CompressedSerializer
Serialize an object to a compressed array of bytes.
serializeToBytes(Object) - Method in interface edu.northwestern.at.utils.Serializer
Serialize an object to an array of bytes.
serialVersionUID - Static variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Serial version UID.
set(int, E) - Method in class edu.northwestern.at.utils.SortedArrayList
Set specified element of list.
set(int) - Method in class edu.northwestern.at.utils.SparseBitSet
Set a bit.
set - Variable in class net.sf.jlinkgrammar.ParseChoice
 
set(int) - Method in class net.sf.jlinkgrammar.ParseOptions.BooleanSetter
 
set(boolean) - Method in class net.sf.jlinkgrammar.ParseOptions.BooleanSetter
 
set(int) - Method in interface net.sf.jlinkgrammar.ParseOptions.Setter
 
set - Variable in class net.sf.jlinkgrammar.XTableConnector
 
set_centers(boolean) - Method in class net.sf.jlinkgrammar.Linkage
 
set_dist_fields(Connector, int, int) - Method in class net.sf.jlinkgrammar.Sentence
 
set_has_fat_down() - Method in class net.sf.jlinkgrammar.Sentence
 
set_is_conjunction() - Method in class net.sf.jlinkgrammar.Sentence
How is the is_conjunction table initialized? TODO - Remove English dependancy Also what about "yet", "however", "then", "else", "whence", "thus", ...
set_label(String) - Method in class net.sf.jlinkgrammar.PPLexTable
 
set_of_links_in_an_active_rule - Variable in class net.sf.jlinkgrammar.Postprocessor
used in *some* linkage of sentence
set_of_links_of_sentence - Variable in class net.sf.jlinkgrammar.Postprocessor
seen in *any* linkage of sent
set_of_links_starting_bounded_domain - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
setAbbreviations(Abbreviations) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Set abbreviations.
setAbbreviations(Abbreviations) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Set abbreviations.
setAbbreviations(Abbreviations) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Set abbreviations.
setAbbreviations(Abbreviations) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitter
Set abbreviations.
setAbbreviations(Abbreviations) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Set abbreviations.
setAbbreviations(Abbreviations) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Set abbreviations.
setAdditiveAdjustmentValue(double) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Set additive adjustment value.
setAlpha(double) - Method in class com.cybozu.labs.langdetect.Detector
Set smoothing parameter.
setAposTokens(AposTokens) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Set apostophe tokens.
setAposTokens(AposTokens) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Set apostophe tokens.
setArgument(int, Object, Class) - Method in class edu.northwestern.at.utils.ArgumentList
Set value of specific argument.
setArgument(boolean) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to a boolean value.
setArgument(int, boolean) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to a boolean value.
setArgument(byte) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to a byte value.
setArgument(int, byte) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to a byte value.
setArgument(char) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to a character value.
setArgument(int, char) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to a char value.
setArgument(int) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to an integer value.
setArgument(int, int) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to an integer value.
setArgument(short) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to a short value.
setArgument(int, short) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to a short value.
setArgument(long) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to a long value.
setArgument(int, long) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to a long value.
setArgument(float) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to a float value.
setArgument(int, float) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to a float value.
setArgument(double) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to a double value.
setArgument(int, double) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to a double value.
setArgument(Object) - Method in class edu.northwestern.at.utils.ArgumentList
Set the next argument to an object.
setArgument(int, Object) - Method in class edu.northwestern.at.utils.ArgumentList
Set specified argument to an object.
setArgument(Object, Class) - Method in class edu.northwestern.at.utils.ArgumentList
Sets the next argument to an object.
setAttributeMap(Map<String, String>) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Set attribute map.
setAttributeValue(AttributesImpl, String, String) - Method in class edu.northwestern.at.utils.xml.ExtendedXMLFilterImpl
Set attribute value.
setAttributeValue(AttributesImpl, String, boolean) - Method in class edu.northwestern.at.utils.xml.ExtendedXMLFilterImpl
Set boolean attribute value.
setAttributeValue(AttributesImpl, String, int) - Method in class edu.northwestern.at.utils.xml.ExtendedXMLFilterImpl
Set integer attribute value.
setAttributeValue(Element, String, String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Set attribute value.
setBaseSentenceAnnotationType(String) - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
setBaseTokenAnnotationType(String) - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
setBlankPrecedes(boolean) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Set blank precedes word flag.
setBlankPrecedes(boolean) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set blank precedes flag.
setCanAddOrDeleteWords(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Can retagger add or delete words in the original sentence?
setCanAddOrDeleteWords(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger.IRetagger
Can retagger add or delete words in the original sentence?
setCanAddOrDeleteWords(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger.NoopRetagger
Can retagger add or delete words in the original sentence?
setCanAddOrDeleteWords(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechRetagger
Can retagger add or delete words in the original sentence?
setCanAddOrDeleteWords(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger.ProperNounRetagger
Can retagger add or delete words in the original sentence?
setCanAddOrDeleteWords(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased.SimpleRuleBasedTagger
Can retagger add or delete words in the original sentence?
setCanAddOrDeleteWords(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger.TCPRetagger
Can retagger add or delete words in the original sentence?
SetChangeDescription(String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Set description of change.
SetChangeTime(Date) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Set time of change.
setCheckPossessives(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Check for possessives of known nouns when guessing parts of speech.
setCheckPossessives(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Check for possessives of known nouns when guessing parts of speech.
setComparator(Comparator<E>) - Method in class edu.northwestern.at.utils.SortedArrayList
Set comparator for list elements.
setComparisonType(int) - Method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Set comparison type.
setContextRules(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set context rules for tagging.
setContextRules(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Set context rules for tagging.
setContextRules(String[]) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set context rules for tagging.
setContextualSmoother(ContextualSmoother) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set the contextual smoother.
setContextualSmoother(ContextualSmoother) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set the contextual smoother.
setCorrectionType(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set the correctionType.
setCount(int) - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Set the count.
setCurrentFileNumber(int) - Method in class edu.northwestern.at.utils.FileBatchProcessor
Set index of file currently being processed.
setDelimiters() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Sets word delimiters.
setDescription(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Sets the description.
setDictionary(Set<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Set the dictionary for checking lemmata.
setDictionary(Set<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Set the dictionary for checking lemmata.
setDivType(String) - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Set the div type.
setDivType(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set div type.
setDoctype(String, String) - Method in class com.megginson.sax.XMLWriter
Set the doctype name and system.
setEmitXMLWrapperForBlank(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Set XML wrapper flag for blanks.
setEmitXMLWrapperForBlank(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Set XML wrapper flag for blanks.
setEncodeLimit(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
setEncoding(String) - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
setEndOfWord(boolean) - Method in class edu.northwestern.at.utils.TernaryTrieNode
This sets the endOfWord for this TernaryTrieNode.
setEntityIgnoreFiles(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Ask application to ignore external file entity references (or not)
setEntityMerging(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Ask application to merge all entity references into a single output file (or not)
setEntityTreatAll(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Ask application to treat all entity references (or not)
setEOS(boolean) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set end of sentence flag.
setEqkid(TernaryTrieNode) - Method in class edu.northwestern.at.utils.TernaryTrieNode
This sets the eqkid of this TernaryTrieNode.
SetFactory - Class in edu.northwestern.at.utils
Factory for creating a HashSet.
SetFactory() - Constructor for class edu.northwestern.at.utils.SetFactory
Don't allow instantiation, do allow overrides.
setFallbackPluralizer(Pluralizer) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Set the fall back pluralizer.
setFieldDelimiters(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setGap(boolean) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set gap flag.
setGapFiller(GapFiller) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Set gap filler.
setGeneralTagName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Sets the general tag name.
setHikid(TernaryTrieNode) - Method in class edu.northwestern.at.utils.TernaryTrieNode
This sets the hikid of this TernaryTrieNode.
setID(String) - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Set word ID.
setID(String) - Method in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04.MyToken
 
setId(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set word ID.
setID(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set word ID.
setIdArgumentName(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setIDFormat(String, int, int) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Set word ID format.
setIDs() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Sets the Ids property.
setIgnoreTagCase(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Set ignore tag case flag.
setIndentStep(int) - Method in class com.megginson.sax.DataWriter
Set the current indent step.
setIndentStep(int) - Method in class edu.northwestern.at.utils.xml.IndentingXMLWriter
Set the current indent step.
setInJumpTag(boolean) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set in jump tag flag.
setInput(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
setInputASName(String) - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
setInputFileNames(String[], int) - Method in class edu.northwestern.at.utils.FileBatchProcessor
Set input file names.
setIsUnclear(boolean) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set unclear flag.
setJumpTags(Vector<String>) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setJumpTags(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setJumpTags(String, boolean) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set the jump tags.
setJumpTags(String[], boolean) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set the jump tags.
setLabel(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set word label.
setLemma(AdornedWord, Lexicon, Lemmatizer, PartOfSpeechTags, WordTokenizer) - Static method in class edu.northwestern.at.morphadorner.examples.AdornAString
Get lemma for a word.
setLemmata(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Set the lemmata.
setLemmata(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Set the lemmata.
setLemmata(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set the lemmata.
setLemmaWordClass(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Sets the lemma word class.
setLength(long) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Sets the Length attribute of the BufferedRandomAccessFile object
setLexicalRules(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set lexical rules for tagging.
setLexicalRules(String[]) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set lexical rules for tagging.
setLexicalRules(String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
Set lexical rules for tagging.
setLexicalSmoother(LexicalSmoother) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set the lexical smoother.
setLexicalSmoother(LexicalSmoother) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set the lexical smoother.
setLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Set the lexicon.
setLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
Set the lexicon containing the lemmata.
setLexicon(Lexicon) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Set the lexicon which may provide lemmata.
setLexicon(Lexicon) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.UsesLexicon
Set the lexicon.
setLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Set the lexicon.
setLexicon(Lexicon) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizer
Set the lexicon.
setLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set the lexicon.
setLexicon(Lexicon) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set the lexicon.
setLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Set the lexicon.
setLexiconEntry(String, LexiconEntry) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Set a lexicon entry.
setLexiconEntry(String, LexiconEntry) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Set a lexicon entry.
setLocale(Locale) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Set the pluralizer locale.
setLogFileNames() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Sets the log file name.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.contractionexpander.AbstractContractionExpander
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.languagerecognizer.AbstractLanguageRecognizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.AbstractTextSummarizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.AbstractThesaurus
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPostTokenizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractPreTokenizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Set the logger.
setLogger(Logger) - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Set the wrapped logger.
setLogger(MorphAdornerLogger) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Set the logger.
setLogger(Logger) - Method in interface edu.northwestern.at.utils.logger.UsesLogger
Set the logger.
setLogProbability(double) - Method in class edu.northwestern.at.utils.math.Probability
Set the log probability.
setLokid(TernaryTrieNode) - Method in class edu.northwestern.at.utils.TernaryTrieNode
This sets the lokid of this TernaryTrieNode.
setMajorWordClass(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Sets the major word class.
setMappedSpellings(TaggedStrings) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Sets map which maps alternate spellings to standard spellings.
setMappedSpellings(TaggedStrings) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Sets map which maps alternate spellings to standard spellings.
setMappedSpellings(TaggedStrings) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Sets map which maps alternate spellings to standard spellings.
setMaskSize(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Set mask size.
setMaxTextLength(int) - Method in class com.cybozu.labs.langdetect.Detector
Specify max size of target text to use for language detection.
setMergeWhitespaceTokens(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.CanTokenizeWhitespace
Set merge whitespace tokens.
setMergeWhitespaceTokens(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Set merge whitespace tokens.
setMissingValue(Map<String, String>, String, String) - Static method in class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Set missing attribute value.
setMorphAdornerSettings(MorphAdornerSettings) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Set the MorphAdorner settings..
setNearestAncestor(String) - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Set the nearest ancestor.
setNextWord(ExtendedAdornedWord) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set next word.
setNextWordPart(ExtendedAdornedWord) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set next word part.
setOldSpelling(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set the old spelling.
setOrd(int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set word ordinal.
setOutput(Writer) - Method in class com.megginson.sax.XMLWriter
Set a new output destination for the document.
setOutputAnnotationType(String) - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
setOutputASName(String) - Method in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
setOutputCharsAsIs(boolean) - Method in class com.megginson.sax.XMLWriter
Enable or disable character conversion to entity references.
setOutputDirectoryName(String) - Method in class edu.northwestern.at.utils.FileBatchProcessor
Set output directory name.
setPageNumber(int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set page number in which word appears.
setParseOptions(ParseOptions) - Method in class net.sf.jlinkgrammar.Linkage
setter for object's copy of the ParseOptions
setPartOfSpeechGuesser(PartOfSpeechGuesser) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set part of speech guesser.
setPartOfSpeechGuesser(PartOfSpeechGuesser) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set part of speech guesser.
setPartOfSpeechGuesser(PartOfSpeechGuesser) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Set the part of speech guesser.
setPartOfSpeechGuesser(PartOfSpeechGuesser) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitter
Set part of speech guesser.
setPartOfSpeechTagger(PartOfSpeechTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Set part of speech tagger used to find noun phrases.
setPartOfSpeechTagger(PartOfSpeechTagger) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NameRecognizer
Set part of speech tagger.
setPartOfSpeechTagger(PartOfSpeechTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AbstractContextualSmoother
Set the part of speech tagger for this smoother.
setPartOfSpeechTagger(PartOfSpeechTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Set the part of speech tagger for this smoother.
setPartOfSpeechTagger(PartOfSpeechTagger) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.ContextualSmoother
Set the part of speech tagger for this smoother.
setPartOfSpeechTagger(PartOfSpeechTagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.AbstractLexicalSmoother
Set the part of speech tagger for this smoother.
setPartOfSpeechTagger(PartOfSpeechTagger) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.lexical.LexicalSmoother
Set the part of speech tagger for this smoother.
setPartOfSpeechTags(PartOfSpeechTags) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Set the part of speech tags list used by the lexicon.
setPartOfSpeechTags(PartOfSpeechTags) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Set the part of speech tags list used by the lexicon.
setPartsOfSpeech(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Set the parts of speech.
setPartsOfSpeech(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Set the parts of speech.
setPartsOfSpeech(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set the parts of speech.
setPaths() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Sets the Path property.
setPosTags(PartOfSpeechTags) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Set the part of speech tags.
setPostTokenizer(PostTokenizer) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set the postTokenizer.
setPostTokenizer(PostTokenizer) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set the post tokenizer.
setPrefix(String, String) - Method in class com.megginson.sax.XMLWriter
Specify a preferred prefix for a Namespace URI.
setPreTokenizer(PreTokenizer) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Set the preTokenizer.
setPreTokenizer(PreTokenizer) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizer
Set the preTokenizer.
setPreviousWord(ExtendedAdornedWord) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set previous word.
setPreviousWordPart(ExtendedAdornedWord) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set previous word part.
setPriorMap(HashMap<String, Double>) - Method in class com.cybozu.labs.langdetect.Detector
Set prior information about language probabilities.
setProbability(double) - Method in class edu.northwestern.at.utils.math.Probability
Set the probability.
setProperties(Properties) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setProperty(String, String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setPuncTagName(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setQualifier(char) - Method in class edu.northwestern.at.utils.csv.CSVFile
Set the text qualifier.
setRelativeURIBase(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
Sets the base for relative URIs.
setRend(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set rend.
setRetagger(PartOfSpeechRetagger) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set part of speech retagger.
setRetagger(PartOfSpeechRetagger) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set part of speech retagger.
setRules(List<WordRule>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.pluralizer.RuleBasedPluralizer
Set the pluralizer rules.
setRunningWordID(int) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Set running word ID.
setScore(int, String, String, Probability) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Store Viterbi score and traceback tag for a specified word index.
setScore(double) - Method in class edu.northwestern.at.utils.ScoredString
Set score.
setSeed(long) - Static method in class com.cybozu.labs.langdetect.DetectorFactory
 
setSeed(long) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
Initalize the pseudo random number generator.
setSeed(int[]) - Method in class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister
An alternative, more complete, method of seeding the pseudo random number generator.
setSegmentsWanted(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.C99TextSegmenter
Set segments wanted.
setSegmentText(int, File) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DiskBasedXMLTextInputter
Updates specified segment of loaded text from file.
setSegmentText(String, File) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.DiskBasedXMLTextInputter
Updates specified segment of loaded text from file.
setSegmentText(int, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Updates specified segment of loaded text.
setSegmentText(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Returns specified segment of loaded text.
setSegmentText(int, File) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Updates specified segment of loaded text from file.
setSegmentText(String, File) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Returns specified segment of loaded text.
setSegmentText(int, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Updates specified segment of loaded text.
setSegmentText(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Returns specified segment of loaded text.
setSegmentText(int, File) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Updates specified segment of loaded text from file.
setSegmentText(String, File) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Returns specified segment of loaded text.
setSegmentText(int, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Updates specified segment of loaded text.
setSegmentText(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Updates specified segment of loaded text.
setSegmentText(int, File) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Updates specified segment of loaded text from file.
setSegmentText(String, File) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Updates specified segment of loaded text from file.
setSentence(Sentence) - Method in class net.sf.jlinkgrammar.Linkage
setter for object's copy of the sentence
setSentenceAndWordNumber(int, int) - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Set sentence number and word number.
setSentenceMelder(XMLSentenceMelder) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Set associated sentence melder.
setSentenceMelder(XMLSentenceMelder) - Method in class edu.northwestern.at.morphadorner.StripWordElementsFilter
Set associated sentence melder.
setSentenceNumber(int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set sentence number for word.
setSentenceSplitterIterator(SentenceSplitterIterator) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Set sentence splitter iterator.
setSentenceSplitterIterator(SentenceSplitterIterator) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitter
Set sentence splitter iterator.
setSeparator(char) - Method in class edu.northwestern.at.utils.csv.CSVFile
Set the field separator.
setSiblingID(String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Set sibling word ID.
setSlidingWindowSize(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Set sliding window size.
setSoftTags(Vector<String>) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setSoftTags(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setSoftTags(String, boolean) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set the soft tags.
setSoftTags(String[], boolean) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set the soft tags.
setSpecialSeparator(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setSpelling(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Set the spelling.
setSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Set the spelling.
setSpelling(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set the spelling.
setSpellingStandardizer(SpellingStandardizer) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Set spelling standardizer.
setSpellingStandardizer(SpellingStandardizer) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Set spelling standardizer.
setSplitAroundPeriods(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.CanSplitAroundPeriods
Set splitting around periods.
setSplitAroundPeriods(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Set splitting around periods.
setSplitChar(char) - Method in class edu.northwestern.at.utils.TernaryTrieNode
Set the trie splitting charaacter for this node.
setSplitWords(Map<Integer, Integer>) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Set split words.
setSpoken(boolean) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set spoken flag.
setStandardSpelling(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Set the standard spelling.
setStandardSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Set the standard spelling.
setStandardSpelling(AdornedWord, SpellingStandardizer, PartOfSpeechTags) - Static method in class edu.northwestern.at.morphadorner.examples.AdornAString
Get standard spelling for a word.
setStandardSpelling(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set the standard spelling.
setStandardSpellings(Set<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Sets standard spellings.
setStandardSpellings(Set<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Sets standard spellings.
setStandardSpellings(Set<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Sets standard spellings.
setState(SentenceMelderState) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Set state.
setStemmer(Stemmer) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Set stop word set.
setStepSize(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
 
setStepSize(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Set step size.
setStopWords(StopWords) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Set stop word set.
setStoredAdorners(Map<String, MorphAdorner>) - Static method in class edu.northwestern.at.morphadorner.MorphAdorner
Set map of stored adorners.
setStoreWhitespaceTokens(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.CanTokenizeWhitespace
Set store whitespace tokens.
setStoreWhitespaceTokens(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Set store whitespace tokens.
setSuffixLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Set the suffix lexicon.
setSuffixLexicon(Lexicon) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Set the suffix lexicon.
setSurroundMarker(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setTag(String) - Method in class com.cybozu.labs.langdetect.util.TagExtractor
 
setTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Sets the tag.
setTagClass(String, String[], boolean) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set the tag class names.
setTagClass(String, String, boolean) - Method in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set the tag class names.
setTagsPathArgumentName(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setText(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Set the text to split.
setText(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.SentenceSplitterIterator
Set the text to split.
setText(Node, String) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Sets text for a node.
setTextSection(String) - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Set the text section.
setto(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
setToken(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWord
Set the original token.
setToken(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Set the original token.
setTransitionMatrix(TransitionMatrix) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Set tag transition probabilities matrix.
setTransitionMatrix(TransitionMatrix) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Set tag transition probabilities matrix.
setTryStandardSpellings(boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Try using standardized spellings when guessing parts of speech.
setTryStandardSpellings(boolean) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Try using standardized spellings when guessing parts of speech.
setType(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set type.
setup_domain_array(Postprocessor, int, String, int) - Static method in class net.sf.jlinkgrammar.Postprocessor
 
setUpdatedId(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set updated word ID.
setupSampling() - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Setup sampling.
setupSampling() - Method in class edu.northwestern.at.morphadorner.tools.sampletextfile.SampleTextFile
Set up the sampling.
setURI(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Set URI for XML elements.
SetUtils - Class in edu.northwestern.at.utils
Set utilities.
SetUtils() - Constructor for class edu.northwestern.at.utils.SetUtils
Don't allow instantiation, do allow overrides.
setValue(byte) - Method in class edu.northwestern.at.utils.MutableInteger
 
setValue(short) - Method in class edu.northwestern.at.utils.MutableInteger
 
setValue(int) - Method in class edu.northwestern.at.utils.MutableInteger
 
setValue(long) - Method in class edu.northwestern.at.utils.MutableInteger
 
setValue(float) - Method in class edu.northwestern.at.utils.MutableInteger
 
setValue(double) - Method in class edu.northwestern.at.utils.MutableInteger
 
setValue(byte) - Method in class edu.northwestern.at.utils.MutableLong
 
setValue(short) - Method in class edu.northwestern.at.utils.MutableLong
 
setValue(int) - Method in class edu.northwestern.at.utils.MutableLong
 
setValue(long) - Method in class edu.northwestern.at.utils.MutableLong
 
setValue(float) - Method in class edu.northwestern.at.utils.MutableLong
 
setValue(double) - Method in class edu.northwestern.at.utils.MutableLong
 
setValue(Object) - Method in class edu.northwestern.at.utils.TernaryTrieNode
Set data value for node.
setVerbose() - Method in class com.cybozu.labs.langdetect.Detector
Set Verbose Mode(use for debug).
setVerbose(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setVerse(boolean) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set verse flag.
setWindowSize(int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
 
setWordAttributeNames(List<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.outputter.AdornedWordOutputter
Set word attribute names.
setWordAttributeNames(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.ListAdornedWordOutputter
Set word attribute names.
setWordAttributeNames(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Set word attribute names.
setWordClass(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Sets the word class.
setWordDelimiters(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setWordElementAttribute(String, String, String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Set word element attribute value.
setWordElementText(String, String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Set word element text.
setWordField(int) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setWordIndex(int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set word index.
setWordLexicon(Lexicon) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Set the word lexicon.
setWordLexicon(Lexicon) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.PartOfSpeechGuesser
Set the word lexicon.
setWordNetDataDirectory(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Set location of WordNet data files.
setWordNumber(int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set word number in sentence.
setWordPathArgumentName(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setWordTagName(String) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setWordText(String) - Method in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Set word text.
setWordText(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set word text.
setWordText(char[], int, int) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Set word text.
setWorkId(String) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Set work ID.
setWorkID(String) - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Set the work ID.
setWriteIds(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setWriteLog(boolean) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setWritePath(int) - Method in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
setWriter(XMLWriter) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Set associated XML writer.
setXGOptions() - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Set XGTagger options.
setXMLWordAttributes(boolean, boolean, boolean) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Set word attribute names for XML output.
setZipFile(ZipFile) - Method in interface edu.northwestern.at.utils.UsesZipFile
Set the zip file.
seWriter(XMLWriter) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Set XML writer.
shallow - Variable in class net.sf.jlinkgrammar.CList
 
shallowClone(List<E>) - Static method in class edu.northwestern.at.utils.ListUtils
Get shallow clone of list contents.
SHORT_DASH - Static variable in class edu.northwestern.at.utils.CharUtils
Long dash.
SHORT_DASH_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Short dash string.
SHORT_LEN - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
short_length - Variable in class net.sf.jlinkgrammar.ParseOptions
Links that are limited in length can be no longer than this.
shortestEntryLength - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Length (in characters) of the shortest entry in the lexicon.
shortForm() - Method in class jargs.gnu.CmdLineParser.Option
 
shortValue() - Method in class edu.northwestern.at.utils.MutableInteger
 
shortValue() - Method in class edu.northwestern.at.utils.MutableLong
 
shouldOutputBlank(String, boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Should blank be output.
si - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
siblingID - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Word ID of sibling (same parent element) word.
siblingID - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
Sibling to determine parent element when adding a word.
sidak(double, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
sideAbbreviations - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Side text abbreviations.
Sig - Class in edu.northwestern.at.utils.math.distributions
Point probabilities and percentage points for statistical distributions.
Sig() - Constructor for class edu.northwestern.at.utils.math.distributions.Sig
Make class non-instantiable but inheritable.
sigLogLikelihood - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
sign(int) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return sign of an integer.
sign(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return sign of a double.
sign(double, double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return the value of a double with the sign of another double.
sim_score - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Similarity scores and the corresponding locations.
similarity(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.JaroWinkler
Compute similarity of two strings using Jaro-Winkler.
similarity(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LCS
Compute similarity of two strings using longest common subsequence.
similarity(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterEquivalence
Compute letter equivalence similarity of two strings.
similarity(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterPairSimilarity
Compute letter pair similarity of two strings.
similarity(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LevensteinDistance
Compute Levenstein distance similarity of two strings.
similarity(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.StringSimilarity
Compute similarity between two strings.
similarity(ContextVector[]) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Given context vectors, compute the similarity matrix.
similarity(ContextVector[], EntropyVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Given context vectors, compute the similarity matrix.
similarityDetermination() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Compute the similarity score.
simpleDecruftify(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
Decruftify a spelling (simple).
SimpleMindedSpellingChecker - Class in edu.northwestern.at.utils.spellcheck
SimpleMindedSpellingChecker -- A very simple minded spelling checker.
SimpleMindedSpellingChecker(SpellingDictionary, SpellingDictionary) - Constructor for class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Create spelling checker specifying global and local dictionaries.
SimpleMindedSpellingChecker(SpellingDictionary) - Constructor for class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Create spelling checker specifying global dictionary.
SimpleMindedSpellingChecker() - Constructor for class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Create spelling checked without loading any dictionaries.
simpleReplacement(String, String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Apply simple string replacement.
SimpleRuleBasedTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased
Simple Rule-Based Part of Speech tagger.
SimpleRuleBasedTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased.SimpleRuleBasedTagger
Create a simple rule-based tagger.
SimpleSpellingStandardizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
SimpleSpellingStandardizer maps alternate spellings to standard spellings.
SimpleSpellingStandardizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SimpleSpellingStandardizer
Create simple spelling standardizer.
SimpleTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple
Simple Part of Speech tagger.
SimpleTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Create a simple tagger.
SimpleTagger(String, String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Create a simple tagger.
SimpleTextSummarizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer
SimpleTextSummarizer: Simple text summarizer.
SimpleTextSummarizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.SimpleTextSummarizer
Create the default summarizer.
SimpleXMLAdornedWordOutputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.outputter
Outputs adorned words to a print stream in a simple XML format.
SimpleXMLAdornedWordOutputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.SimpleXMLAdornedWordOutputter
Create outputter.
SimpleXMLTextInputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Text inputter which reads text from a URL.
SimpleXMLTextInputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.SimpleXMLTextInputter
Create simple XML text inputter.
singleBackTicksReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPreTokenizer
Single back-tick followed by a capital letter.
singleBackTicksReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPreTokenizer
Single back-tick followed by a capital letter.
singleQuoteStart - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
Index of the starting single quote.
SingleTagTaggedStrings - Class in edu.northwestern.at.utils
A tagged strings implementation where all strings have the same tag value.
SingleTagTaggedStrings(String[], String) - Constructor for class edu.northwestern.at.utils.SingleTagTaggedStrings
Create SingleTagTaggedStrings object.
SINGULAR_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
SINGULAR_PROPER_NOUN - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
singularSuffix - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.SuffixInflectionRule
 
sinh(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Compute hyperbolic sine of a double.
site_loc - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
 
size() - Method in interface edu.northwestern.at.utils.cache.Cache
Return current size of cache.
size() - Method in class edu.northwestern.at.utils.cache.DummyCache
Return current size of cache.
size() - Method in class edu.northwestern.at.utils.cache.OldLRUCache
Return current size of cache.
size() - Method in class edu.northwestern.at.utils.cache.SoftReferenceCache
Return current size of cache.
size() - Method in class edu.northwestern.at.utils.CompressedHashMap
 
size() - Method in class edu.northwestern.at.utils.HashMap2D
Return number of entries.
size() - Method in class edu.northwestern.at.utils.HashMap3D
Return number of entries.
size() - Method in interface edu.northwestern.at.utils.Map2D
Return number of entries.
size() - Method in interface edu.northwestern.at.utils.Map3D
Return number of entries.
size() - Method in class edu.northwestern.at.utils.QueueStack
Number of entries in stack.
size - Variable in class edu.northwestern.at.utils.SparseBitSet
Number of blocks currently in use.
size() - Method in class edu.northwestern.at.utils.SparseBitSet
Return set's size.
size() - Method in class edu.northwestern.at.utils.TernaryTrie
Return size of trie (# of terminal nodes)
size() - Method in class edu.northwestern.at.utils.TextFile
Return number of lines in the data file.
size() - Method in class edu.northwestern.at.utils.TreeMap2D
Return number of entries.
size - Variable in class net.sf.jlinkgrammar.Domain
 
size() - Method in class net.sf.jlinkgrammar.Sentence
 
size_of_expression() - Method in class net.sf.jlinkgrammar.Exp
 
size_of_sentence_expressions() - Method in class net.sf.jlinkgrammar.Sentence
Computes and returns the number of connectors in all of the expressions of the sentence.
SK - Class in com.rmtheis.langdetect.profile
 
SK() - Constructor for class com.rmtheis.langdetect.profile.SK
 
skipBytes(int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
skipBytes(long) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
skipState - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
true if skipping lines.
skipStates - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
Line skip nesting state.
SL - Class in com.rmtheis.langdetect.profile
 
SL() - Constructor for class com.rmtheis.langdetect.profile.SL
 
sliceKeySet() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Get slice key set.
sliceKeySet() - Method in class edu.northwestern.at.utils.HashMap3D
Get slice key set.
sliceKeySet() - Method in interface edu.northwestern.at.utils.Map3D
Get slice key set.
slidingWindowSize - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Sliding window size.
SMI - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
 
sn - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
SO - Class in com.rmtheis.langdetect.profile
 
SO() - Constructor for class com.rmtheis.langdetect.profile.SO
 
SoftReferenceCache<K,V> - Class in edu.northwestern.at.utils.cache
A cache that uses soft references.
SoftReferenceCache() - Constructor for class edu.northwestern.at.utils.cache.SoftReferenceCache
Create cache.
softTags - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Soft tags.
softTagsSet - Variable in class edu.northwestern.at.utils.xml.XMLTagClassifier
Set of soft tags.
SOLAR_CIRCLE - Static variable in class edu.northwestern.at.utils.CharUtils
Solar circle character.
SOLAR_CIRCLE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
solid - Variable in class net.sf.jlinkgrammar.LinksetNode
 
SOLIDCIRCLE - Static variable in class edu.northwestern.at.utils.CharUtils
Unicode filled-in circle/dot.
SOLIDCIRCLE_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
 
sort() - Method in class edu.northwestern.at.utils.SortedArrayList
Sort list.
SortedAnnotationList - Class in edu.northwestern.at.morphadorner.gate
 
SortedAnnotationList() - Constructor for class edu.northwestern.at.morphadorner.gate.SortedAnnotationList
 
SortedArrayList<E> - Class in edu.northwestern.at.utils
Sorted array list.
SortedArrayList() - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create empty sorted array list.
SortedArrayList(int) - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create empty sorted array list with specified initial capacity.
SortedArrayList(Collection<? extends E>) - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create sorted array list from a collection.
SortedArrayList(E[]) - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create sorted array list from an array.
SortedArrayList(Comparator<E>) - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create empty sorted array list with specified Comparator.
SortedArrayList(Collection<? extends E>, Comparator<E>) - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create sorted array list from a collection with specified comparator.
SortedArrayList(E[], Comparator<E>) - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create sorted array list from an array with specified comparator.
SortedArrayList(int, Comparator<E>) - Constructor for class edu.northwestern.at.utils.SortedArrayList
Create empty sorted array list with specified initial capacity and comparator.
sortedWords - Variable in class edu.northwestern.at.morphadorner.DefaultMorphAdornerXMLWriter
Sorted list of word IDs and word and sentence number information.
sortedWords - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Sorted sentence and word number information.
Soundex - Class in edu.northwestern.at.morphadorner.corpuslinguistics.phonetics
Soundex: Implements the Soundex Algorithm.
Soundex() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.Soundex
 
soundex(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.Soundex
Get Soundex code for a string.
source - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Source pattern string to match.
sourceFileName - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
Name of source file to preprocess.
sourcePattern - Variable in class edu.northwestern.at.utils.PatternReplacer
Source pattern string.
sourcePatternMatcher - Variable in class edu.northwestern.at.utils.PatternReplacer
Compiled source pattern matcher.
sourceTagSeparator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.AbstractPartOfSpeechTagsMapper
Character separating multiple part of speech tags.
SPAN_GAP_MARKER - Static variable in class edu.northwestern.at.utils.CharUtils
Span gap marker.
spanGapChar - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
Span gap marker is Unicode three dots = ….
spanGapString - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
 
SPANISH_WORD - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
SparseBitSet - Class in edu.northwestern.at.utils
A set of bits.
SparseBitSet() - Constructor for class edu.northwestern.at.utils.SparseBitSet
Create an empty set.
SparseBitSet(int) - Constructor for class edu.northwestern.at.utils.SparseBitSet
Create an empty set with the specified size.
SparseBitSet(SparseBitSet) - Constructor for class edu.northwestern.at.utils.SparseBitSet
Create an empty set with the same size as the given set.
SparseBitSet.BinOp - Interface in edu.northwestern.at.utils
 
spe - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
special_command(StringBuffer, Dictionary) - Static method in class net.sf.jlinkgrammar.GlobalBean
 
special_disjunct(int, int, String, String) - Static method in class net.sf.jlinkgrammar.Sentence
Builds a new disjunct with one connector pointing in direction dir (which is '+' or '-').
SPELL - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
spelling - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Corrected spelling.
spelling - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier.CruftySpelling
The spelling in process of decruftification.
spelling - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Corrected spelling.
SPELLING - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
 
spelling - Variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.TrainingWord
Spelling.
spelling - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Spelling attribute.
spellingChecker - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Spelling checker.
SpellingChecker - Interface in edu.northwestern.at.utils.spellcheck
SpellingChecker -- interface for spelling checkers.
SpellingDictionary - Interface in edu.northwestern.at.utils.spellcheck
SpellingDictionary -- interface for spelling checker dictionary.
SpellingMapper - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper
Interface for a Spelling Mapper.
spellingMapper - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Spelling mapper.
spellingMapper - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Spelling mapper.
SpellingMapperFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper
SpellingMapper factory.
SpellingMapperFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.SpellingMapperFactory
 
spellingsByWordClass - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Irregular forms.
spellingsByWordClass - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Irregular forms.
spellingsByWordClassFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Path to list of irregular word forms.
spellingStandardizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
The principal spelling standardizer.
SpellingStandardizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
Interface for a Spelling Standardizer.
spellingStandardizer - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Spelling standardizer.
SpellingStandardizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer
SpellingStandardizer factory.
SpellingStandardizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizerFactory
 
spellingsURL - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Standard spellings URL.
spellingsURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
spellingsURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Standard spellings URL.
spellingTokenizer - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Spelling tokenizer for lemmatization.
spellingTokenizer - Variable in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Spelling tokenizer for lemmatization.
spellingTokenizer - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Spelling tokenizer for lemmatization.
spellingTokenizer - Static variable in class edu.northwestern.at.morphadorner.tools.mergebrilllexicon.MergeBrillLexicon
Spelling tokenizer.
spellingTokenizer - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Spelling tokenizer.
split(String[][], int[]) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Split text into segment blocks given topic boundaries.
splitAroundPeriods - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Check for potential splitting of tokens around periods.
splitchar - Variable in class edu.northwestern.at.utils.TernaryTrieNode
Character stored in this node.
splitDocumentText(String, String) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Split document text.
SplitDouble - Class in edu.northwestern.at.utils.math
Splits a double into a normalized base two mantissa and exponent..
SplitDouble(double) - Constructor for class edu.northwestern.at.utils.math.SplitDouble
Create SplitDouble object.
splitKeyedCountString(String) - Static method in class edu.northwestern.at.utils.CountMapUtils
Split string at tab character.
splitLemma(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractLemmatizer
Split compound lemma into separate lemmata.
splitLemma(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.Lemmatizer
Split compound lemma into separate lemmata.
splitNGramIntoWords(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Returns the individual words comprising an ngram.
splitPath(String) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Split word path into separate tags.
splitPath(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Split word path into separate tags.
splitPath(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Split word path into separate tags.
splitPathFull(String) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Split word path into separate tags.
splitPathFull(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Split word path into separate tags.
splitPathFull(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Split word path into separate tags.
splitSentenceWordList(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Break sentence word list into subsentences on special marker.
splitStrings(String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Split string into a series of substrings on whitespace boundries.
splitTag(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Split compound tag into separate tags.
splitTag(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Split compound tag into separate tags.
splitText - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
True to split text body into segments.
splitToken(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.AbstractWordTokenizer
Split a token if necessary.
splitWords - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Split words map of word ID to # of word parts.
splitWords - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Map of multipart word IDs to # of parts.
splitWordsCopy - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Copy of split words map.
SQ - Class in com.rmtheis.langdetect.profile
 
SQ() - Constructor for class com.rmtheis.langdetect.profile.SQ
 
sq - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixQuotes
Temporary single quote marker.
sq - Static variable in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Temporary single quote marker.
SQRT2 - Static variable in class edu.northwestern.at.utils.math.Constants
Square root of 2.
SQRT2DIV2 - Static variable in class edu.northwestern.at.utils.math.Constants
( Square root of 2 ) / 2 .
SQRTPI - Static variable in class edu.northwestern.at.utils.math.Constants
Square root of PI.
SR - Class in com.rmtheis.langdetect.profile
 
SR() - Constructor for class com.rmtheis.langdetect.profile.SR
 
srcRootName - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
The root of the source directory tree.
ss - Static variable in class net.sf.jlinkgrammar.LinksetSet
 
staart - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Marks unused positions in sliding word buffer.
staartLex - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
 
staartWordAndTag - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
 
STANDARD - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
 
standardChanged - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Number of standard spellings changed.
standardEntry - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Standardized lexicon entry string.
StandardErrorLogger - Class in edu.northwestern.at.utils.logger
Simple logger which outputs log messages to standard error.
StandardErrorLogger() - Constructor for class edu.northwestern.at.utils.logger.StandardErrorLogger
Create a standard error logger.
standardizeProperName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.AbstractNameStandardizer
Returns standardized proper name given a proper name.
standardizeProperName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.EEBOSimpleNameStandardizer
Returns standard proper name given a proper name.
standardizeProperName(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NameStandardizer
Returns standard proper name given a proper name.
standardizeProperName(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namestandardizer.NoopNameStandardizer
Returns standard proper name given a proper name.
standardizer - Variable in class edu.northwestern.at.morphadorner.gate.PosTaggerGateWrapper
Spelling standardizer.
standardizer - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Spelling standardizer.
standardizeSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Returns standard spellings given a spelling.
standardizeSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
Returns a standard spelling given a standard or alternate spelling.
standardizeSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Returns standard spellings given a spelling.
standardizeSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
Returns a standard spelling given a standard or alternate spelling.
standardizeSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.DecruftifyingSpellingStandardizer
Returns standard spellings given a spelling.
standardizeSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.DecruftifyingSpellingStandardizer
Returns a standard spelling given a standard or alternate spelling.
standardizeSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Returns standard spellings given a spelling.
standardizeSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Returns standard spellings given a spelling.
standardizeSpelling(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.NoopSpellingStandardizer
Returns standard spellings given a spelling.
standardizeSpelling(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.NoopSpellingStandardizer
Returns a standard spelling given a standard or alternate spelling.
standardizeSpelling(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Returns standard spellings given a spelling.
standardizeSpelling(String, String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SpellingStandardizer
Returns a standard spelling given a standard or alternate spelling.
StandardOutputLogger - Class in edu.northwestern.at.utils.logger
Simple logger which outputs log messages to standard output.
StandardOutputLogger() - Constructor for class edu.northwestern.at.utils.logger.StandardOutputLogger
Create a standard output logger.
StandardRootFinderConvergenceTest - Class in edu.northwestern.at.utils.math.rootfinders
Standard test for convergence in root finders.
StandardRootFinderConvergenceTest() - Constructor for class edu.northwestern.at.utils.math.rootfinders.StandardRootFinderConvergenceTest
Create StandardRootFinderConvergenceTest.
standardSpelling - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Standardized spelling.
standardSpelling - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Corrected standard spelling.
standardSpelling - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Standard spelling attribute.
standardSpellings - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Standard words.
standardSpellingSet - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.AbstractSpellingMapper
The set of standard spellings.
standardSpellingSet - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.AbstractSpellingStandardizer
The set of standard spellings.
standardSpellingsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
File containing standard spellings.
STANSPELL - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
start - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Start of current sentence.
start - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
 
start - Variable in class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper.TokenAnnotation
Starting offset of annotation.
START - Static variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
start - Variable in class net.sf.jlinkgrammar.CNode
 
start_link - Variable in class net.sf.jlinkgrammar.Constituent
 
start_link - Variable in class net.sf.jlinkgrammar.Domain
 
start_num - Variable in class net.sf.jlinkgrammar.Constituent
 
startDocument() - Method in class com.megginson.sax.XMLWriter
Write the XML declaration at the beginning of the document.
startDocument() - Method in class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Handle start of document.
startElement(String, String, String, Attributes) - Method in class com.megginson.sax.DataWriter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.megginson.sax.XMLWriter
Write a start tag.
startElement(String, String) - Method in class com.megginson.sax.XMLWriter
Start a new element without a qname or attributes.
startElement(String) - Method in class com.megginson.sax.XMLWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.IDFixerFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.StripAllWordElementsFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.StripWordAttributesFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.StripWordElementsFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.utils.xml.IndentingXMLWriter
Handle start of an XML element.
startElement(String, String, String, Attributes) - Method in class edu.northwestern.at.utils.xml.TEITextExtractorHandler
Handle start of an XML element.
starting_link - Variable in class net.sf.jlinkgrammar.StartingLinkAndDomain
 
starting_link_lookup_table - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
StartingLinkAndDomain - Class in net.sf.jlinkgrammar
TODO add javadoc
StartingLinkAndDomain() - Constructor for class net.sf.jlinkgrammar.StartingLinkAndDomain
 
startingWord - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NamePosition
Starting word number in sentence.
startOfString(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Extract characters from start of a string..
startPosition - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
The starting position of the token.
startSentence() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Start sentence.
STAT_calls_to_equality_test - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
STAT_N_disjuncts - Static variable in class net.sf.jlinkgrammar.GlobalBean
keeping statistics
state - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelder
Sentence melder state.
state - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenCounter
 
stem(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Stem a specified string.
stem() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
Stem the word placed into the Stemmer buffer through calls to add().
stem(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
stem(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.Stemmer
Find stem of a single word.
stemMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
Map with spellings as keys and stems as values.
stemmer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
The stemmer.
Stemmer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.stemmer
Defines an interface for retrieving the stem of a word.
stemmer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Stemmer.
StemmerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stemmer
Stemmer factory.
StemmerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.StemmerFactory
 
stemOf - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Token -> stem dictionary
step1() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
step2() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
step3() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
step4() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
step5() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
step6() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
step_generator(int) - Static method in class net.sf.jlinkgrammar.MyRandom
 
stepSize - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Step size.
stick_in_one_connector(StringBuffer, Connector, int) - Method in class net.sf.jlinkgrammar.Sentence
 
stopWords - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.PorterStopWordFilter
Stop words.
StopWords - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
Defines an interface for a stopwords list.
stopWords - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.AbstractTextSegmenter
Stop words.
StopWordsFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.stopwords
StopWords factory.
StopWordsFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.StopWordsFactory
 
stopWordsSet - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.AdornedWordStopWordFilter
Stop words.
stopWordsSet - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stopwords.BaseStopWords
Save stop words as a set.
store(OutputStream, String, boolean) - Method in class edu.northwestern.at.utils.UTF8Properties
Store properties to a file.
store(OutputStream, String) - Method in class edu.northwestern.at.utils.UTF8Properties
Store properties to a file.
storedAdorners - Static variable in class edu.northwestern.at.morphadorner.MorphAdorner
Stores initialized MorphAdorner objects for reuse.
storesSegmentFiles - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
True if segment files are stored in the segment map instead of segment text.
storeWhitespaceTokens - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Store whitespace tokens.
str - Variable in class net.sf.jlinkgrammar.LinksetNode
 
str - Variable in class net.sf.jlinkgrammar.ParseOptions.UserCommand
 
str - Variable in class net.sf.jlinkgrammar.PPLabelNode
 
str - Variable in class net.sf.jlinkgrammar.PPLinksetNode
 
STR_ADORN_EXISTING_XML_FILES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_CLOSE_SENTENCE_AT_END_OF_HARD_TAG - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_CLOSE_SENTENCE_AT_END_OF_JUMP_TAG - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_CONTEXT_RULES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_DISALLOW_WORD_ELEMENTS_IN - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_DOCTYPE_NAME - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_DOCTYPE_SYSTEM - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_ENTITIES_MERGE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_ENTITIES_NOT_FILES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_ENTITIES_TREAT_ALL - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_FIELD_DELIMITERS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_FIX_GAP_TAGS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_FIX_ORIG_TAGS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_FIX_SPLIT_WORDS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_ID - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XGTagger configuration item names.
STR_ID_SPACING - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_ID_TYPE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_IGNORE_TAG_CASE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_JUMP_TAGS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_LEXICAL_RULES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_LOG - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_FILE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_NONREDUNDANT_ATTRIBUTES_ONLY - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_NONREDUNDANT_EOS_ATTRIBUTE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_NONREDUNDANT_PART_ATTRIBUTE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_NONREDUNDANT_TOKEN_ATTRIBUTE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_PSEUDO_PAGE_BOUNDARY_MILESTONES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_SENTENCE_BOUNDARY_MILESTONES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_OUTPUT_WHITESPACE_ELEMENTS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_PSEUDO_PAGE_CONTAINER_DIV_TYPES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_PSEUDO_PAGE_SIZE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_PUNC_TAG_NAME - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_RELATIVE_URI_BASE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_REPEAT_ATTRIBUTES - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_SOFT_TAGS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_SPECIAL_SEPARATOR - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_SPELLING_PAIRS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_SPELLING_PAIRS_BY_WORD_CLASS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_STANDARD_SPELLINGS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_SUFFIX_LEXICON - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_SURROUND_MARKER - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_TAGS_PATH - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_TOKENLABEL_ATTRIBUTE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_TOKENLABEL_EMIT - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_TOKENLABEL_PREPENDWORKNAME - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_TOKENLABEL_SPACING - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_TRANSITION_MATRIX - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_USE_PC_TO_MARK_END_OF_SENTENCE - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_WORD_DELIMITERS - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_WORD_FIELD - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_WORD_LEXICON - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_WORD_PATH - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_WORD_TAG_NAME - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
STR_XMLSCHEMA - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
StreamGrabber - Class in edu.northwestern.at.utils
Grabs output from a stream and stores the output in a list of text lines.
StreamGrabber(InputStream) - Constructor for class edu.northwestern.at.utils.StreamGrabber
Create a stream grabber.
StreamGrabber(InputStream, String) - Constructor for class edu.northwestern.at.utils.StreamGrabber
Create a stream grabber with specified character encoding.
strFieldDelimiters - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
strictly_smaller(String, String) - Method in class net.sf.jlinkgrammar.Sentence
 
strictly_smaller_name(String, String) - Static method in class net.sf.jlinkgrammar.Sentence
 
strId - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
string - Variable in class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper.TokenAnnotation
Annotation value.
string - Variable in class edu.northwestern.at.utils.ScoredString
The string.
string - Variable in class net.sf.jlinkgrammar.Connector
 
string - Variable in class net.sf.jlinkgrammar.DictNode
 
string - Variable in class net.sf.jlinkgrammar.Disjunct
 
string - Variable in class net.sf.jlinkgrammar.Domain
 
string - Variable in class net.sf.jlinkgrammar.Exp
 
string - Variable in class net.sf.jlinkgrammar.ParseOptions.Switch
 
string - Variable in class net.sf.jlinkgrammar.TConnector
 
string - Variable in class net.sf.jlinkgrammar.Word
this word as a String object
string - Variable in class net.sf.jlinkgrammar.XNode
the word itself
string_hash(String, int) - Static method in class net.sf.jlinkgrammar.Disjunct
 
string_in_list(String, String[]) - Static method in class net.sf.jlinkgrammar.Postprocessor
returns false if the string s does not match anything in the array.
stringAt(int, int, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
stringAt(int, int, String[]) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.DoubleMetaphone
 
StringPrintWriter - Class in edu.northwestern.at.utils
A PrintWriter that maintains a String as its backing store.
StringPrintWriter() - Constructor for class edu.northwestern.at.utils.StringPrintWriter
Constructs a new instance.
StringPrintWriter(int) - Constructor for class edu.northwestern.at.utils.StringPrintWriter
Constructs a new instance using the specified initial string-buffer size.
strings - Variable in class edu.northwestern.at.utils.SingleTagTaggedStrings
Array of string values.
StringSimilarity - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity
Interface defining a method for computing string similarity.
stringToHexString(String) - Static method in class edu.northwestern.at.utils.StringUtils
Convert characters in a string to hex format.
stringToInt(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Convert string to integer.
stringToInt(String) - Static method in class edu.northwestern.at.utils.StringUtils
Convert string to integer.
stringToLong(String) - Static method in class edu.northwestern.at.utils.StringUtils
Convert string to long.
stringToLong(String, long) - Static method in class edu.northwestern.at.utils.StringUtils
Convert string to long.
StringUtils - Class in edu.northwestern.at.utils
String utilities.
StringUtils() - Constructor for class edu.northwestern.at.utils.StringUtils
Don't allow instantiation, do allow overrides.
strip_off_label(StringBuffer) - Static method in class net.sf.jlinkgrammar.GlobalBean
 
StripAllWordElementsFilter - Class in edu.northwestern.at.morphadorner
Filter to strip word elements from adorned file.
StripAllWordElementsFilter(XMLReader) - Constructor for class edu.northwestern.at.morphadorner.StripAllWordElementsFilter
Create filter.
stripBadXMLCharacters(String, String) - Method in class edu.northwestern.at.utils.xml.XMLUtils
Strips invalid characters from XML text.
stripCharacterRuns(String) - Static method in class edu.northwestern.at.utils.StringUtils
Remove runs of multiple characters from a string.
stripChars(String, String) - Static method in class edu.northwestern.at.utils.StringUtils
Strip specified characters from a string.
stripElementStack - Variable in class edu.northwestern.at.morphadorner.StripWordElementsFilter
Strip element stack.
stripHTMLTags(String) - Static method in class edu.northwestern.at.utils.html.HTMLUtils
Simple-minded tag stripper for HTML/XML .
stripPathName(String) - Static method in class edu.northwestern.at.utils.FileNameUtils
Strips path from a file name.
stripPrefixes(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Removes prefixes from a string.
stripQuotes(String) - Method in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Removes eventual quotation mark around the property.
stripSuffixes(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Strip suffixes from a string.
StripWordAttributes - Class in edu.northwestern.at.morphadorner.tools.stripwordattributes
Create derived MorphAdorner file with word elements stripped of attributes.
StripWordAttributes(String, String, String, boolean, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes
Create derived adorned files with character offset attributes.
StripWordAttributesFilter - Class in edu.northwestern.at.morphadorner
Filter to strip word attributes in adorned file.
StripWordAttributesFilter(XMLReader) - Constructor for class edu.northwestern.at.morphadorner.StripWordAttributesFilter
Create filter.
StripWordElementsFilter - Class in edu.northwestern.at.morphadorner
Filter to strip word elements for specified tags from adorned file.
StripWordElementsFilter(XMLReader, String, XMLSentenceMelder) - Constructor for class edu.northwestern.at.morphadorner.StripWordElementsFilter
Create filter.
StripWordElementsFilter(XMLReader, String) - Constructor for class edu.northwestern.at.morphadorner.StripWordElementsFilter
Create filter.
strLine - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
strPuncTagName - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
strRelativeURIBase - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
strSpecialSeparator - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
strSurroundMarker - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
strTagsPath - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
structure_violation - Static variable in class net.sf.jlinkgrammar.Sentence
 
strWord - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
strWordDelimiters - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
strWordPath - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
strWordTagName - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
Studentst - Class in edu.northwestern.at.utils.math.distributions
Student's t distribution functions.
Studentst() - Constructor for class edu.northwestern.at.utils.math.distributions.Studentst
Make class non-instantiable but inheritable.
subgenre - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
Subgenre.
subl - Variable in class net.sf.jlinkgrammar.Constituent
 
sublinkage - Variable in class net.sf.jlinkgrammar.Linkage
A parse with conjunctions will have several
Sublinkage - Class in net.sf.jlinkgrammar
TODO add javadoc
Sublinkage() - Constructor for class net.sf.jlinkgrammar.Sublinkage
 
Sublinkage(ParseInfo) - Constructor for class net.sf.jlinkgrammar.Sublinkage
 
subscriptSet - Static variable in class edu.northwestern.at.utils.CharUtils
Set of subscript characters.
substring(String, int, int) - Static method in class edu.northwestern.at.utils.StringUtils
Find substring of a string.
subtract(Number, Number) - Static method in class edu.northwestern.at.utils.math.NumberOps
Substract two numbers.
subtractCountMap(Map<K, Number>, Map<K, Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Subtract words/counts in one map from another.
SubtractSyllables - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
 
successors() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Get the successors of the current multiword unit.
SuffixInflectionRule - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule
A rule for specifying an inflection using suffixes.
SuffixInflectionRule(String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.SuffixInflectionRule
Construct a rule for a suffix singularSuffix which becomes pluralSuffix in the plural.
SuffixInflectionRule(String, String, String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.SuffixInflectionRule
Construct a rule for words with suffix suffix, where singularSuffix becomes pluralSuffix in the plural.
suffixLexicon - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
The affix/suffix lexicon.
suffixLexicon - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Suffix lexicon.
suffixLexicon - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Suffix lexicon.
suffixLexiconFileName - Static variable in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Output suffix lexicon file name.
suffixLexiconFileName - Static variable in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Output suffix lexicon file name.
suffixLexiconURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
suffixLexiconURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Suffix lexicon URL.
SuffixTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.suffix
Suffix Part of Speech tagger.
SuffixTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.suffix.SuffixTagger
Create a suffix tagger.
suggest(String, boolean) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Suggest alternative words for misspelled item.
suggest(String) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Suggest alternative words for misspelled item.
suggest(String) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Suggest alternative words for misspelled item.
suggest(String, boolean) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Suggest alternative words for misspelled item.
suggest(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Suggest alternative words for misspelled item.
suggestMore(String, boolean) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
 
suggestMore(String) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
 
sum - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99.Region
 
sum(double[][]) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.c99.C99
Compute sum of rank matrix.
sum - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
 
sum(ContextVector) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Get the sum of frequencies
summarize(List<List<T>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.AbstractTextSummarizer
Summarize text.
summarize(List<List<T>>, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.AbstractTextSummarizer
Summarize text.
summarize(List<List<T>>, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.SimpleTextSummarizer
Summarize text.
summarize(List<List<T>>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.TextSummarizer
Summarize text.
summarize(List<List<T>>, int) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.TextSummarizer
Summarize text.
sumOfSquares - Variable in class edu.northwestern.at.utils.math.statistics.Accumulator
Sum of squares of elements.
SuperFixer - Class in edu.northwestern.at.morphadorner.tools.tcp
SuperFixer marks "^" characters with special tags.
SuperFixer() - Constructor for class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
 
superFixer(String[]) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
 
superscriptSet - Static variable in class edu.northwestern.at.utils.CharUtils
Set of superscript characters.
superscriptsMap - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
Map from encoded superscripts to replacements.
surnameSet - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.Names
Surname set.
surroundMarker - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Surrounding sentence/phrase marker.
surroundMarkerLength - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Surround marker string length.
surroundMarkerTrim - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
 
SV - Class in com.rmtheis.langdetect.profile
 
SV() - Constructor for class com.rmtheis.langdetect.profile.SV
 
SW - Class in com.rmtheis.langdetect.profile
 
SW() - Constructor for class com.rmtheis.langdetect.profile.SW
 
SyllableCounter - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter
Defines an interface for retrieving the number of syllables in a word.
SyllableCounterFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter
SyllableCounter factory.
SyllableCounterFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.SyllableCounterFactory
 
syllableCountFileName - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
Path to map from spellings to syllable counts.
syllableCountMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.syllablecounter.EnglishSyllableCounter
Map of spellings to syllable counts.
syllableIsyllablePattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
syllableIsyllablePatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
SYMBOL - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
symbolDefined(String) - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Check if symbol defined.
symbolSet - Static variable in class edu.northwestern.at.utils.CharUtils
Set of symbol values.
syncBuffer(long) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Save any changes and re-read the currBuf.bytes from the given position.

T

T - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
 
t(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
t(double, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
t(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Studentst
Compute probability for Student t distribution.
TA - Class in com.rmtheis.langdetect.profile
 
TA() - Constructor for class com.rmtheis.langdetect.profile.TA
 
TABFIELDSCOUNT - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Number of fields in tabular file.
tabFile - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Tabular file holding corrected words definitions.
table - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Labeled frquencies.
table - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.EntropyVector
Map holding labeled vector values.
table - Static variable in class net.sf.jlinkgrammar.MyRandom
 
table - Static variable in class net.sf.jlinkgrammar.Sentence
 
table_lookup(int, int, Connector, Connector, int) - Static method in class net.sf.jlinkgrammar.Sentence
 
table_pointer(int, int, Connector, Connector, int) - Static method in class net.sf.jlinkgrammar.Sentence
 
table_size - Variable in class net.sf.jlinkgrammar.ConnectorSet
 
table_store(int, int, Connector, Connector, int, int) - Static method in class net.sf.jlinkgrammar.Sentence
Stores the value in the table this.ctable.
table_update(int, int, Connector, Connector, int, int) - Method in class net.sf.jlinkgrammar.Sentence
 
TableConnector - Class in net.sf.jlinkgrammar
TODO add javadoc
TableConnector() - Constructor for class net.sf.jlinkgrammar.TableConnector
 
TableExporterImporter - Class in edu.northwestern.at.utils.db.mysql
MySQL Table Exporter/Importer.
TableExporterImporter(String, String, String, boolean) - Constructor for class edu.northwestern.at.utils.db.mysql.TableExporterImporter
Creates a new MySQL table exporter/importer.
tableName - Variable in class edu.northwestern.at.utils.db.mysql.MySQLInsertGenerator
The name of the database table into which to insert the data rows.
tag - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Tag.
tag - Variable in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
The tag string.
tag - Variable in class edu.northwestern.at.utils.SingleTagTaggedStrings
The common tag for all the string values.
tag - Variable in class edu.northwestern.at.utils.TaggedStringsSet
The common tag for all the string values.
tag_ - Variable in class com.cybozu.labs.langdetect.util.TagExtractor
 
TAG_DOCUMENT_PARAMETER_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
TAG_INDEX - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
Indices for part of speech data values.
TAG_INPUT_AS_PARAMETER_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
TAG_OUTPUT_AS_PARAMETER_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
tagAdornedWordList(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Tag a list of adorned words.
tagAdornedWordList(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown.AllUnknownTagger
Tag a sentence.
tagAdornedWordList(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Tag a sentence.
tagAdornedWordList(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Tag an adorned word list.
tagAdornedWordList(List<T>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Tag a list of adorned words.
tagAdornedWordList(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Tag a sentence.
tagAdornedWordList(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Tag a sentence comprised of a list of adorned words.
tagAdornedWordList(List<T>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram.UnigramTagger
Tag an adorned word list.
tagAdornedWordSentence(List<T>, Set<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Tag a sentence of adorned words.
tagAdornedWordSentence(List<T>, Set<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Tag a sentence.
tagAdornedWordSentences(List<List<T>>, Set<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Tag a list of sentences.
tagAdornedWordSentences(List<List<T>>, Set<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Tag a list of sentences.
tagAdornedWordSentences(List<List<T>>, Set<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Tag a list of sentences containing adorned words.
tagBuff - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Sliding tag buffer.
tagClasses - Variable in class edu.northwestern.at.utils.xml.XMLTagClassifier
Class for tag.
tagClassifier - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Tag classifier.
tagClassifier - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
TEI tag classifier.
tagClassifier - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
XML tag classes.
tagCounts - Variable in class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Tag count stack.
tagCounts - Static variable in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff
Map of tags along with correct and incorrect counts.
TagDiff - Class in edu.northwestern.at.morphadorner.tools.tagdiff
Compares two tagged files and reports discrepancies.
TagDiff() - Constructor for class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff
Allow overrides but not instantiation.
TagDiff.TagCount - Class in edu.northwestern.at.morphadorner.tools.tagdiff
Class to hold counts of correct and incorrect tags.
TagDiff.TagCount(String) - Constructor for class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Create tag count object.
TagDiff.TagCount(String, int, int) - Constructor for class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Create tag count object with given counts.
TagError - Class in edu.northwestern.at.morphadorner.tools.taggertrainer
Tag confusion matrix entry.
TagError(String, String, List<Integer>) - Constructor for class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Create a tag error entry.
TagExtractor - Class in com.cybozu.labs.langdetect.util
TagExtractor is a class which extracts inner texts of specified tag.
TagExtractor(String, int) - Constructor for class com.cybozu.labs.langdetect.util.TagExtractor
 
TaggedStrings - Interface in edu.northwestern.at.utils
Interface for a bunch of strings with associated values.
TaggedStringsMap - Class in edu.northwestern.at.utils
Wraps a map as a TaggedStrings object.
TaggedStringsMap() - Constructor for class edu.northwestern.at.utils.TaggedStringsMap
Create a tagged strings map.
TaggedStringsMap(Map<String, String>) - Constructor for class edu.northwestern.at.utils.TaggedStringsMap
Create a tagged strings map.
TaggedStringsSet - Class in edu.northwestern.at.utils
Wraps a set as a TaggedStrings object.
TaggedStringsSet(Set<String>, String) - Constructor for class edu.northwestern.at.utils.TaggedStringsSet
Create a tagged strings set.
tagger - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Part of speech tagger.
taggerClassMap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTaggerFactory
Map from short to full class names for built-in taggers.
TaggerRule - Interface in edu.northwestern.at.morphadorner.tools.taggertrainer
A Part of Speech Tagger rule interface.
tagList - Variable in class edu.northwestern.at.morphadorner.PseudoPageAdderFilter
List of tags for determining node ancestry of each word.
tagList - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
List of tags for determining node ancestry of each word.
tagSentence(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Tag a sentence.
tagSentence(List<String>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Tag a sentence.
tagSentence(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased.SimpleRuleBasedTagger
Tag a sentence.
tagSentences(List<List<String>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Tag a list of sentences.
tagSentences(List<List<String>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Tag a list of sentences.
tagSentences(List<List<String>>) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
Tag a list of sentences.
tagSentences(List<List<String>>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Tag a list of sentences.
tagSeparator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Character separating multiple part of speech tags.
tagSeparator - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Part of speech tag separator.
tagSeparator - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Part of speech tag separator.
tagSeparatorString - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
 
tagStack - Variable in class edu.northwestern.at.morphadorner.tools.AddXMLPathFilter
Tag stack.
tagWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.affix.AffixTagger
Tag a single word.
tagWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown.AllUnknownTagger
Tag a single word.
tagWord(AdornedWord) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown.AllUnknownTagger
Tag a single adorned word.
tagWord(String) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.CanTagOneWord
Tag a single word.
tagWord(AdornedWord) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.CanTagOneWord
Tag a single adorned word.
tagWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
Tag a single word.
tagWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Tag a single word.
tagWord(AdornedWord) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Tag a single adorned word.
tagWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.suffix.SuffixTagger
Tag a single word.
tagWord(String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram.UnigramTagger
Tag a single word.
tagWord(AdornedWord) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram.UnigramTagger
Tag a single word.
tail - Variable in class edu.northwestern.at.utils.cache.OldLRUCache
 
tanh(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return the hyperbolic tangent of a double.
target_ - Variable in class com.cybozu.labs.langdetect.util.TagExtractor
 
TConnector - Class in net.sf.jlinkgrammar
TODO add javadoc Temporary connectors used while converting expressions into disjunct lists
TConnector(TConnector) - Constructor for class net.sf.jlinkgrammar.TConnector
 
TConnector(Exp) - Constructor for class net.sf.jlinkgrammar.TConnector
 
TCPRetagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger
TCP text retagger.
TCPRetagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger.TCPRetagger
Create TCP retagger.
TE - Class in com.rmtheis.langdetect.profile
 
TE() - Constructor for class com.rmtheis.langdetect.profile.TE
 
TEIHeaderAuthor - Class in edu.northwestern.at.morphadorner.tei
Holds selected "TEIHeader" author information from an adorned TEI XML file.
TEIHeaderAuthor(Map<String, String>) - Constructor for class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Create author map.
TEIHeaderInfo - Class in edu.northwestern.at.morphadorner.tei
Extract selected "teiHeader" information from a TEI file.
TEIHeaderInfo(String) - Constructor for class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Get bibliographic information from TEI header section.
teiHeaderPattern - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
TEI header element pattern.
teiHeaderPattern - Static variable in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
TEI header element pattern.
teiLem - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
teiLemma - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
TEI P5 lemma attribute.
teiNamespace - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
TEI name space.
teiNamespace - Static variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
TEI name space.
teiNamespace - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.AddUnclear
TEI name spaces.
teiNamespace - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FixWordBreaks
TEI P5 name space.
teiNamespace - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
TEI name spaces.
teiNamespace - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
TEI name spaces.
teiNamespace2 - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.AddUnclear
 
teiNamespace2 - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
 
teiNamespace2 - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.SuperFixer
 
teiPartOfSpeech - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
TEI P5 part of speech tag attribute.
teiPos - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
TEITagClassifier - Class in edu.northwestern.at.utils.xml
XML tag classifier for TEI XML.
TEITagClassifier() - Constructor for class edu.northwestern.at.utils.xml.TEITagClassifier
Create TEI tag class.
TEITextExtractorHandler - Class in edu.northwestern.at.utils.xml
SAX event handler to extract text from a TEI XML file.
TEITextExtractorHandler() - Constructor for class edu.northwestern.at.utils.xml.TEITextExtractorHandler
Create text extractor handler.
template - Variable in class edu.northwestern.at.utils.servlets.HtmlTemplate
Text of template.
templates - Static variable in class edu.northwestern.at.morphadorner.tools.applyxslt.ApplyXSLT
Templates for transformer.
templates - Variable in class edu.northwestern.at.utils.xml.XSLTCache.MapEntry
 
terminate() - Method in class edu.northwestern.at.morphadorner.MorphAdornerLogger
Terminates the logger.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtosketch.AdornedToSketch
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.findteitextlanguage.FindTEITextLanguage
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.relemmatize.Relemmatize
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.ExtractSoftHyphens
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
Terminate.
terminate(int, long) - Static method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Terminate.
terminate(int, long) - Method in class edu.northwestern.at.utils.FileBatchProcessor
Terminate.
terminate() - Method in class edu.northwestern.at.utils.logger.BaseLogger
Terminates the logger.
terminate() - Method in class edu.northwestern.at.utils.logger.DummyLogger
Terminates the logger.
terminate() - Method in interface edu.northwestern.at.utils.logger.Logger
Terminate.logger.
terminate() - Method in class edu.northwestern.at.utils.logger.StandardErrorLogger
Terminates the logger.
TernaryTrie - Class in edu.northwestern.at.utils
TernaryTrie is an implementation of a ternary tree.
TernaryTrie() - Constructor for class edu.northwestern.at.utils.TernaryTrie
Construct empty ternary trie.
TernaryTrie(Map<String, String>, boolean) - Constructor for class edu.northwestern.at.utils.TernaryTrie
Construct a ternary trie from keys and values in a map.
TernaryTrie(Set<String>) - Constructor for class edu.northwestern.at.utils.TernaryTrie
Construct a ternary trie from values in a set.
TernaryTrie(List<String>) - Constructor for class edu.northwestern.at.utils.TernaryTrie
Construct a ternary trie from values in a list.
TernaryTrie(TaggedStrings, boolean) - Constructor for class edu.northwestern.at.utils.TernaryTrie
Construct a ternary trie from values in a tagged strings list.
TernaryTrieBasedSpellingChecker - Class in edu.northwestern.at.utils.spellcheck
TernaryTrieBasedSpellingChecker -- A very simple minded spelling checker.
TernaryTrieBasedSpellingChecker(SpellingDictionary, SpellingDictionary) - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Create spelling checker specifying global and local dictionaries.
TernaryTrieBasedSpellingChecker(SpellingDictionary) - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Create spelling checker specifying global dictionary.
TernaryTrieBasedSpellingChecker() - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Create spelling checked without loading any dictionaries.
TernaryTrieNode - Class in edu.northwestern.at.utils
A ternary trie node.
TernaryTrieNode() - Constructor for class edu.northwestern.at.utils.TernaryTrieNode
Create a new empty node.
TernaryTrieNode(char) - Constructor for class edu.northwestern.at.utils.TernaryTrieNode
Create a new node with a specified split char.
TernaryTrieSpellingDictionary - Class in edu.northwestern.at.utils.spellcheck
TernaryTrieSpellingDictionary -- implements spelling dictionary using ternary trie.
TernaryTrieSpellingDictionary(Map<String, String>) - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Create TernaryTrieSpellingDictionary from a map containing words.
TernaryTrieSpellingDictionary(Set<String>) - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Create TernaryTrieSpellingDictionary from a set containing words.
TernaryTrieSpellingDictionary(List<String>) - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Create TernaryTrieSpellingDictionary from a list containing words.
TernaryTrieSpellingDictionary(TaggedStrings) - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Create TernaryTrieSpellingDictionary from a tagged strings list.
TernaryTrieSpellingDictionary(TernaryTrie) - Constructor for class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Create TernaryTrieSpellingDictionary from an existing trie.
texHyphenator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BaseHyphenator
The internal TeX-based hyphenator.
text - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.ICU4JBreakIteratorSentenceSplitterIterator
Text to break up.
text - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.RawText
The tokens in the text.
text - Variable in class edu.northwestern.at.morphadorner.PendingElement
Element text.
TextFile - Class in edu.northwestern.at.utils
TextFile reads a text file into an array of strings.
TextFile(File, String) - Constructor for class edu.northwestern.at.utils.TextFile
Create text file object from file with specified encoding.
TextFile(String, String) - Constructor for class edu.northwestern.at.utils.TextFile
Create text file object from named file with specified encoding.
TextFile(String) - Constructor for class edu.northwestern.at.utils.TextFile
Create text file object from named file.
TextFile(File) - Constructor for class edu.northwestern.at.utils.TextFile
Create text file object from local file.
TextFile(InputStream, String) - Constructor for class edu.northwestern.at.utils.TextFile
Create data file object from input stream.
TextFile(URL, String) - Constructor for class edu.northwestern.at.utils.TextFile
Create data file object from URL.
TextFile(InputStream) - Constructor for class edu.northwestern.at.utils.TextFile
Create data file object from input stream.
textFile - Variable in class edu.northwestern.at.utils.TextFile
The text file.
textFileEncoding - Variable in class edu.northwestern.at.utils.TextFile
The text file encoding.
textFileLines - Variable in class edu.northwestern.at.utils.TextFile
The text of the data file, split into lines.
textFileLoaded - Variable in class edu.northwestern.at.utils.TextFile
True if file loaded OK.
textID - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Text ID number for generated XML segments.
TextInputter - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Interface for retrieving text from a possibly segmented input source.
TextInputterFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
TextInputter factory.
TextInputterFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputterFactory
 
textLinesList - Variable in class edu.northwestern.at.utils.StreamGrabber
ArrayList of text lines read from stream.
textLoaded() - Method in class edu.northwestern.at.utils.TextFile
Did text load OK?
textSection - Variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Text section (front, middle, back).
TextSegmenter - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter
Defines an interface for segmenting a text.
TextSegmenterFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter
TextSegmenter factory.
TextSegmenterFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextSegmenterFactory
 
TextSummarizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer
Defines an interface for summarizing a text.
TextSummarizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer
TextSummarizer factory.
TextSummarizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsummarizer.TextSummarizerFactory
 
TextTiling - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling
An implementation of Marti Hearst's text tiling algorithm.
TextTiling() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Create text tiler.
TextTiling(RawText, StopWords) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Create text tiler from text collection and stop word set.
TextTilingTextSegmenter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter
Marti Hearst's TextTiling linear text segmenter.
TextTilingTextSegmenter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.TextTilingTextSegmenter
Create segmenter.
textToDOM(XGOptions, String) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Create DOM from XML text.
TH - Class in com.rmtheis.langdetect.profile
 
TH() - Constructor for class com.rmtheis.langdetect.profile.TH
 
there_was_an_error(int, Sentence, ParseOptions) - Static method in class net.sf.jlinkgrammar.GlobalBean
 
Thesaurus - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus
Defines a thesaurus interface for finding words related to a word.
ThesaurusFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus
Thesaurus factory.
ThesaurusFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.ThesaurusFactory
 
THIN_priority - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
threshold_ - Variable in class com.cybozu.labs.langdetect.util.TagExtractor
 
tInverse(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
tInverse(double, int) - Static method in class edu.northwestern.at.utils.math.distributions.Sig
 
tInverse(double, double) - Static method in class edu.northwestern.at.utils.math.distributions.Studentst
Compute percentage point for Student t distribution.
title - Variable in class edu.northwestern.at.morphadorner.tei.BibadornedInfo
 
title - Variable in class edu.northwestern.at.morphadorner.tei.TEIHeaderInfo
Title.
TL - Class in com.rmtheis.langdetect.profile
 
TL() - Constructor for class com.rmtheis.langdetect.profile.TL
 
to - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.Rule
 
toArray() - Method in class edu.northwestern.at.utils.TextFile
Return file contents as a string array.
toInteger() - Method in class edu.northwestern.at.utils.MutableInteger
 
tok - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
token - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Token form of spelling.
token - Variable in class edu.northwestern.at.morphadorner.tools.adornedtotcf.AdornedToTCF04.MyToken
 
token - Variable in class net.sf.jlinkgrammar.Dictionary
 
TOKEN_LEMMA_FEATURE_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
TOKEN_SPELLING_FEATURE_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
TOKEN_STANDARD_SPELLING_FEATURE_NAME - Static variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
 
token_type(String) - Method in class net.sf.jlinkgrammar.Linkage
 
tokenizationSettings - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
MorphAdorner settings for XML tokenization.
tokenizeOnly - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Tokenize only: Override other output than tokenization for XML.
tokenizer - Variable in class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper
Word tokenizer.
TokenizerGateWrapper - Class in edu.northwestern.at.morphadorner.gate
Gate wrapper for MorphAdorner's default sentence splitter and tokenizer.
TokenizerGateWrapper() - Constructor for class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper
 
TokenizerGateWrapper.TokenAnnotation - Class in edu.northwestern.at.morphadorner.gate
Hold a single token annotation.
TokenizerGateWrapper.TokenAnnotation() - Constructor for class edu.northwestern.at.morphadorner.gate.TokenizerGateWrapper.TokenAnnotation
 
TokenizerUtils - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Tokenizer utilities.
TokenizerUtils() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.TokenizerUtils
Don't allow instantiation, do allow overrides.
tokenizingOnly - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True if only doing tokenization.
tokenText - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
The text of the token.
tokenType - Variable in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
The Punkt token type.
toLong() - Method in class edu.northwestern.at.utils.MutableLong
 
toMap(String[][]) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule.IrregularMappingRule
Convert an array of String array mapping pairs into a map.
toNumber(String) - Static method in class edu.northwestern.at.utils.math.NumberOps
Convert string to Number.
toString() - Method in class com.cybozu.labs.langdetect.Language
 
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.adornedword.BaseAdornedWord
Return a string representation of this object.
toString() - Method in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.Person
 
toString() - Method in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.VerbTense
 
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Return string version of rule.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
Return mwu as a displayable string.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.NamePosition
Return name position as a string.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.AbstractPartOfSpeechTags
Return string form of tag set.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.AbstractPartOfSpeechTagsMapper
Return string form of tag set.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Gets a string representation of the part of speech.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.affix.AffixTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown.AllUnknownTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigramhybrid.BigramHybridTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.iretagger.IRetagger
Return retagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.noopretagger.NoopRetagger
Return retagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.propernounretagger.ProperNounRetagger
Return retagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simple.SimpleTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased.SimpleRuleBasedTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.AdditiveContextualSmoother
Description of this smoother for display.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.DeletedInterpolationContextualSmoother
Description of this smoother for display.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.suffix.SuffixTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.tcpretagger.TCPRetagger
Return retagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid.TrigramHybridTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram.UnigramTagger
Return tagger description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.DecruftifyingSpellingStandardizer
Return standardizer description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSearchSpellingStandardizer
Return standardizer description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.ExtendedSimpleSpellingStandardizer
Return standardizer description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.NoopSpellingStandardizer
Return standardizer description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.SimpleSpellingStandardizer
Return standardizer description.
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
After a word has been stemmed, it can be retrieved by toString(), or a reference to the internal buffer can be retrieved by getResultBuffer and getResultLength (which is generally more efficient.)
toString() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountAndSentences
Return string representation of word counts and sentences.
toString() - Method in class edu.northwestern.at.morphadorner.PendingElement
Return text.
toString() - Method in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
Return a string representation of this object.
toString() - Method in class edu.northwestern.at.morphadorner.tei.TEIHeaderAuthor
Return author name as string.
toString() - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Return correction as a tabbed string.
toString() - Method in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.FieldType
 
toString() - Method in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeType
 
toString() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Return a string representation of this object.
toString() - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Return spelling for toString.
toString() - Method in class edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktToken
Return token as a string.
toString() - Method in enum edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenType
Return displayable form of token type.
toString() - Method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Convert to string.
toString() - Method in class edu.northwestern.at.morphadorner.tools.taggertrainer.TagError
Return a string representation of this object.
toString() - Method in class edu.northwestern.at.morphadorner.xgtagger.XGPair
 
toString() - Method in class edu.northwestern.at.utils.ArgumentList
 
toString() - Method in class edu.northwestern.at.utils.CompoundKey
Return a string representation of this object.
toString() - Method in class edu.northwestern.at.utils.FileInfo
Return full file name as default string value.
toString() - Method in class edu.northwestern.at.utils.HashMap2D
Return formatted string displaying all entries.
toString() - Method in class edu.northwestern.at.utils.HashMap3D
Return formatted string displaying all entries.
toString() - Method in class edu.northwestern.at.utils.math.Probability
Return string version of probability.
toString() - Method in class edu.northwestern.at.utils.MutableInteger
 
toString() - Method in class edu.northwestern.at.utils.MutableLong
 
toString() - Method in class edu.northwestern.at.utils.PatternReplacer
Display pattern replacer as string.
toString() - Method in class edu.northwestern.at.utils.ScoredString
Generate displayable string.
toString() - Method in class edu.northwestern.at.utils.SparseBitSet
Converts the SparseBitSet to a String.
toString() - Method in class edu.northwestern.at.utils.TextFile
Return file contents as a string.
toString() - Method in class edu.northwestern.at.utils.TreeMap2D
Return formatted string displaying all entries.
toString() - Method in class edu.northwestern.at.utils.xml.jdom.ElementsFilter
 
toString(CNode) - Method in class net.sf.jlinkgrammar.CNode
class debugging method
toString() - Method in class net.sf.jlinkgrammar.CNode
 
toString() - Method in class org.jdom2.contrib.schema.Schema.Type
Returns a string representation of this type suitable for debugging and diagnosis.
toString() - Method in class org.jdom2.contrib.schema.ValidationError.Severity
Returns a string representation of this severity suitable for debugging and diagnosis.
toString() - Method in class org.jdom2.contrib.schema.ValidationError
Returns a string representation of this error suitable for debugging and diagnosis.
toString2() - Method in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Return a string representation of this object.
toStringValue - Variable in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.Person
 
toStringValue - Variable in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.VerbTense
 
toStringValue - Variable in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.FieldType
 
toStringValue - Variable in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeType
 
toStringValue - Variable in enum edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenType
Displayable string version for a token type.
totalCopied - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
Total number of non-java files successfully copied.
totalCount - Variable in class edu.northwestern.at.morphadorner.tools.sampletextfile.ExactlySampleTextFile
Count of lines left in input file.
totalJava - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
Total number of java files preprocessed.
totalJavaBad - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
Total number of java files which could not be preprocessed.
totalLines - Static variable in class edu.northwestern.at.morphadorner.tools.mergetextfiles.MergeTextFiles
Total lines merged.
totalNGrams - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Total ngram tag counts.
totalNotCopied - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
Total number of non-java files which could not be copied.
totalWordCount - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
totalWords - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Total number of words.
totalWords - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Total words found.
totalWords - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Total words found.
totalWordsToEmit - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Total number of words to emit.
TR - Class in com.rmtheis.langdetect.profile
 
TR() - Constructor for class com.rmtheis.langdetect.profile.TR
 
tracebackTags - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Viterbi traceback for tags.
trailer(int) - Method in class net.sf.jlinkgrammar.Linkage
 
trainingDataCount - Static variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Number of lines/words in training data.
trainingDataFileName - Static variable in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Training data file name.
trainingDataFileName - Static variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
The input training data file to process.
TrainingWord - Class in edu.northwestern.at.morphadorner.tools.taggertrainer
Training data for one word in a tagged corpus.
TrainingWord(String, String, String, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.taggertrainer.TrainingWord
Create a training word entry.
transitionMatrix - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
Transition matrix used by tagger.
TransitionMatrix - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix
Probability transition matrix.
TransitionMatrix() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
 
transitionMatrix - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Transition matrix.
transitionMatrix - Static variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Part of speech transition probability matrix.
transitionMatrixFileName - Static variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
Transition matrix file name.
transitionMatrixPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.DefaultTransitionMatrix
Resource path for default transition matrix.
transitionMatrixPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.PennTreebankTransitionMatrix
Resource path for transition matrix.
transitionMatrixURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
transitionMatrixURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Transition matrix URL.
traverse(Node) - Static method in class edu.northwestern.at.morphadorner.tools.fixquotes.FixXMLQuotes
Traverse DOM tree and fix quotes.
traverse(Node) - Static method in class edu.northwestern.at.morphadorner.tools.namedentities.AdornWithNamedEntities
Traverse DOM tree and fix quotes.
traverseNode(TernaryTrieNode, String, List<String>) - Method in class edu.northwestern.at.utils.TernaryTrie
This will recursively traverse every node in the TernaryTrie one node at a time beginning at the supplied node.
TreeMap2D<K1 extends java.lang.Comparable,K2 extends java.lang.Comparable,V> - Class in edu.northwestern.at.utils
Two dimensional TreeMap.
TreeMap2D() - Constructor for class edu.northwestern.at.utils.TreeMap2D
Create two dimensional tree map.
trellis - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Viterbi probability trellis.
TREX - Static variable in class org.jdom2.contrib.schema.Schema
Type for TREX schema definitions.
triangular(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a symmetric triangular random variable.
triangular(double, double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a non-symmetric triangular random variable.
trie - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.GapFiller
Ternary trie to hold word list to search.
trie - Variable in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Holds the ternary search trie.
TRIGRAM - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
 
trigramCountMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
 
TrigramHybridTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid
Hybrid Trigram Part of Speech tagger.
TrigramHybridTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid.TrigramHybridTagger
Create a trigram hybrid tagger.
trigramProbMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
 
TrigramTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram
Trigram Part of Speech tagger.
TrigramTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Create a trigram tagger.
trigramWeights - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.smoothing.contextual.DeletedInterpolationContextualSmoother
Trigram weights for lexical smoothing.
trigramWeights - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Trigram weights from deleted interpolation.
trim(String) - Static method in class edu.northwestern.at.utils.StringUtils
Trims a string.
trimTag(String) - Method in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Trim tag number from XML tag.
trimTag(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Trim tag number from XML tag.
trimTrailingSoftTags(String) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWordFilter
Remove trailing soft tags from a path.
true_dict_match(String, String) - Method in class net.sf.jlinkgrammar.Dictionary
We need to prune out the lists thus generated.
trunc(double) - Static method in class edu.northwestern.at.utils.math.ArithUtils
Return the integer portion of a double as a double.
truncate(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Truncates a string and appends an ellipsis.
tryStandardSpellings - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
Try standardized spellings when guessing parts of speech.
tryStandardSpellings - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Try standard spellings when guessing parts of speech.
twopass_length - Variable in class net.sf.jlinkgrammar.ParseOptions
min length for two-pass post processing
type - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Type.
type - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Tyoe.
type - Variable in class net.sf.jlinkgrammar.Constituent
 
type - Variable in class net.sf.jlinkgrammar.Domain
 
type - Variable in class net.sf.jlinkgrammar.DTypeList
 
type - Variable in class net.sf.jlinkgrammar.Exp
 

U

UK - Class in com.rmtheis.langdetect.profile
 
UK() - Constructor for class com.rmtheis.langdetect.profile.UK
 
ukhyphenPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BaseHyphenator
UK Base hyphenation rules in TeX format.
Unadorn - Class in edu.northwestern.at.morphadorner.tools.unadorn
Unadorn removes word level adornments from adorned files.
Unadorn() - Constructor for class edu.northwestern.at.morphadorner.tools.unadorn.Unadorn
 
undefineDirective - Variable in class edu.northwestern.at.utils.preprocessor.Preprocessor
 
undefineSymbol(String) - Method in class edu.northwestern.at.utils.preprocessor.Preprocessor
Undefine a symbol.
underlineCapCap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
underlineCapCapMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOWordTokenizer
 
underlineCapCapMatcher - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerUtils
 
underlineCapCapPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOWordTokenizer
Pattern to match _CapCap
underlineCapCapPattern - Static variable in class edu.northwestern.at.morphadorner.MorphAdornerUtils
Pattern to match _CapCap
underlineCapCapPatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
underlineCapMatcher - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
 
underlineCapPattern - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.RemoveCruft
Pattern to match _Cap
UNDETERMINED - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
unescapeHTML(String) - Static method in class edu.northwestern.at.utils.html.HTMLUtils
 
UNGRAMMATICAL - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
UnicodeReader - Class in edu.northwestern.at.utils
Generic unicode text reader.
UnicodeReader(InputStream) - Constructor for class edu.northwestern.at.utils.UnicodeReader
Create Unicode reader.
UnicodeReader(InputStream, String) - Constructor for class edu.northwestern.at.utils.UnicodeReader
Create Unicode reader.
uniform(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a uniform random variable.
UNIGRAM - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Constants for clarification.
unigramCountMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
HashMaps with part of speech tags as the keys and counts as the values.
unigramProbMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
HashMaps with part of speech tags as the keys and transition probability as the values.
UnigramTagger - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram
Unigram Part of Speech tagger.
UnigramTagger() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.unigram.UnigramTagger
Create a unigram tagger.
unionize_linkage() - Method in class net.sf.jlinkgrammar.Linkage
 
unionized - Variable in class net.sf.jlinkgrammar.Linkage
if true, union of links has been computed
uniqueEntryCountForCategoryMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Map from part of speech tags to frequency of unique word entries in the lexicon with each tag.
uniqueNGrams - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.transitionmatrix.TransitionMatrix
Unique ngram tag counts.
uniqueWords - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
String array of unique words.
uniqueWords - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Count of document tags.
unit - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Unit.
UNKNOWN_PUNC - Static variable in class edu.northwestern.at.utils.CharUtils
Unknown punctuation marker.
UNKNOWN_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
unknown_word_defined - Variable in class net.sf.jlinkgrammar.Dictionary
 
unknownPOS - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.allunknown.AllUnknownTagger
Unknown part of speech tag.
unknownTag - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.mapper.AbstractPartOfSpeechTagsMapper
Value to return for Unknown source tag.
unlimited_connector_set - Variable in class net.sf.jlinkgrammar.Dictionary
 
UNLIMITED_CONNECTORS_WORD - Static variable in class net.sf.jlinkgrammar.GlobalBean
Defins the name of a special string in the dictionary.
UNLIMITED_LEN - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
unqualifiedName(String) - Static method in class edu.northwestern.at.utils.ClassUtils
Extracts the unqualified class name from a fully qualified class name.
unused_word_cost - Variable in class net.sf.jlinkgrammar.LinkageInfo
 
unused_word_cost() - Method in class net.sf.jlinkgrammar.ParseInfo
 
UP_priority - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
update(String) - Method in class com.cybozu.labs.langdetect.util.LangProfile
Update the language profile with (fragmented) text.
update(int, int) - Method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff.TagCount
Update counts.
UpdateAdornedFile - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Update word elements in an adorned file using a change log.
UpdateAdornedFile(boolean, String, String, String, PrintStream) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.UpdateAdornedFile
Create UpdateAdornedFile object.
updateAdornedSentence(List<ExtendedAdornedWord>, Set<String>) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Adorn a list of sentences containing adorned words.
updateAdornedSentences(List<List<ExtendedAdornedWord>>, Set<String>) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Adorn a list of sentences containing adorned words.
updateCategoryAndCount(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Add or update entry in categories and counts map.
updateCategoryCount(String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Add or update category counts map.
updatedId - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Updated word ID.
UPDATEDID - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
updateEntryCount(String, String, String, int) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.AbstractLexicon
Update entry count in lexicon for a given category.
updateEntryCount(String, String, String, int) - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.Lexicon
Update entry count in lexicon for a given category.
updateLemma(String, String) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.lexicon.LexiconEntry
Add/update lemma for a category.
updateScore(int, Probability[], Map2D, List<String>, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Perform Viterbi scoring for bigram.
updateScore(int, Probability[], Map3D, List<String>, List<String>, List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Perform Viterbi scoring for trigram.
updateSplitWordAdornments(ExtendedAdornedWordFilter) - Method in class edu.northwestern.at.morphadorner.MorphAdorner
Update adornments for split words.
updateTagCount(Map<String, TagDiff.TagCount>, String, int, int, int) - Static method in class edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff
Update tag counts.
updateWord(Document, Element, CorrectedWord, List<String>, int, String) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Update word in XML file.
updateWordCountMap(K, int, Map<K, Number>) - Static method in class edu.northwestern.at.utils.CountMapUtils
Updates counts for a word in a map.
updateWordOrdinals(Map<String, Element>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Update word ordinals.
upperCaseFirstChar(String) - Static method in class edu.northwestern.at.utils.StringUtils
Converts the first character of a string to upper case.
uppercompare(String, String) - Static method in class net.sf.jlinkgrammar.Linkage
 
UR - Class in com.rmtheis.langdetect.profile
 
UR() - Constructor for class com.rmtheis.langdetect.profile.UR
 
urfl_domain_starter_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
urfl_only_domain_starter_links - Variable in class net.sf.jlinkgrammar.PPKnowledge
 
uri - Variable in class edu.northwestern.at.morphadorner.PendingElement
Element URI.
URLTextInputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Text inputter which reads text from a URL.
URLTextInputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Create URL text inputter.
URLUtils - Class in edu.northwestern.at.utils
URL utilities.
URLUtils() - Constructor for class edu.northwestern.at.utils.URLUtils
Don't allow instantiation but do allow overrides.
US_ENGLISH_SOUNDEX_MAPPING - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.phonetics.Soundex
 
usage() - Static method in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
Print usage.
use_unknown_word - Variable in class net.sf.jlinkgrammar.Dictionary
 
used - Variable in class net.sf.jlinkgrammar.PatchElement
 
useGlobalDictionary(SpellingDictionary) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Select global dictionary to use to check spelling.
useGlobalDictionary(SpellingDictionary) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Select global dictionary to use to check spelling.
useGlobalDictionary(SpellingDictionary) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Select global dictionary to use to check spelling.
useLatinWordList - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Use Latin word list.
useLocalDictionary(SpellingDictionary) - Method in class edu.northwestern.at.utils.spellcheck.SimpleMindedSpellingChecker
Select local dictionary to use to check spelling.
useLocalDictionary(SpellingDictionary) - Method in interface edu.northwestern.at.utils.spellcheck.SpellingChecker
Select local dictionary to use to check spelling.
useLocalDictionary(SpellingDictionary) - Method in class edu.northwestern.at.utils.spellcheck.TernaryTrieBasedSpellingChecker
Select local dictionary to use to check spelling.
usePCToMarkEndOfSentence - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
True to use element to mark end of sentence.
usePCToMarkEndOfSentence - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Use PC element to mark end of sentence.
user_command - Static variable in class net.sf.jlinkgrammar.ParseOptions
 
useReg - Static variable in class edu.northwestern.at.morphadorner.tools.adornedtosimpleteip5.AdornedToSimpleTEIP5
Use reg= instead of .
usesContextRules() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
See if tagger uses context rules.
usesContextRules() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigramhybrid.BigramHybridTagger
See if tagger uses contextual rules.
usesContextRules() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
See if tagger uses context rules.
usesContextRules() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
See if tagger uses context rules.
usesContextRules() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid.TrigramHybridTagger
See if tagger uses contextual rules.
usesLexicalRules() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
See if tagger uses lexical rules.
usesLexicalRules() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
See if tagger uses lexical rules.
usesLexicalRules() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.regexp.RegexpTagger
See if tagger uses lexical rules.
UsesLexicon - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.lexicon
Interface for using a lexicon.
UsesLogger - Interface in edu.northwestern.at.utils.logger
Interface for using a logger.
usesSegmentFiles() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.inputter.TextInputter
Does inputter use segment files?
usesSegmentFiles() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.URLTextInputter
Does inputter use segment files?
usesSegmentFiles() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Does inputter use segment files?
usesTransitionProbabilities() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.AbstractPartOfSpeechTagger
See if tagger uses a probability transition matrix.
usesTransitionProbabilities() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
See if tagger uses a probability transition matrix.
usesTransitionProbabilities() - Method in interface edu.northwestern.at.morphadorner.corpuslinguistics.postagger.PartOfSpeechTagger
See if tagger uses a probability transition matrix.
usesTransitionProbabilities() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
See if tagger uses a probability transition matrix.
UsesZipFile - Interface in edu.northwestern.at.utils
Interface for using a Zip file.
useXMLHandler - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Use XGTagger-based XML handler.
ushyphenPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.hyphenator.BaseHyphenator
US Base hyphenation rules in TeX format.
UsingAnAdornedText - Class in edu.northwestern.at.morphadorner.examples
Using an adorned text.
UsingAnAdornedText() - Constructor for class edu.northwestern.at.morphadorner.examples.UsingAnAdornedText
 
USToBritishSpellingMapper - Class in edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper
Maps American to British spellings.
USToBritishSpellingMapper() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.USToBritishSpellingMapper
Create US to British spelling mapper.
USToBritMap - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.USToBritishSpellingMapper
Hash map with American spelling as key and British spelling as value.
UTF8Properties - Class in edu.northwestern.at.utils
UTF8Properties -- A UTF8 compatible version of Java Properties.
UTF8Properties() - Constructor for class edu.northwestern.at.utils.UTF8Properties
Create empty property list with no default values.
UTF8Properties(Properties) - Constructor for class edu.northwestern.at.utils.UTF8Properties
Create empty property list with specified defaults.
UTF8PropertyUtils - Class in edu.northwestern.at.utils
Read and write UTF8 properties files.
UTF8PropertyUtils() - Constructor for class edu.northwestern.at.utils.UTF8PropertyUtils
Don't allow instantiation, do allow overrides.

V

valid - Variable in class net.sf.jlinkgrammar.Constituent
 
valid - Variable in class net.sf.jlinkgrammar.Linkage.LinkageAndList
 
validate(Document) - Method in class org.jdom2.contrib.schema.Schema
Validates a JDOM document against this schema.
validate(Element) - Method in class org.jdom2.contrib.schema.Schema
Validates a JDOM element against this schema.
validateCorrections(Map<String, Element>) - Static method in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Validate entries in corrections file.
validateDocument(Document, Schema) - Static method in class edu.northwestern.at.utils.xml.DOMUtils
Validate a DOM document against a schema.
validateDocument(Document, String) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Validate a JDOM document against a schema.
validateDocument(Document, Schema) - Static method in class edu.northwestern.at.utils.xml.JDOMUtils
Validate a JDOM document against a schema.
validateNamePosition(List<List<T>>, NamePosition) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.DefaultNameRecognizer
Check name for validity.
ValidateXMLFiles - Class in edu.northwestern.at.morphadorner.tools.validatexmlfiles
Validate XML files.
ValidateXMLFiles() - Constructor for class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
 
ValidationError - Class in org.jdom2.contrib.schema
A ValidationError object encapsulates a schema validation error or warning.
ValidationError(ValidationError.Severity, String) - Constructor for class org.jdom2.contrib.schema.ValidationError
Creates a new validation error.
ValidationError(ValidationError.Severity, String, Object) - Constructor for class org.jdom2.contrib.schema.ValidationError
Creates a new validation error.
ValidationError.Severity - Class in org.jdom2.contrib.schema
Class to support type-safe enumeration design pattern to represent severity levels of validation errors.
ValidationError.Severity(int) - Constructor for class org.jdom2.contrib.schema.ValidationError.Severity
Severity constructor, private on purpose.
ValidationErrorHandler - Class in edu.northwestern.at.morphadorner.tools.validatexmlfiles
Error handler class for a JAXP Schema validation.
ValidationErrorHandler() - Constructor for class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Construct error handler.
validator - Static variable in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidateXMLFiles
Schema validator.
value - Variable in class edu.northwestern.at.utils.cache.OldLRUCache.Node
Node value.
value - Variable in class edu.northwestern.at.utils.TernaryTrieNode
Data value for this node.
valueOf(String) - Static method in enum com.cybozu.labs.langdetect.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.Person
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.VerbTense
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.MorphAdornerSettings.XMLIDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord.FrontMiddleBack
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord.MainSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cybozu.labs.langdetect.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.Person
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.corpuslinguistics.inflector.VerbTense
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.MorphAdornerSettings.XMLIDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord.FrontMiddleBack
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord.MainSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.northwestern.at.morphadorner.tools.punktabbreviationdetector.PunktTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class edu.northwestern.at.utils.CompressedHashMap
 
vConsonantPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
vConsonantPatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
VCRMatcher - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.lemmatizer.DefaultLemmatizerRule
Compiled VCR string matcher.
VDAL - Static variable in class net.sf.jlinkgrammar.GlobalBean
CostModel sort by Violations, Disjunct cost, And cost, Link cost
VDALCostModel - Class in net.sf.jlinkgrammar
TODO add javadoc
VDALCostModel() - Constructor for class net.sf.jlinkgrammar.VDALCostModel
 
vectorJumpTags - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
vectorSoftTags - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
VERB - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
VERB_PAST - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
VERB_PAST_PARTICIPLE - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
VERB_PRESENT_PARTICIPLE - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
verbose - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
True to produce verbose output.
verbose - Static variable in class edu.northwestern.at.utils.preprocessor.PreprocessDirectoryTree
True to enable verbose output.
verbosity - Variable in class net.sf.jlinkgrammar.ParseOptions
Level of detail to give about the computation default 0
verbSeen(List<String>) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
See if potential verb found in token list.
VerbTense - Enum in edu.northwestern.at.morphadorner.corpuslinguistics.inflector
Grammatical verb tenses.
verify_set() - Method in class net.sf.jlinkgrammar.ParseInfo
 
verify_set_node(ParseSet) - Method in class net.sf.jlinkgrammar.ParseInfo
 
VERTICAL_BAR - Static variable in class edu.northwestern.at.utils.CharUtils
Vertical bar.
VERTICAL_BAR_STRING - Static variable in class edu.northwestern.at.utils.CharUtils
Vertical bar string.
VI - Class in com.rmtheis.langdetect.profile
 
VI() - Constructor for class com.rmtheis.langdetect.profile.VI
 
violation - Variable in class net.sf.jlinkgrammar.PPNode
 
violation - Variable in class net.sf.jlinkgrammar.Sublinkage
 
visited - Variable in class net.sf.jlinkgrammar.Postprocessor
maintain state during a call to post_process() for the depth-first search
visited - Static variable in class net.sf.jlinkgrammar.Sentence
 
viterbi - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.bigram.BigramTagger
Viterbi trellis for tags and probability scores.
viterbi - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Viterbi trellis for tags and probability scores.
Viterbi - Class in edu.northwestern.at.morphadorner.corpuslinguistics.postagger
Viterbi algorithm.
Viterbi() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.Viterbi
Create Viterbi object.
vowel(char, char) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Determine if character is a vowel or not.
vowelinstem() - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.PorterStemmer
 
vuvPattern - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 
vuvPatternReplacement - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingstandardizer.EnglishDecruftifier
 

W

w - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.texttiling.TextTiling
Size of sliding window.
W3C_XML_SCHEMA - Static variable in class org.jdom2.contrib.schema.Schema
Type for W3C XML Schema definitions.
wantsValue() - Method in class jargs.gnu.CmdLineParser.Option
Tells whether or not this option wants a value
WARN - Static variable in class edu.northwestern.at.utils.logger.LoggerConstants
Warn logging level.
warning(SAXParseException) - Method in class edu.northwestern.at.morphadorner.tools.validatexmlfiles.ValidationErrorHandler
Callback from a JAXP validation process for a warning.
warning(String) - Method in class net.sf.jlinkgrammar.Dictionary
 
WARNING - Static variable in class org.jdom2.contrib.schema.ValidationError
The severity for warnings.
weibull(double, double) - Static method in class edu.northwestern.at.utils.math.randomnumbers.RandomVariable
Generate a random number from a Weibull random variable.
WhitespaceTrimmingBufferedReader - Class in edu.northwestern.at.utils
A BufferedReader that trims whitespace from input lines.
WhitespaceTrimmingBufferedReader(Reader) - Constructor for class edu.northwestern.at.utils.WhitespaceTrimmingBufferedReader
Wrap existing reader with a whitespace trimming reader.
WhitespaceWordTokenizer - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Simple word tokenizer which splits on whitespace only.
WhitespaceWordTokenizer() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WhitespaceWordTokenizer
Create a word tokenizer than breaks on whitespace only.
windowSize - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.NGramExtractor
Window size within which to search for ngrams.
WINDOWSOS - Static variable in class edu.northwestern.at.utils.Env
True if running on some version of MS Windows.
wn - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
 
word - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountAndSentences
The word.
WORD - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
 
WORD - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
 
word - Variable in class net.sf.jlinkgrammar.Connector
 
word - Variable in class net.sf.jlinkgrammar.CONNode
 
word - Variable in class net.sf.jlinkgrammar.DISNode
 
word - Variable in class net.sf.jlinkgrammar.Linkage
array of word spellings
word - Variable in class net.sf.jlinkgrammar.ListOfLinks
 
word - Variable in class net.sf.jlinkgrammar.Sentence
array of words after tokenization
Word - Class in net.sf.jlinkgrammar
The basic word class TODO - Create word comparator and internationalization.
Word(String, Dictionary) - Constructor for class net.sf.jlinkgrammar.Word
Default constructor
word_file_header - Variable in class net.sf.jlinkgrammar.Dictionary
 
WORD_FORMATTER - Static variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Word within page formatter.
word_has_connector(String, int) - Method in class net.sf.jlinkgrammar.DictNode
 
word_links - Static variable in class net.sf.jlinkgrammar.ParseInfo
 
word_links - Variable in class net.sf.jlinkgrammar.PPData
 
wordAttributeNames - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.outputter.PrintStreamAdornedWordOutputter
Word attribute names.
WordAttributeNames - Class in edu.northwestern.at.morphadorner
MorphAdorner attribute names.
WordAttributeNames() - Constructor for class edu.northwestern.at.morphadorner.WordAttributeNames
 
WordAttributePatterns - Class in edu.northwestern.at.morphadorner
MorphAdorner word attribute patterns.
WordAttributePatterns() - Constructor for class edu.northwestern.at.morphadorner.WordAttributePatterns
 
wordBreakRulesFileName - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
Word break rules template file.
wordBuff - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.hepple.HeppleTagger
Sliding word buffer.
WordChange - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Records a token-level change in an adorned file.
WordChange() - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
Create empty word change.
WordChange(String, WordChangeType, FieldType, String, String, String, String, boolean) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChange
Create fully populated word change.
WordChangeLog - Class in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Records modifications to a tokenized or adorned TEI XML file.
WordChangeLog() - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Create empty change log.
WordChangeLog(String) - Constructor for class edu.northwestern.at.morphadorner.tools.compareadornedfiles.WordChangeLog
Create change log with a description.
WordChangeType - Enum in edu.northwestern.at.morphadorner.tools.compareadornedfiles
Type of change for word element.
wordClass - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeech
Word class.
WORDCLASS_INDEX - Static variable in interface edu.northwestern.at.morphadorner.corpuslinguistics.partsofspeech.PartOfSpeechTags
 
wordCount() - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Counts words in the dictionary.
WordCountAndSentences - Class in edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts
Contains a word, its count, and sentence numbers in which it appears.
WordCountAndSentences() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountAndSentences
Create empty word count and sentences.
WordCountAndSentences(Comparable) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountAndSentences
Create word count and sentences from word.
WordCountExtractor - Class in edu.northwestern.at.morphadorner.corpuslinguistics.ngram
Counts words in a text.
WordCountExtractor() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
Create word count extractor.
wordCountMap - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
wordCounts - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
wordCounts - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
The list of words and word counts in the text.
wordCounts - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
Word counts.
wordCountsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.FindSoftHyphens
File containing word counts.
WordCountUtils - Class in edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts
Word count utilities.
WordCountUtils() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.wordcounts.WordCountUtils
Allow overrides but not instantiation.
wordElementsToDelete - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
List of word elements to delete.
WORDFILE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
WordFile - Class in net.sf.jlinkgrammar
TODO add javadoc
WordFile() - Constructor for class net.sf.jlinkgrammar.WordFile
 
wordGapChar - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
Word gap marker is Unicode lozenge = ?.
wordGapString - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.GapFixer
 
WORDID - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
 
wordID - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Word ID attribute.
wordIDs - Static variable in class edu.northwestern.at.morphadorner.examples.UsingAnAdornedText
The word IDs.
wordIDs - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
List of word IDs.
wordIDs - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
List of word IDs.
wordIDsToElements - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.MergeAnnolexCorrectionsIntoAdornedXML
Map word IDs to word elements in DOM document.
wordIndex - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Word index in list of words.
wordInfoFilter - Variable in class edu.northwestern.at.morphadorner.AddWordAttributesFilter
ExtendedAdornedWordFilter providing word attribute information.
wordInfoFilter - Variable in class edu.northwestern.at.morphadorner.tools.AdornedXMLReader
Adorned word information filter.
wordIterator - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.ICU4JBreakIteratorWordTokenizer
The word based break iterator.
wordLangProbMap - Variable in class com.cybozu.labs.langdetect.DetectorFactory
 
wordLetterPairs(String) - Static method in class edu.northwestern.at.morphadorner.corpuslinguistics.stringsimilarity.LetterPairSimilarity
 
wordLexicon - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.guesser.AbstractPartOfSpeechGuesser
The word lexicon.
wordLexicon - Variable in class edu.northwestern.at.morphadorner.gate.MorphAdornerGateWrapperBase
Word lexicon.
wordLexicon - Variable in class edu.northwestern.at.morphadorner.MorphAdorner
Word lexicon.
wordLexicon - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Word lexicon.
wordLexicon - Static variable in class edu.northwestern.at.morphadorner.tools.taggertrainer.ngram.NGramTaggerTrainer
The word lexicon.
wordLexiconFileName - Static variable in class edu.northwestern.at.morphadorner.tools.createlexicon.CreateLexicon
Output word lexicon file name.
wordLexiconFileName - Static variable in class edu.northwestern.at.morphadorner.tools.createsuffixlexicon.CreateSuffixLexicon
Input word lexicon file name.
wordLexiconURL - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
 
wordLexiconURLString - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Word lexicon URL.
wordListFileName - Variable in class edu.northwestern.at.utils.spellcheck.TernaryTrieSpellingDictionary
Word list file which populates dictionary.
wordMapPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.BritishToUSSpellingMapper
Resource file with British/American mappings.
wordMapPath - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.spellingmapper.USToBritishSpellingMapper
Resource file with British/American mappings.
wordMatcher - Static variable in class edu.northwestern.at.utils.CharUtils
 
wordnetData - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
WordNet data.
WordnetThesaurus - Class in edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus
Implements a thesaurus using Wordnet.
WordnetThesaurus() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Create a WordNet object.
WordnetThesaurus(String) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.thesaurus.WordnetThesaurus
Create a WordNet object.
wordNodesCreated - Variable in class edu.northwestern.at.morphadorner.xgtagger.XGParser
Number of word nodes created.
wordNumber - Variable in class edu.northwestern.at.morphadorner.SentenceAndWordNumber
The word number within the sentence.
wordNumber - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Word number within sentence.
wordNumber - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Word number attribute.
wordNumberWithinPage - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Word within page number.
wordOrdinal - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Word ordinal.
wordOrdinal - Static variable in class edu.northwestern.at.morphadorner.WordAttributeNames
Word ordinal attribute.
wordOrSpanGapReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EccoPreTokenizer
Word or span gap.
wordOrSpanGapReplacer - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.EEBOPreTokenizer
Word or span gap.
wordPattern - Static variable in class edu.northwestern.at.utils.CharUtils
Pattern for Unicode word.
WordRule - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.inflector.wordrule
Interface for a rule to transform a word.
words - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.multiwordunits.MultiwordUnitData
 
words - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.ngram.WordCountExtractor
The text parsed into a string array of words.
wordsAndCounts - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Tokens and counts.
wordsAndCountsFileName - Static variable in class edu.northwestern.at.morphadorner.tools.tcp.CountDividedWords
Words and counts file name.
wordsDone - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
Remembers the number of words processed so far.
wordsProcessed - Variable in class edu.northwestern.at.morphadorner.tools.relemmatize.RelemmatizeFilter
Number of words processed.
wordsTagged - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigram.TrigramTagger
Count of words tagged.
wordTagsSet - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordsLoader
Set of word tags (typically "w" and "pc").
wordTagsSet - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.MutableAdornedFile
Set of word tags (typically "w" and "pc").
wordText - Variable in class edu.northwestern.at.morphadorner.tools.compareadornedfiles.AdornedWordData
Word text.
wordText - Variable in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Original, possibly partial, word text.
wordTokenizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.namerecognizer.AbstractNameRecognizer
Word tokenizer.
wordTokenizer - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencesplitter.AbstractSentenceSplitter
Default word tokenizer used if none specified.
WordTokenizer - Interface in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
Interface for tokenizing a string into "words".
WordTokenizerFactory - Class in edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer
WordTokenizer factory.
WordTokenizerFactory() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.tokenizer.WordTokenizerFactory
 
wordtype - Static variable in class net.sf.jlinkgrammar.Linkage
 
workId - Variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWord
Work ID.
WORKID - Static variable in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileReader
Fields.
workID - Variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.AdornedWordCountInfo
Work ID.
WORKID - Static variable in class edu.northwestern.at.morphadorner.tools.countadornedwords.CountAdornedWords
Tabular data input fields.
wPattern - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
tag pattern.
wPattern - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
tag pattern.
wrapLine(String, String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Wrap one line of text.
wrappedMap - Variable in class edu.northwestern.at.utils.TaggedStringsMap
Map being wrapped.
wrappedSet - Variable in class edu.northwestern.at.utils.TaggedStringsSet
Set being wrapped.
wrapText(String, String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Lines wraps a block of text.
wreplacer - Static variable in class edu.northwestern.at.morphadorner.tools.addcharacteroffsets.AddCharacterOffsets
tag replacement.
wReplacer - Static variable in class edu.northwestern.at.morphadorner.WordAttributePatterns
tag replacement.
write(char) - Method in class com.megginson.sax.XMLWriter
Write a raw character.
write(String) - Method in class com.megginson.sax.XMLWriter
Write a raw string.
write(String, String) - Static method in class edu.northwestern.at.morphadorner.xgtagger.XGMisc
Writes a text into a file.
write(byte[]) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
write(byte[], int, int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
write(int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
write(byte[]) - Method in class edu.northwestern.at.utils.NullOutputStream
Writes (actually ignores) array of bytes to output stream.
write(byte[], int, int) - Method in class edu.northwestern.at.utils.NullOutputStream
Write (actually, ignore) bytes from byte array to output stream.
write(int) - Method in class edu.northwestern.at.utils.NullOutputStream
Write (actually, ignore) integer value to output stream.
write(BufferedWriter) - Method in class edu.northwestern.at.utils.spellcheck.HashMapSpellingDictionary
Writes the dictionary to a buffered writer.
writeBoolean(boolean) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeByte(int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeBytes(String) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeChar(int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeChars(String) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeChildren(Element, String, boolean) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Store children of a DOM element.
writeCorrectedWords(List<CorrectedWord>, String, boolean) - Method in class edu.northwestern.at.morphadorner.tools.annolex.CorrectedWordsFileWriter
Writes corrected words to file.
writeDouble(double) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeEOL() - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Output an end of line.
writeEsc(char[], int, int, boolean) - Method in class com.megginson.sax.XMLWriter
Write an array of data characters with escaping.
writeExternal(ObjectOutput) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector.Frequency
Write Frequency to object output.
writeExternal(ObjectOutput) - Method in class edu.northwestern.at.morphadorner.corpuslinguistics.textsegmenter.struct.ContextVector
Save ContextVector to file as object.
writeExternal(ObjectOutput) - Method in class edu.northwestern.at.morphadorner.tools.ExtendedAdornedWord
Writes the work set to an object output stream (serializes the object).
writeFields(Object[]) - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Write all fields to a new line in the CSV file.
writeFields(List<?>) - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Write all fields to a new line in the CSV file.
writeFields(List<?>, List<Integer>) - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Write selected fields to a new line in the CSV file.
writeFields(List<?>, int[]) - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Write selected fields to a new line in the CSV file.
writeFloat(float) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeInt(int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeLong(long) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writer - Variable in class edu.northwestern.at.morphadorner.DefaultMorphAdornerXMLWriter
Output XML writer.
writer - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
XML writer.
writeSeparator() - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Output a value separator.
writeShort(int) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeTextFile(File, boolean, String, String) - Static method in class edu.northwestern.at.utils.FileUtils
Write text file from a string.
writeTextFile(File, boolean, String[], String) - Static method in class edu.northwestern.at.utils.FileUtils
Write text file from an array of strings.
writeTextFile(File, boolean, List, String) - Static method in class edu.northwestern.at.utils.FileUtils
Write text file from a list of strings.
writeTextFile(File, boolean, String) - Static method in class edu.northwestern.at.utils.FileUtils
Write text file from a string.
writeTextFile(String, boolean, String, String) - Static method in class edu.northwestern.at.utils.FileUtils
Write text file from a string.
writeTextFile(String, boolean, String) - Static method in class edu.northwestern.at.utils.FileUtils
Write text file from a string.
writeUTF(String) - Method in class edu.northwestern.at.utils.BufferedRandomAccessFile
Description of the Method
writeValue(String) - Method in class edu.northwestern.at.utils.csv.CSVFileWriter
Output a value.
writeXML(String, String, int, PartOfSpeechTags, Map<Integer, Integer>, int, int, MorphAdorner, boolean) - Method in class edu.northwestern.at.morphadorner.DefaultMorphAdornerXMLWriter
Write XML output.
writeXML(String, String, int, PartOfSpeechTags, Map<Integer, Integer>, int, int, MorphAdorner, boolean) - Method in interface edu.northwestern.at.morphadorner.MorphAdornerXMLWriter
Write XML output.
WType_NONE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
WType_PTYPE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
WType_QDTYPE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
WType_QTYPE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 
WType_STYPE - Static variable in class net.sf.jlinkgrammar.GlobalBean
 

X

x - Variable in class net.sf.jlinkgrammar.Word
a linked list of equivilent expressions also a sentence starts out with these
x_hash(int, int, Connector, Connector, int) - Method in class net.sf.jlinkgrammar.ParseInfo
 
x_match(Sentence, Connector, Connector) - Static method in class net.sf.jlinkgrammar.Connector
 
x_prune_match(Sentence, Connector, Connector) - Static method in class net.sf.jlinkgrammar.Connector
 
x_table - Variable in class net.sf.jlinkgrammar.ParseInfo
 
x_table_pointer(int, int, Connector, Connector, int) - Method in class net.sf.jlinkgrammar.ParseInfo
 
x_table_size - Variable in class net.sf.jlinkgrammar.ParseInfo
 
x_table_store(int, int, Connector, Connector, int, ParseSet) - Method in class net.sf.jlinkgrammar.ParseInfo
 
x_table_update(int, int, Connector, Connector, int, ParseSet) - Method in class net.sf.jlinkgrammar.ParseInfo
 
XCloneable - Interface in edu.northwestern.at.utils
Interface for a cloneable object.
XGMisc - Class in edu.northwestern.at.morphadorner.xgtagger
 
XGMisc() - Constructor for class edu.northwestern.at.morphadorner.xgtagger.XGMisc
 
xgOptions - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XGTagger configuration properties.
XGOptions - Class in edu.northwestern.at.morphadorner.xgtagger
 
XGOptions() - Constructor for class edu.northwestern.at.morphadorner.xgtagger.XGOptions
 
XGPair - Class in edu.northwestern.at.morphadorner.xgtagger
XGTagger Copyright Ecole Nationale Superieure des Mines de Saint-Etienne Original authors: Aude Garnier and Xavier Tannier.
XGPair(int, int) - Constructor for class edu.northwestern.at.morphadorner.xgtagger.XGPair
 
XGParser - Class in edu.northwestern.at.morphadorner.xgtagger
Parse XML document for morphological adornment.
XGParser(XGOptions, Document) - Constructor for class edu.northwestern.at.morphadorner.xgtagger.XGParser
Create parser.
XHttpServlet - Class in edu.northwestern.at.utils.servlets
Extends HttpServlet to map a get request to a post request.
XHttpServlet() - Constructor for class edu.northwestern.at.utils.servlets.XHttpServlet
 
xmlBlankWrapper - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
XML element to wrap a blank.
xmlDoctypeName - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML doctype name for output.
xmlDoctypeSystem - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML doctype system (DTD) for output.
xmlIDSpacing - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML ID spacing.
xmlIDType - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML ID Type.
xmlReader - Static variable in class edu.northwestern.at.morphadorner.examples.UsingAnAdornedText
Adorned XML reader.
xmlSchema - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML schema to use when parsing XML input files.
XMLSentenceMelder - Class in edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder
XML Sentence melder
XMLSentenceMelder() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Create XML sentence melder.
XMLSentenceMelder(XMLWriter) - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.XMLSentenceMelder
Create sentence melder.
XMLTagClassifier - Class in edu.northwestern.at.utils.xml
XML tag classifier.
XMLTagClassifier() - Constructor for class edu.northwestern.at.utils.xml.XMLTagClassifier
Create an XML tag class.
XMLTagClassifier(String, String, boolean) - Constructor for class edu.northwestern.at.utils.xml.XMLTagClassifier
Create an XML tag class.
XMLTextInputter - Class in edu.northwestern.at.morphadorner.corpuslinguistics.inputter
Text inputter which reads text from a TEI or EEBO XML file.
XMLTextInputter() - Constructor for class edu.northwestern.at.morphadorner.corpuslinguistics.inputter.XMLTextInputter
Create XML text inputter.
XMLTextReplacer - Class in edu.northwestern.at.utils.xml
Applies pattern replacements to XML text.
XMLTextReplacer() - Constructor for class edu.northwestern.at.utils.xml.XMLTextReplacer
Allow overrides but no instantiation.
xmlTokenLabelAttribute - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Token label attribute.
xmlTokenLabelAttribute - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML token label attribute.
xmlTokenLabelEmit - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Emit token label?
xmlTokenLabelEmit - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
Emit XML token label?
xmlTokenLabelPrependWorkName - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Token label prepend work name flag.
xmlTokenLabelPrependWorkName - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML token label prepend work name.
xmlTokenLabelSpacing - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
Token label spacing.
xmlTokenLabelSpacing - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML token label spacing.
XMLToTab - Class in edu.northwestern.at.morphadorner.tools.xmltotab
Convert MorphAdorner XML output to tab-separated tabular form.
XMLToTab(String[]) - Constructor for class edu.northwestern.at.morphadorner.tools.xmltotab.XMLToTab
Supervises conversion of XML word elements to tabular form.
XMLUtils - Class in edu.northwestern.at.utils.xml
XML utilities.
XMLUtils() - Constructor for class edu.northwestern.at.utils.xml.XMLUtils
 
xmlWordAttributes - Variable in class edu.northwestern.at.morphadorner.MorphAdornerSettings
XML word attributes.
XMLWriter - Class in com.megginson.sax
Filter to write an XML document from a SAX event stream.
XMLWriter() - Constructor for class com.megginson.sax.XMLWriter
Create a new XML writer.
XMLWriter(Writer) - Constructor for class com.megginson.sax.XMLWriter
Create a new XML writer.
XMLWriter(XMLReader) - Constructor for class com.megginson.sax.XMLWriter
Create a new XML writer.
XMLWriter(XMLReader, Writer) - Constructor for class com.megginson.sax.XMLWriter
Create a new XML writer.
xmlWriter - Variable in class edu.northwestern.at.morphadorner.corpuslinguistics.sentencemelder.SentenceMelderState
XML writer for XML output.
XMLWriterState - Class in edu.northwestern.at.morphadorner
Saves XML writer state.
XMLWriterState(boolean, SentenceMelder) - Constructor for class edu.northwestern.at.morphadorner.XMLWriterState
Create XMLWriterState object.
XNode - Class in net.sf.jlinkgrammar
This is a hyponym or synonym class the X is for expression.
XNode() - Constructor for class net.sf.jlinkgrammar.XNode
 
XOR - Static variable in class edu.northwestern.at.utils.SparseBitSet
 
xor(SparseBitSet) - Method in class edu.northwestern.at.utils.SparseBitSet
Logically XOR this bit set with another.
xpicture - Static variable in class net.sf.jlinkgrammar.Linkage
 
XSLTCache - Class in edu.northwestern.at.utils.xml
Caches compiled stylesheets.
XSLTCache() - Constructor for class edu.northwestern.at.utils.xml.XSLTCache
Allowed overrides but not instantiation.
XSLTCache.MapEntry - Class in edu.northwestern.at.utils.xml
Holds a value in the XSLT cache map.
XSLTCache.MapEntry(long, Templates) - Constructor for class edu.northwestern.at.utils.xml.XSLTCache.MapEntry
 
XTableConnector - Class in net.sf.jlinkgrammar
TODO add javadoc
XTableConnector() - Constructor for class net.sf.jlinkgrammar.XTableConnector
 

Y

yesNo(boolean) - Static method in class edu.northwestern.at.utils.StringUtils
Returns "yes" or "no" for boolean value.
YI - Class in com.rmtheis.langdetect.profile
 
YI() - Constructor for class com.rmtheis.langdetect.profile.YI
 
yylex(PPKnowledge, Reader) - Method in class net.sf.jlinkgrammar.PPLexTable
Reads a knowledge object into a table for use by other methods.

Z

Z - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.statistics.Collocation
 
ZERO_PROBABILITY - Static variable in class edu.northwestern.at.utils.math.Probability
Zero probability.
zero_S() - Static method in class net.sf.jlinkgrammar.Sentence
 
zeroDigit - Static variable in class edu.northwestern.at.morphadorner.corpuslinguistics.stemmer.LancasterStemmer
Character for "0" digit.
zeroPad(String, int) - Static method in class edu.northwestern.at.utils.StringUtils
Pad string with leading zeros.
ZHCN - Class in com.rmtheis.langdetect.profile
 
ZHCN() - Constructor for class com.rmtheis.langdetect.profile.ZHCN
 
ZHTW - Class in com.rmtheis.langdetect.profile
 
ZHTW() - Constructor for class com.rmtheis.langdetect.profile.ZHTW
 
zipDirectoryTree(String, String) - Static method in class edu.northwestern.at.utils.ZipUtils
Zip files in a directory tree.
zipDirectoryTree(String, String, FilenameFilter, ZipOutputStream) - Static method in class edu.northwestern.at.utils.ZipUtils
Zip files in a directory tree.
ZipUtils - Class in edu.northwestern.at.utils
Zip file utilities.
ZipUtils() - Constructor for class edu.northwestern.at.utils.ZipUtils
Don't allow instantiation, do allow overrides.
zzzzljTagSeen - Variable in class edu.northwestern.at.morphadorner.IDFixerFilter
"zzzzlj" tag found.

_

_builder - Variable in class edu.northwestern.at.utils.xml.JDOMFragmentParser
 
_fragment - Variable in class edu.northwestern.at.utils.xml.JDOMFragmentParser
 
_xml - Variable in class edu.northwestern.at.utils.xml.JDOMFragmentParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _