SYMBOL INDEX (15 symbols across 2 files) FILE: core.py class answerCandidate (line 9) | class answerCandidate: method __init__ (line 10) | def __init__(self, sub = '', pre = '', qRaw = '', qType = 0, score = 0... method calcScore (line 27) | def calcScore(self, qtList, countCharDict, debug=False, includingObj =... function getAnswer (line 164) | def getAnswer(sub, pre, kbDict): function answerQ (line 176) | def answerQ (qRaw, lKey, kbDict, qtList, countCharDict, vectorDict, wP=1... function loadQtList (line 268) | def loadQtList(path, encode = 'utf8'): function loadcountCharDict (line 273) | def loadcountCharDict(path, encode = 'utf8'): function loadvectorDict (line 278) | def loadvectorDict(path, encode = 'utf8'): function answerAllQ (line 283) | def answerAllQ(pathInput, pathOutput, lKey, kbDict, qtList, countCharDic... function loadResAndanswerAllQ (line 342) | def loadResAndanswerAllQ(pathInput, pathOutput, pathDict, pathQt, pathCD... FILE: preprocessing.py function countChar (line 8) | def countChar(): function loadKB (line 57) | def loadKB(path, encode = 'utf8'): function addAliasForKB (line 93) | def addAliasForKB(kbDictRaw): function convertToJson (line 157) | def convertToJson(inputPath='vec_zhwiki_300mc20.txt', outputPath='vector... function getAnswerPatten (line 192) | def getAnswerPatten(inputPath = 'nlpcc-iccpol-2016.kbqa.training-data', ...