0
debugger posted
use class not found php
i am stuck with namespace related thing in php
here is the code
i installed php code by composer and now try to use it :
use phpscience\TextRank\Tool\StopWords\English;
// String contains a long text, see the /res/sample1.txt file.
$text = "Lorem ipsum...";
$api = new TextRankFacade();
but i am getting following error :
Fatal error: Uncaught Error: Class 'TextRankFacade' not found