Skip to content

Releases: GoodNotes/textrank

0.1.2

22 Apr 10:12
bd4aa73
Compare
Choose a tag to compare

Speedup buildgraph function

0.1.1

17 Nov 14:52
Compare
Choose a tag to compare

replace pageIndex with pageID in TextRank graph and Sentence classes

0.1.0

16 Nov 13:31
Compare
Choose a tag to compare
  • modifies out-of-the-box TextRank implementation, to accept pre-split sentences/chunks per page.
  • TextRank uses these pre-split sentences as nodes in its graph, which is used to run the TextRank algorithm.