davidgamero / whybrary

1 stars 0 forks source link

exclude question mark from tokenization in getKeywords() method #7

Open davidgamero opened 3 years ago

davidgamero commented 3 years ago

currently, the last word of a question has a question mark attached to it which is processed as a token. All question marks in the question and answer text should be removed prior to splitting the text in the getKeyWords util method.

MUYANGGUO commented 3 years ago

merged.