Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status Total Downloads

Arabic Auto Summarize

From http://ar-php.org/

Glyphs

To convert text to utf-8:

<?php
require_once 'vendor/autoload.php';

use Alhoqbani\ArPHP\Glyphs;
$glyphs = new Glyphs();
$text = "  ";
$text = $glyphs->utf8Glyphs($text);

AutoSummarize


<?php
require_once 'vendor/autoload.php';

use Alhoqbani\ArPHP\AutoSummarize;

$auto_summarize = new ArabicAutoSummarize();
$summury = $auto_summarize->doRateSummarize($str,$rate,$keywords,$style);

About

Arabic Text related classes from Khaled Al-Sham'aa's ar-php Library

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.