seshadrs / hw2-team16

Software Engineering Team Project (Team 16). A 'UIMA' based Natural Language Question Answering pipeline for the Biotech domain.
0 stars 4 forks source link

Improve performance of Keyterm Extractor phase of the Pipeline #24

Closed shijieru closed 11 years ago

MagIciaNGTAO commented 11 years ago

@shijieru ,

I noticed that you tried to remove duplicate words from different evidences. When you are doing this, make sure it looks like replace( word + " ", ""), the + " " is essencial to make the new word consistent.