标签: python-3.x nlp nltk whoosh
我正在尝试将BM25F合并到textrank中,我发现了评分模块http://whoosh.readthedocs.io/en/latest/api/scoring.html,但无法实现它。有人将其纳入textrank吗?怎么走呢?
我在Python中加入了具有余弦相似性的Textrank,但正在考虑将其扩展到BM25F。