Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29116/tjc
Modified Files:
tjc_milprint.c
Log Message:
- update snowball stemmer runtime system to newest version
- add stemming support for french and german language
U tjc_milprint.c
Index: tjc_milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- tjc_milprint.c 9 Feb 2009 10:39:28 -0000 1.14
+++ tjc_milprint.c 19 Feb 2009 11:54:36 -0000 1.15
@@ -92,7 +92,6 @@
if (tjc_c->startNodes) {
TJCPRINTF(MILOUT,"var startNodes := bat(\"%s\");\n",
tjc_c->startNodes);
}
-
TJCPRINTF(MILOUT,"\n");
}
@@ -103,7 +102,6 @@
if (tjc_c->timing) {
TJCPRINTF(MILOUT,"timing := TRUE;\n");
}
-
TJCPRINTF(MILOUT,"\n");
}
@@ -163,6 +161,8 @@
void milprint_qenv2 (tjc_config *tjc_c) {
TJCPRINTF(MILOUT,"var ftindex := \"%s\";\n", tjc_c->ftindex);
+ TJCPRINTF(MILOUT,"tj_init_termHash(ftindex);\n");
+ TJCPRINTF(MILOUT,"tj_init_tagHash(ftindex);\n");
TJCPRINTF(MILOUT,"var scorebase := dbl(%f);\n", tjc_c->scorebase);
TJCPRINTF(MILOUT,"var c_lambda := dbl(%f);\n", tjc_c->lambda);
TJCPRINTF(MILOUT,"var okapi_k1 := dbl(%f);\n", tjc_c->okapik1);
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins