Hi, first of all thanks for this library, you are awesome 🚀
I'm having an issue ranking text that contains abbreviation such as U.S.A (short for United States of America) or No. 7 (short for Number 7) as the . is currently used here https://github.com/DavidBelicza/TextRank/blob/master/parse/rule.go#L21 to set the bounds of words.
Do you currently have a way to get around this problem? Or should I simply create a new rule implementing the Rule interface that checks for known abbreviations?
Hi, first of all thanks for this library, you are awesome 🚀
I'm having an issue ranking text that contains abbreviation such as
U.S.A(short for United States of America) orNo. 7(short for Number 7) as the.is currently used here https://github.com/DavidBelicza/TextRank/blob/master/parse/rule.go#L21 to set the bounds of words.Do you currently have a way to get around this problem? Or should I simply create a new rule implementing the
Ruleinterface that checks for known abbreviations?