Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30294/tjc

Modified Files:
      Tag: Aug2009
        tjc_scan.l 
Log Message:
fixed problem for concepts with '_' in the concept name.
so, far the nexi scanner would split any string when finding '_' into separate 
terms.


U tjc_scan.l
Index: tjc_scan.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_scan.l,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- tjc_scan.l  3 Aug 2009 15:46:04 -0000       1.9.2.1
+++ tjc_scan.l  26 Aug 2009 13:39:14 -0000      1.9.2.2
@@ -202,7 +202,7 @@
 
 AlphaNum                        {AlphaNumChar}+
 
-AlphaNumChar                    {Letter}|{Digit}|{CharRef}
+AlphaNumChar                    {Letter}|{Digit}|{CharRef}|[_]
 
 
 /* whitespace/comments in compound keywords */


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to