C# 클래스 mergedServices.answerGenerator

파일 보기 프로젝트 열기: sherifkandeel/weet-it_WCF 1 사용 예제들

공개 메소드들

메소드 설명
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