C# Класс mergedServices.answerGenerator

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

answerGenerator() публичный Метод

class constructor
public answerGenerator ( ) : System
Результат System

executeQueries() публичный Метод

public executeQueries ( List queryBuckets ) : List
queryBuckets List
Результат List

generateQueries() публичный Метод

takes the Question string and returns the List of the Queries to be executed
public generateQueries ( string question ) : List
question string Question String
Результат List