forked from ceteri/textrank
-
Notifications
You must be signed in to change notification settings - Fork 1
Java implementation of the TextRank algorithm by Mihalcea, et al. http://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf
License
67Bricks/textrank
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Overview This is a Java implementation of the TextRank algorithm by Mihalcea, et al. It only implements key phrase extraction based on keyword co-occurrence described in section 3 of the Mihalcea-Tarau paper. This code does not yet implement the sentence extraction described in section 4 of that paper. See also: http://lit.csci.unt.edu/index.php/Graph-based_NLP This fork is based off the original GitHub code repo at: https://github.com/ceteri/textrank With the code changes to support OpenNLP 1.5.3 taken from this other fork: https://github.com/emres/textrank # Build To build and test: ./activator test For an example of usage look at the tests
About
Java implementation of the TextRank algorithm by Mihalcea, et al. http://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 97.5%
- Scala 2.5%