Project

General

Profile

Bug #1745

Updated by Nandini Bansal about 3 years ago

Upon making changes in the generate_candidates function, we saw that a lot of KPs were getting tagged with the starting word as a stop word or a common generic word.  

 To make sure that the tagged KP does not start with a stopword/generic words, we can add a filter of common words 300 400 on the first word of the KP. These common words include "using", "a", "the", "with", etc.

Back