Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sbly committed Mar 20, 2013
1 parent c8101a9 commit a3d377e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions answer
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3d377e

Please sign in to comment.