Update of /cvsroot/monetdb/pathfinder/modules/probxml
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21943/modules/probxml

Modified Files:
        probxml.mx 
Log Message:
This check-in contains the PTIJAH implementation using the Algebra version of
Pathfinder. All PFTIJAH functions are implemented using the new fun_call /
fun_param operations and (after some coaching by JanR:) this worked
pretty well.

Notes:

- all functions except tijah:ft-index-info() are implemented.

- The maintainance of the Full-Text indices is now also implemented using a
  'tape'. So indices are only modified AFTER the query.

- Implementatation may be a little bit buggy because only operations on
  small synthetic test examples have been test an no real complex scenarios
  have been tried.
  The coming weeks I will try to solve these small problems but I thought it
  is better to synchronize early.

Jan Flokstra.



U probxml.mx
Index: probxml.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/probxml/probxml.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- probxml.mx  31 Oct 2007 11:31:20 -0000      1.4
+++ probxml.mx  10 Apr 2008 13:38:48 -0000      1.5
@@ -30,9 +30,6 @@
 .COMMAND probxml_test_c(str) : str = CMDprobxml_test;
  "INCOMPLETE"
 
-.COMMAND probxml_deep_eq(BAT[void,bat] ws, BAT[void,oid] litem, BAT[void,int] 
lkind,BAT[void,oid] ritem, BAT[void,int] rkind) : BAT[void,bit] = 
CMDprobxml_deep_eq;
-"INCOMPLETE"
-
 .COMMAND edit_distance(str l, str r) : lng = CMDedit_distance;
 "INCOMPLETE"
 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to