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

M

main(String[]) - Static method in class info.ephyra.answerselection.filters.GoogleTermImportanceFilter
 
main(String[]) - Static method in class info.ephyra.answerselection.filters.ScoreNormalizationFilter
Evaluates all combinations of features and models and trains a classifier using the best combination.
main(String[]) - Static method in class info.ephyra.answerselection.filters.WebTermImportanceFilter
 
main(String[]) - Static method in class info.ephyra.answerselection.filters.WikipediaGoogleTermImportanceFilter
 
main(String[]) - Static method in class info.ephyra.answerselection.filters.WikipediaTermImportanceFilter
 
main(String[]) - Static method in class info.ephyra.indexing.AQUAINT2Preprocessor
Entry point of the program.
main(String[]) - Static method in class info.ephyra.indexing.AQUAINTPreprocessor
Entry point of the program.
main(String[]) - Static method in class info.ephyra.indexing.Blog06Preprocessor
Entry point of the program.
main(String[]) - Static method in class info.ephyra.nlp.indices.WordFrequencies
Entry point.
main(String[]) - Static method in class info.ephyra.nlp.StanfordParser
 
main(String[]) - Static method in class info.ephyra.nlp.StanfordPosTagger
 
main(String[]) - Static method in class info.ephyra.OpenEphyra
Entry point of Ephyra.
main(String[]) - Static method in class info.ephyra.patternlearning.PatternLearner
Entry point of the program.
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.AnswerTypesComparison
Compares the answer types and lists differences.
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.classifier.Rule
Tests Rule creation, compilation and matching.
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.classifier.RuleElement
Tests RuleElement creation, compilation and matching.
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.extractor.FeatureExtractorFactory
Invokes FeatureExtractor.printFeatures(java.lang.String, java.util.List) with feature names specified on the command line.
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.FocusFinder
Extracts and prints out the focus word for each question, given a file of questions.
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.minorthird.hierarchical.Experimenter
Calls runExperiment() or trainAndSave(), depending on whether the --train command-line argument is specified.
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.minorthird.hierarchical.HierarchicalClassifierTrainer
 
main(String[]) - Static method in class info.ephyra.questionanalysis.atype.QuestionClassifierFactory
Given a language pair and a test set filename, evaluates the classifier for that language pair on the test set.
main(String[]) - Static method in class info.ephyra.questionanalysis.QuestionAnalysis
 
main(String[]) - Static method in class info.ephyra.trec.CorefResolver
 
main(String[]) - Static method in class info.ephyra.trec.EphyraTREC13To16
Runs Ephyra on the TREC questions.
main(String[]) - Static method in class info.ephyra.trec.EphyraTREC8To11
Runs and evaluates Epyhra on TREC data.
main(String[]) - Static method in class info.ephyra.trec.OpenEphyraCorpus
Entry point of Ephyra.
main(String[]) - Static method in class info.ephyra.util.PageRankParser
 
makeDataset(String) - Method in class info.ephyra.questionanalysis.atype.minorthird.hierarchical.HierarchicalClassifierTrainer
 
MANNER_P - Static variable in class info.ephyra.questionanalysis.PredicateExtractor
Pattern for questions seeking a manner.
MANNER_R - Static variable in class info.ephyra.questionanalysis.PredicateExtractor
Replacement if question is seeking a manner.
mapOffsets(Tree, List<RangeMap>) - Static method in class info.ephyra.nlp.StanfordParser
Maps Tree node offsets using provided mapping.
mapProperties() - Method in class info.ephyra.util.Properties
For each key in this Properties object a prefix string is created from all leading characters before the first '.'
MARGIN_PERCEPTRON_M - Static variable in class info.ephyra.answerselection.filters.ScoreNormalizationFilter
Identifier for the Margin Perceptron model.
markAllContained(String[], HashDictionary) - Static method in class info.ephyra.nlp.RegExMatcher
mark all parts of a String that are contained in a list of Strings
markAllContained(String[], HashDictionary, int) - Static method in class info.ephyra.nlp.RegExMatcher
mark all parts of a String that are fuzzy-contained in a list of Strings
markAllMatches(String[], String) - Static method in class info.ephyra.nlp.RegExMatcher
mark all parts of a token sequence that match a regular expression
markAllMatches(String[], Pattern) - Static method in class info.ephyra.nlp.RegExMatcher
mark all parts of a token sequence that match a regular expression
markAllMatches(String[], String, int) - Static method in class info.ephyra.nlp.RegExMatcher
mark all parts of a token sequence that match a regular expression
markAllMatches(String[], Pattern, int) - Static method in class info.ephyra.nlp.RegExMatcher
mark all parts of a token sequence that match a regular expression
match(String, String) - Static method in class info.ephyra.trec.CorefResolver
Checks if the first phrase is inclusive of the second
matcher - Variable in class info.ephyra.search.searchers.KnowledgeAnnotator
The Matcher that matched the pattern with the question.
matches(String, String) - Static method in class info.ephyra.nlp.indices.IrregularVerbs
Determines whether a word is in a list of words separated by "/".
matches(Instance) - Method in class info.ephyra.questionanalysis.atype.classifier.Rule
Tells whether a given Instance matches this Rule by returning the appropriate answer type if it does match, and null if it does not.
matches(Instance) - Method in class info.ephyra.questionanalysis.atype.classifier.RuleElement
Tells whether a given Instance has a feature that matches this RuleElement.
matches(Query) - Method in class info.ephyra.search.searchers.KnowledgeAnnotator
Tests whether the knowledge annotator is appropriate for a question by applying the patterns in the field qPatterns.
MAX_CONTEXT - Static variable in class info.ephyra.questionanalysis.QuestionPattern
Maximum length of a CONTEXT object in tokens.
MAX_DIST - Static variable in class info.ephyra.answerselection.AnswerPattern
Maximum distance between TARGET and PROPERTY in tokens.
MAX_DOCS - Static variable in class info.ephyra.answerselection.filters.WebDocumentFetcherFilter
Maximum number of documents to fetch.
MAX_DOCS - Static variable in class info.ephyra.search.searchers.IndriDocumentKM
Maximum number of documents fetched at a time.
MAX_DOCS - Static variable in class info.ephyra.search.searchers.IndriKM
Maximum number of documents fetched at a time.
MAX_ENT_M - Static variable in class info.ephyra.answerselection.filters.ScoreNormalizationFilter
Identifier for the Maximum Entropy model.
MAX_EXPANSIONS - Static variable in class info.ephyra.questionanalysis.TermExpander
Maximum number of expansions.
MAX_EXPANSIONS_QUERY - Static variable in class info.ephyra.questionanalysis.TermExpander
Maximum number of expansions used in a query.
MAX_NON_WHITESPACE - Static variable in class info.ephyra.answerselection.filters.ResultLengthFilter
Maximum number of non-whitespace characters per question.
MAX_PATH_LENGTH - Static variable in class info.ephyra.nlp.semantics.ontologies.WordNet
Maximum length of a path to an expansion.
MAX_PENDING - Static variable in class info.ephyra.answerselection.filters.WebDocumentFetcherFilter
Maximum number of documents fetched in parallel.
MAX_PENDING - Static variable in class info.ephyra.search.Search
The maximum number of parallel queries.
MAX_PROP - Static variable in class info.ephyra.answerselection.AnswerPattern
Maximum length of a PROPERTY object in tokens.
MAX_RESULTS_PERQUERY - Static variable in class info.ephyra.answerselection.filters.GoogleTermImportanceFilter
Maximum number of search results per query.
MAX_RESULTS_PERQUERY - Static variable in class info.ephyra.answerselection.filters.WikipediaGoogleTermImportanceFilter
Maximum number of search results per query.
MAX_RESULTS_PERQUERY - Static variable in class info.ephyra.answerselection.filters.YahooTermImportanceFilter
Maximum number of search results per query.
MAX_RESULTS_PERQUERY - Static variable in class info.ephyra.search.searchers.GoogleKM
Maximum number of search results per query.
MAX_RESULTS_PERQUERY - Static variable in class info.ephyra.search.searchers.IndriDocumentKM
Maximum number of search results per query.
MAX_RESULTS_PERQUERY - Static variable in class info.ephyra.search.searchers.IndriKM
Maximum number of search results per query.
MAX_RESULTS_PERQUERY - Static variable in class info.ephyra.search.searchers.YahooKM
Maximum number of search results per query.
MAX_RESULTS_TOTAL - Static variable in class info.ephyra.answerselection.filters.GoogleTermImportanceFilter
Maximum total number of search results.
MAX_RESULTS_TOTAL - Static variable in class info.ephyra.answerselection.filters.WikipediaGoogleTermImportanceFilter
Maximum total number of search results.
MAX_RESULTS_TOTAL - Static variable in class info.ephyra.search.searchers.GoogleKM
Maximum total number of search results.
MAX_RESULTS_TOTAL - Static variable in class info.ephyra.search.searchers.IndriDocumentKM
Maximum total number of search results.
MAX_RESULTS_TOTAL - Static variable in class info.ephyra.search.searchers.IndriKM
Maximum total number of search results.
MAX_RESULTS_TOTAL - Static variable in class info.ephyra.search.searchers.YahooKM
Maximum total number of search results.
MAX_SCORE_F - Static variable in class info.ephyra.answerselection.filters.ScoreNormalizationFilter
Identifier for the maximum score feature.
MAX_SENT_LENGTH_CHARS - Static variable in class info.ephyra.answerselection.filters.PredicateExtractionFilter
Maximum length of a sentence in characters to be considered for predicate extraction.
MAX_SENT_LENGTH_TOKENS - Static variable in class info.ephyra.answerselection.filters.PredicateExtractionFilter
Maximum length of a sentence in tokens to be considered for predicate extraction.
MAX_SENTENCES - Static variable in class info.ephyra.answerselection.filters.PredicateExtractionFilter
Maximum number of sentences that are annotated with predicate-argument structures.
MAX_TAGS - Static variable in class info.ephyra.patternlearning.PatternExtractor
Maximum number of NE and CONTEXT tags in a pattern (for time performance).
MAX_TARGET - Static variable in class info.ephyra.questionanalysis.QuestionPattern
Maximum length of a TARGET object in tokens.
MAX_TERM_LENGTH - Static variable in class info.ephyra.questionanalysis.TermExtractor
Maximum length of a term in tokens.
MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MAX_WORDS - Static variable in class info.ephyra.nlp.indices.WordFrequencies
Maximum number of words to be parsed (0 = no limit).
MAX_WORDS - Static variable in class info.ephyra.questionanalysis.KeywordExtractor
Maximum number of keywords that are extracted.
maxResults - Variable in class info.ephyra.search.searchers.KnowledgeMiner
The maximum number of results to be fetched.
maxTokens - Variable in class info.ephyra.util.HashDictionary
Maximum number of tokens of a word in the dictionary.
MEAN_SCORE_F - Static variable in class info.ephyra.answerselection.filters.ScoreNormalizationFilter
Identifier for the mean score feature.
MEMBER_OF_WEIGHT - Static variable in class info.ephyra.nlp.semantics.ontologies.WordNet
Weight for the relation 'member-of'.
mergeResults - Variable in class info.ephyra.questionanalysis.atype.classifier.HybridQuestionClassifier
 
MILES - Static variable in class info.ephyra.nlp.RegExMatcher
 
MILES_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MILES_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
 
MILES_UNIT - Static variable in class info.ephyra.nlp.RegExMatcher
 
MILES_UNIT_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MILES_UNIT_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
 
min3(int, int, int) - Static method in class info.ephyra.util.HashDictionary
compute the minimum of three int variables (helper for Levenshtein)
MIN_EXPANSION_WEIGHT - Static variable in class info.ephyra.questionanalysis.TermExpander
Minimum weight of an expansion.
MIN_EXPANSION_WEIGHT_QUERY - Static variable in class info.ephyra.questionanalysis.TermExpander
Minimum weight of an expansion used in a query.
MIN_FREQUENCY - Static variable in class info.ephyra.nlp.indices.WordFrequencies
Minimum frequency of a word to remain in the index.
MIN_SCORE_F - Static variable in class info.ephyra.answerselection.filters.ScoreNormalizationFilter
Identifier for the minimum score feature.
MISSING_ARG - Static variable in class info.ephyra.nlp.semantics.Predicate
Indicates a missing argument.
missingArgs - Variable in class info.ephyra.nlp.semantics.Predicate
Missing arguments, for predicates extracted from questions.
missPageTermCounters - Static variable in class info.ephyra.answerselection.filters.WikipediaGoogleTermImportanceFilter
 
mix(int, int, int) - Static method in class info.ephyra.util.PageRankParser
 
MIXED_CASE_ACRONYM - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any sequence of two or more upper case letters with intermediate or tailing lower case ones (probably acronyms)
MIXED_CASE_ACRONYM_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MIXED_CASE_ACRONYM_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any sequence of two or more upper case letters with intermediate or tailing lower case ones (probably acronyms)
MOD_P - Static variable in class info.ephyra.nlp.semantics.Predicate
Pattern to extract modifier arguments from an annotated sentence.
MODEL_TYPES - Static variable in class info.ephyra.nlp.NETagger
NE types with model-based taggers.
MONEY - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one monetary amount (in particular, a number followed by a monetary unit)
MONEY_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MONEY_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one monetary amount (in particular, a number followed by a monetary unit)
MONEY_UNIT - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one monetary unit (in particular, DOLLAR_UNIT, EURO_UNIT, 'YEN', and 'Yen')
MONEY_UNIT_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MONEY_UNIT_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one monetary unit (in particular, DOLLAR_UNIT, EURO_UNIT, 'YEN', and 'Yen')
MONTH - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one month date (in particular, numbers 1 through 12)
MONTH_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MONTH_NAME - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one month name
MONTH_NAME_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MONTH_NAME_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one month name
MONTH_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one month date (in particular, numbers 1 through 12)
MPH - Static variable in class info.ephyra.nlp.RegExMatcher
 
MPH_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MPH_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
 
MPH_UNIT - Static variable in class info.ephyra.nlp.RegExMatcher
 
MPH_UNIT_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MPH_UNIT_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
 
MsgPrinter - Class in info.ephyra.io
Prints out status and error messages as well as results to the standard output.
MsgPrinter() - Constructor for class info.ephyra.io.MsgPrinter
 
MULTI_SCORE - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any probable multi score from sports events (like tennis, '6:3, 6:1, 6:7, 7:5')
MULTI_SCORE_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
MULTI_SCORE_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any probable multi score from sports events (like tennis, '6:3, 6:1, 6:7, 7:5')
multiplyValue(int) - Method in class info.ephyra.answerselection.filters.WebTermImportanceFilter.TermCounter
multiply the value of this TermCounter times fact

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