From a3d377e95ab2c2e38237b87708b55a4a963ecb34 Mon Sep 17 00:00:00 2001 From: Stephen Bly Date: Wed, 20 Mar 2013 14:25:19 -0400 Subject: [PATCH] Updated --- answer | 8 -------- 1 file changed, 8 deletions(-) diff --git a/answer b/answer index 5edac8a..76e5fe5 100755 --- a/answer +++ b/answer @@ -17,14 +17,6 @@ sys.path.append("modules") import questionClassifier import sourceContentSelector -# basically just the parts of speecn any "important" word would be -key_POS = set(["CD","FW","NN","NNS","NNP","NPS","VB","VBD","VBG","VBN","VBP","VBZ"]) -# auxillary verbs we should ignore -aux = set(["is", "was", "did", "does", "do", "were", "are"]) - -# we should probably change this to the WordNet lemmatizer, but this is ok for now -ps = PorterStemmer() - #entity_names = [] # #if hasattr(t, 'node') and t.node: