PHPackages                             phamluann/rake - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phamluann/rake

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phamluann/rake
==============

Rapid Keyword Extraction (RAKE) Algorithm

v1.0.0(3y ago)07[1 issues](https://github.com/PhamLuann/Rake/issues)MITPHPPHP &gt;=7.4

Since Jan 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PhamLuann/Rake)[ Packagist](https://packagist.org/packages/phamluann/rake)[ Docs](https://github.com/phamluann/rake)[ RSS](/packages/phamluann-rake/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Extract keyword with Rake algorithm
===================================

[](#extract-keyword-with-rake-algorithm)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2d67ebff057b8cb9ae62f0bfb78fd58d44f4eae4ceb769e8c77340f9e1607406/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068616d6c75616e6e2f72616b652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phamluann/rake)[![Total Downloads](https://camo.githubusercontent.com/f20dbe5b8bc775cfa1f00d0c31448af693e49f2c6cf3279315d96750d641e95d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068616d6c75616e6e2f72616b652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phamluann/rake)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require phamluann/rake
```

Usage
-----

[](#usage)

- get file content:

```
$str = file_get_contents(__DIR__ . '/your-file');
```

- example index.php

```
