Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBelicza authored Feb 23, 2018
1 parent 1adfbb6 commit f02ab67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ If there was a program what could rank book size text's words, phrases and sente
* Find the most important words.
* Find the most important N sentences.
* Importance by phrase weights.
* Importance by phrase weights.
* Importance by word occurrence.
* Find the first N sentences, start from Xth sentence.
* Find sentences by phrase chains ordered by position in text.
* Access to the whole ranked data.
* Support more languages.
* Algorithm for weighting can be modified by interface implementation.
* Parser can be modified by interface implementation.
* Multi thread safe.
* Multi thread support.


## TEXTRANK OR AUTOMATIC SUMMARIZATION
Expand Down

0 comments on commit f02ab67

Please sign in to comment.