From b179ede73f99f9cb9e2ed5e08153ceef129ace9d Mon Sep 17 00:00:00 2001 From: Goran Date: Mon, 24 Oct 2022 12:02:08 -0400 Subject: [PATCH] Add `retext-lexrank` to list of plugins Closes GH-82. Reviewed-by: Titus Wormer --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index aa9ca4c..840bfdd 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -48,6 +48,8 @@ The list of plugins: — extract keywords and keyphrases * [`retext-latin`](https://github.com/retextjs/retext/tree/main/packages/retext-latin) — Latin-script language support +* [`retext-lexrank`](https://github.com/gorango/retext-lexrank) + — add Lexrank scores to sentences * [`retext-overuse`](https://github.com/dunckr/retext-overuse) — check words for overuse * [`retext-passive`](https://github.com/retextjs/retext-passive)