indrajithi / genquest

Automatic question generation by using NLP
208 stars 60 forks source link

Possible Typo in ['PRP', 'VBG', 'VBZ'] #7

Closed JiaqiLiu closed 5 years ago

JiaqiLiu commented 5 years ago

https://github.com/indrajithi/genquest/blob/b4e43531a9612ad09cce87791d6baeca6236207a/quest.py#L101

Hi, is there any possible typo here? I am not pretty sure, but there are two VBG.

indrajithi commented 5 years ago

Yes, that's a typo. Thanks for pointing that out. line.words[bucket['VBG']] is redundant here.