Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackwinter/page_rank
PageRank implementation for Ruby.
https://github.com/blackwinter/page_rank
pagerank ruby rubynlp
Last synced: 2 months ago
JSON representation
PageRank implementation for Ruby.
- Host: GitHub
- URL: https://github.com/blackwinter/page_rank
- Owner: blackwinter
- License: other
- Created: 2016-01-28T11:02:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T09:47:30.000Z (about 8 years ago)
- Last Synced: 2024-10-04T10:55:46.114Z (3 months ago)
- Topics: pagerank, ruby, rubynlp
- Language: Ruby
- Homepage: https://blackwinter.github.io/page_rank
- Size: 345 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
= page_rank - PageRank implementation for Ruby
== VERSION
This documentation refers to page_rank version 0.1.0.
== DESCRIPTION
Calculates the PageRank[https://en.wikipedia.org/wiki/PageRank] of a network.
== LINKS
Documentation:: https://blackwinter.github.com/page_rank
Source code:: https://github.com/blackwinter/page_rank
RubyGem:: https://rubygems.org/gems/page_rank
Travis CI:: https://travis-ci.org/blackwinter/page_rank== LITERATURE
* Brin, S.; Page, L.: {The Anatomy of a Large-Scale Hypertextual Web Search Engine}[http://ilpubs.stanford.edu:8090/361/]. In: Proceedings of the seventh international conference on World Wide Web. Amsterdam: Elsevier, 1998. pp 107-117.
* Langville, A.; Meyer, C.: {Google's PageRank and Beyond: The Science of Search Engine Rankings}[http://press.princeton.edu/titles/8216.html]. Princeton: Princeton University Press, 2012.== AUTHORS
* Jens Wille
== LICENSE AND COPYRIGHT
Copyright (C) 2016 Jens Wille
page_rank is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.page_rank is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
License for more details.You should have received a copy of the GNU Affero General Public License
along with page_rank. If not, see .