search for: souindics

Displaying 2 results from an estimated 2 matches for "souindics".

2006 Mar 27
0
how to html parsing should be done?
Hello, I am using xapian .0.9.2 with php bindings and could successfully indexed the voterlist of one constituency and also search worked well with it in which i have indexed the Marathi(Devnagari ) names with souindics kind of function which has been developed by us. But these things are working on konsole only . Now i am intrested to put the same with GUI support and flourish the result to get use . So purpose of this search engine would be useful. So i need help regard how to parse my output with html or xml...
2006 Apr 18
1
gettin erro with xapian binidngs 0.9.5
...xtracted devanagari word per line plus its postion(ie. on which line it appears..line is defined as something that ends with Hindi "|" ie.full stop) $count=0; $t1=time(); foreach($lines as $l) { if($count==0) { $count++; continue; } $pieces=explode(" ",$l); $term= rtrim(souindics(souindics_preprocess($pieces[0]))); echo $term." ".$pieces[1]."<br>"; $pos=$pieces[1]; Document_add_posting($doc, $term, $pos); }//end for WritableDatabase_add_document($database, $doc); WritableDatabase_flush($database); $database = Null; ------------------------------...