dev-master
9999999-devThis is PHP Entities parser for natural language
MIT
The Requires
The Development Requires
by Usama Noman
entities-parser php-parser
Wallogit.com
2017 © Pedro Peláez
This is PHP Entities parser for natural language
require_once "vendor/autoload.php"; use UsamaNoman\PHPEntitiesParser\PHPEntitiesParser;, (*1)
$A=new PHPEntitiesParser(); print_r( $A->DateTimeParser("can we see each other 05-12-2015 ? My email address is usama@botsify.com is your the osam@nu.edu.pk")); print_r($A->NumberParser("ninety two"));, (*2)
This is PHP Entities parser for natural language
MIT
entities-parser php-parser