Метод | Описание | |
---|---|---|
answerGenerator ( ) : System |
class constructor
|
|
executeQueries ( List |
||
generateQueries ( string question ) : List |
takes the Question string and returns the List of the Queries to be executed
|
Метод | Описание | |
---|---|---|
IsKeywordSearch ( List |
||
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 |
public executeQueries ( List |
||
queryBuckets | List |
|
Результат | List |
public generateQueries ( string question ) : List |
||
question | string | Question String |
Результат | List |