Login   Register  
PHP Classes
elePHPant
Icontem

File: libtextcat/test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-08-09 12:48
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>";
?>