C# Class mergedServices.answerGenerator

Afficher le fichier Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Méthodes publiques

Méthode Description
answerGenerator ( ) : System

class constructor

executeQueries ( List queryBuckets ) : List
generateQueries ( string question ) : List

takes the Question string and returns the List of the Queries to be executed

Private Methods

Méthode Description
IsKeywordSearch ( List queryBuckets ) : bool
QuestionPreprocessing ( ) : void

change in the parsed question and removes puncituation and stopping words

buildQueries ( ) : List

takes the parsed Question and Get predicates literals joins them generate the Query buckets filter the buckets and get for each bucket the list of Query strings

cleanBucket ( List queryBuckets ) : List

Method Details

answerGenerator() public méthode

class constructor
public answerGenerator ( ) : System
Résultat System

executeQueries() public méthode

public executeQueries ( List queryBuckets ) : List
queryBuckets List
Résultat List

generateQueries() public méthode

takes the Question string and returns the List of the Queries to be executed
public generateQueries ( string question ) : List
question string Question String
Résultat List