PHP Classes

File: libtextcat/test.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Guaranix Full Text   libtextcat/test.php   Download  
File: libtextcat/test.php
Role: Example script
Content type: text/plain
Description: The test file ot libtextcat
Class: Guaranix Full Text
Index text documents for full text searching
Author: By
Last change:
Date: 18 years ago
Size: 291 bytes
 

Contents

Class file image Download
<?
include "saddorlibtextcat.php";
$libtext = new SaddorLibTextCat();

$libtext->WhatLang("This is a text in english, so the first option when you
print the array of ranking it has to be english!!!, so is it work???"
);

print
"<pre>";
print_r($libtext->ranking);
print
"</pre>";
?>