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

H

handleAuxCanMay(String, String) - Static method in class info.ephyra.questionanalysis.QuestionNormalizer
Modifies the question string by applying the following rule: can/could/will/would/shall/should/may/might/must [...]
handleAuxDid(String, String) - Static method in class info.ephyra.questionanalysis.QuestionNormalizer
Modifies the question string by applying the following rule: did [...] infinitive -> simple_past
handleAuxDo(String, String) - Static method in class info.ephyra.questionanalysis.QuestionNormalizer
Modifies the question string by applying the following rule: do [...] infinitive -> infinitive
handleAuxDoes(String, String) - Static method in class info.ephyra.questionanalysis.QuestionNormalizer
Modifies the question string by applying the following rule: does [...] infinitive -> 3rd person singular
handleAuxHasHad(String, String) - Static method in class info.ephyra.questionanalysis.QuestionNormalizer
Modifies the question string by applying the following rule: have/has/had [...] past_participle -> has/have/had past_participle / simple_past
handleAuxiliaries(String) - Static method in class info.ephyra.questionanalysis.QuestionNormalizer
Handles auxiliary verbs by applying the rules specified in the documentations of the handleAux...() methods.
handleAuxIs(String, String) - Static method in class info.ephyra.questionanalysis.QuestionNormalizer
Modifies the question string by applying the following rule: is/are/was/were [...] gerund / past participle -> is/are/was/were gerund / past participle
handleDateTime(String) - Static method in class info.ephyra.questionanalysis.PredicateExtractor
 
handleIgnore(String, String, String[], String[], String[], int) - Static method in class info.ephyra.questionanalysis.PredicateExtractor
 
handleLocation(String) - Static method in class info.ephyra.questionanalysis.PredicateExtractor
 
handleManner(String, String, String[], String[], String[], String[], int) - Static method in class info.ephyra.questionanalysis.PredicateExtractor
 
handlePerson(String) - Static method in class info.ephyra.questionanalysis.PredicateExtractor
 
handlePurpose(String) - Static method in class info.ephyra.questionanalysis.PredicateExtractor
 
handleThing(String, String, String[], String[], String[], String[], int) - Static method in class info.ephyra.questionanalysis.PredicateExtractor
 
HAS_MEMBER_WEIGHT - Static variable in class info.ephyra.nlp.semantics.ontologies.WordNet
Weight for the relation 'has-member'.
HAS_PART_WEIGHT - Static variable in class info.ephyra.nlp.semantics.ontologies.WordNet
Weight for the relation 'has-part'.
HAS_SUBSTANCE_WEIGHT - Static variable in class info.ephyra.nlp.semantics.ontologies.WordNet
Weight for the relation 'has-substance'.
hashCode() - Method in class info.ephyra.answerselection.AnswerPattern
The hashcode of an AnswerPattern is the hashcode of its descriptor.
hashCode() - Method in class info.ephyra.questionanalysis.atype.AnswerType
 
hashCode() - Method in class info.ephyra.search.Result
Returns the hash code of the answer string as a hash code for the result.
HashDictionary - Class in info.ephyra.util
A Dictionary that is based on a hash set and allows lookups in constant time.
HashDictionary() - Constructor for class info.ephyra.util.HashDictionary
Creates an empty HashDictionary.
HashDictionary(String) - Constructor for class info.ephyra.util.HashDictionary
Creates a HashDictionary from a list of words in a file.
hasHigherPreference(Result, Result) - Method in class info.ephyra.answerselection.filters.AnswerProjectionFilter
Checks if the answer extraction techniques used to extract the first result have a higher preference for answer projection than the techniques used for the second result.
hasMissingArgs() - Method in class info.ephyra.nlp.semantics.Predicate
 
hasModelType(String[]) - Static method in class info.ephyra.nlp.NETagger
Checks if there is a model-based tagger for one of the given NE types.
hasNextQuery() - Method in class info.ephyra.questionanalysis.atype.minorthird.hierarchical.DummyClassifierLearner
 
hasNextQuery() - Method in class info.ephyra.questionanalysis.atype.minorthird.hierarchical.HierarchicalClassifierLearner
 
HAVE_P - Static variable in class info.ephyra.questionanalysis.PredicateExtractor
Pattern that matches any form of 'to have'.
HEIGHT - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one height (this constant is equal to LENGHT, it is only provided for clarity)
HEIGHT_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
HEIGHT_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one height (this constant is equal to LENGHT, it is only provided for clarity)
HEIGHT_UNIT - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one smaller scale length unit (this constant is equal to LENGHT_UNIT, it is only provided for clarity)
HEIGHT_UNIT_MAX_TOKENS - Static variable in class info.ephyra.nlp.RegExMatcher
 
HEIGHT_UNIT_PATTERN - Static variable in class info.ephyra.nlp.RegExMatcher
a regular expression capturing group matching any one smaller scale length unit (this constant is equal to LENGHT_UNIT, it is only provided for clarity)
HierarchicalClassifier - Class in info.ephyra.questionanalysis.atype.minorthird.hierarchical
A hierarchy of classifiers.
HierarchicalClassifier(HashMap, int) - Constructor for class info.ephyra.questionanalysis.atype.minorthird.hierarchical.HierarchicalClassifier
 
HierarchicalClassifierLearner - Class in info.ephyra.questionanalysis.atype.minorthird.hierarchical
Learner for hierarchical classifiers.
HierarchicalClassifierLearner(ClassifierLearner[]) - Constructor for class info.ephyra.questionanalysis.atype.minorthird.hierarchical.HierarchicalClassifierLearner
 
HierarchicalClassifierTrainer - Class in info.ephyra.questionanalysis.atype.minorthird.hierarchical
Tool for training and evaluating hierarchical classifiers.
HierarchicalClassifierTrainer(Pair<Language, Language>) - Constructor for class info.ephyra.questionanalysis.atype.minorthird.hierarchical.HierarchicalClassifierTrainer
 
hitPos - Variable in class info.ephyra.search.Result
The hit position of the answer, starting from 0 (optional).
HitPositionComparator<T> - Class in info.ephyra.answerselection.filters
The HitPositionComparator compares two Result objects by comparing their hit positions.
HitPositionComparator() - Constructor for class info.ephyra.answerselection.filters.HitPositionComparator
 
HitPositionFilter - Class in info.ephyra.answerselection.filters
Scores the results according to their hit positions.
HitPositionFilter() - Constructor for class info.ephyra.answerselection.filters.HitPositionFilter
 
HitPositionSorterFilter - Class in info.ephyra.answerselection.filters
The HitPositionSorterFilter sorts the results by their hit positions in ascending order.
HitPositionSorterFilter() - Constructor for class info.ephyra.answerselection.filters.HitPositionSorterFilter
 
HOW_MANY_PTRN - Static variable in class info.ephyra.questionanalysis.atype.extractor.EnglishFeatureExtractor
 
HOW_MUCH_OF_PTRN - Static variable in class info.ephyra.questionanalysis.atype.extractor.EnglishFeatureExtractor
 
HOW_MUCH_PTRN - Static variable in class info.ephyra.questionanalysis.atype.extractor.EnglishFeatureExtractor
 
HOW_PTRN - Static variable in class info.ephyra.questionanalysis.atype.extractor.EnglishFeatureExtractor
 
html2text(String) - Static method in class info.ephyra.util.HTMLConverter
Converts an HTML document into plain text.
HTMLConverter - Class in info.ephyra.util
The HTMLConverter can be used to convert an HTML document to plain text.
HTMLConverter() - Constructor for class info.ephyra.util.HTMLConverter
 
htmlsnippet2text(String) - Static method in class info.ephyra.util.HTMLConverter
Converts a snippet with HTML tags and special characters into plain text.
HybridQuestionClassifier - Class in info.ephyra.questionanalysis.atype.classifier
The answer type / subtype classifier for English questions.
HybridQuestionClassifier() - Constructor for class info.ephyra.questionanalysis.atype.classifier.HybridQuestionClassifier
 
HYPERNYM_WEIGHT - Static variable in class info.ephyra.nlp.semantics.ontologies.WordNet
Weight for the relation 'hypernym'.
HYPONYM_WEIGHT - Static variable in class info.ephyra.nlp.semantics.ontologies.WordNet
Weight for the relation 'hyponym'.

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