Recommending Comprehensive Solutions for Programming Tasks by Mining Crowd Knowledge
()
$`removedSentences`$
$`stfCoreNLP`$
$`body \gets answer.getBody()`$
$`procBody \gets preProcess(body)`$
$`sentences \gets stfCoreNLP.getSentences(bodyText)`$
$`cleanedBody \gets removePunctuations(procBody)`$
$`isRelevant \gets`$ $`not(isEmpty(cleanedBody))`$
$`isRelevant`$
()
$`removedSentences`$
$`stfCoreNLP`$
$`selectedSentences \gets answer.getBody()`$
$`procBody \gets preProcess(selectedSentences)`$
$`sentences \gets stfCoreNLP.getSentences(procBody)`$
$`selectedSentences`$