source: trunk/gsdl/src/mgpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12978   18 years kjdon changed line 528 to avoid a compile warnign on windows
(edit) @12922   18 years kjdon added --disable-accentfold option to main configure, which is used to …
(edit) @12916   18 years kjdon changed the comment to say MGPP instead of GNU tar
(edit) @12915   18 years kjdon the compilation of the accent folding stuff (which needs unac package …
(edit) @12914   18 years kjdon allow IndexData to be constructed even if stem indexes are missing - …
(edit) @12913   18 years kjdon we now check for existence of stem index for our stem method in …
(edit) @12912   18 years kjdon turned off accent folding if partial matching is being done - can't do …
(edit) @12888   18 years kjdon Accent folding patch thanks to Juan Grigera. added unac includes and lib
(edit) @12887   18 years kjdon Accent folding patch thanks to Juan Grigera. addedd in support for …
(edit) @12886   18 years kjdon Accent folding patch thanks to Juan Grigera. Added in all the extra …
(edit) @12885   18 years kjdon Accent folding patch thanks to Juan Grigera. now has more options for …
(edit) @12884   18 years kjdon Accent folding patch thanks to Juan Grigera. parsing of …
(edit) @12882   18 years kjdon added accentfolding option. setting up default stem method now uses …
(edit) @12881   18 years kjdon Accent folding patch thanks to Juan Grigera. file suffixes with …
(edit) @12880   18 years kjdon Accent folding patch thanks to Juan Grigera. Added a make_suffix function
(edit) @12879   18 years kjdon Accent Folding patch thanks to Juan Grigera. mgpp_stemmer now does …
(edit) @12839   18 years kjdon changed the last mongolian mod to only include letters, and added in a …
(edit) @12736   18 years kjdon added in unicode range for Mongolian
(edit) @12611   18 years kjdon need to delete the char * returned by MyGetCStr, otherwise we run out …
(edit) @12331   18 years kjdon removed a debug print statement
(edit) @12317   18 years kjdon close a file handle
(edit) @12316   18 years kjdon setCSTr for levels, changed the length from 8 to 3
(edit) @12313   18 years kjdon made MAXNUMERIC a global variable instead of a \#define. Its now a …
(edit) @12308   18 years kjdon changed default level from Document to Doc cos that is what Greenstone uses
(edit) @12234   18 years kjdon The inverted file dictionary was not ordered properly. ascii values …
(edit) @11259   18 years mdewsnip Various little bug fixes and improvements (many to get things working …
(edit) @11257   18 years mdewsnip Removed the USE_STLPORT option -- use GSDL_VC4 instead.
(edit) @11256   18 years mdewsnip Added a "GSDL_VC4" option that has to be specified with the nmake …
(edit) @11253   18 years mdewsnip Added "-nologo" to all cc and lib calls (to prevent a two line message …
(edit) @11120   18 years jrm21 made a variable static so it doesn't clash with a symbol in mg at link time
(edit) @11115   18 years kjdon had AR = @AR@, and for some reason this is no longer being resolved to …
(edit) @11100   18 years davidb removed extern "C" wrappers -- causes a problem in newer version of …
(edit) @11099   18 years davidb Changes AR = ar to AR = @AR@ to be consistent with cross compiling code.
(edit) @10851   19 years kjdon test for WORDS_BIGENDIAN instead of _LITTLE_ENDIAN or _BIG_ENDIAN
(edit) @10850   19 years kjdon changed LIBOBJS=... to AC_LIBOBJ. added in test for endianness
(edit) @10849   19 years kjdon changed LIBOBJS=... to AC_LIBOBJ.
(edit) @9746   19 years kjdon one x-- -> --x change
(edit) @9632   19 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @9616   19 years kjdon changed | to || in GetStemMethod if statements
(edit) @9611   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9609   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @8759   19 years jrm21 use CXX instead of CC for compiling .cpp files
(edit) @8691   19 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @8244   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @7416   20 years mdewsnip (Human Info) Changed iterators from here++ to ++here, and allocated …
(edit) @7413   20 years mdewsnip (Human Info) Added a variant of SetCStr that allows you to specify an …
(edit) @7267   20 years davidb Header now checks for #ifdef to see if getopt has been defined …
(edit) @7060   20 years sjboddie Added DLL=1 and DLLDEBUG=1 options to the windows makefiles
(edit) @6278   20 years mdewsnip Removed mkinstalldirs command from execinstall on Kath's instruction. …
(edit) @6129   20 years kjdon changed var name from near to prox - reserved word?
(edit) @6121   20 years kjdon added the WITHIN operator
(edit) @6120   20 years kjdon fixed a bug
(edit) @6083   20 years kjdon added NEAR inside []
(edit) @5448   21 years kjdon added a new token type to the Lex module - UnknownE. this will match …
(edit) @4870   21 years kjdon new version that explains the new config file format
(edit) @4209   21 years kjdon parseQuery (in GSDLQueryParser) now returns NULL if there has been a …
(edit) @4076   21 years kjdon the new mgpp user guide
(edit) @4075   21 years kjdon these old files replaced by a new pdf
(edit) @3525   22 years jrm21 use FILENAME_MAX macro instead of hard-coding values. This is posix, …
(edit) @3348   22 years kjdon added some more debug info
(edit) @3347   22 years kjdon added an extra error message
(edit) @3261   22 years kjdon some documentation for using mgpp
(edit) @3165   22 years jrm21 removed some debugging that was going to stderr.
(edit) @3161   22 years kjdon syntax now handles phrases insode a field search, and term …
(edit) @3055   22 years sjboddie Added -GX flag to Win32 makefiles to prevent compiler warnings under VC++6
(edit) @3048   22 years jrm21 removed #define of setlocale. 1) We don't use setlocale anywhere …
(edit) @3016   22 years jrm21 Check for cygwin - if so, #include stdio before #defining setbuffer, …
(edit) @3015   22 years jrm21 include getopt_old.h if we are compiling on cygwin
(edit) @3008   22 years jrm21 According to the c++ standard, we can't use a UCArray::iterator …
(edit) @2941   22 years jrm21 Renamed variables CPP to CXX, as cpp means "pre-processor", not …
(edit) @2928   22 years jrm21 replaced bzero and bcopy with memset and memcpy in the src, even …
(edit) @2927   22 years jrm21 don't #define alloca if it is already defined (just to remove some …
(edit) @2926   22 years jrm21 removed a ';' after a #endif - I think this gave a warning or error on …
(edit) @2710   23 years cs025 Make sure that WIN32 compilation uses the supplied hton/ntoh endian …
(edit) @2702   23 years jrm21 typo in argument name!! (It's only one letter long.....)
(edit) @2698   23 years jrm21 Now also gives error message under win32.
(edit) @2693   23 years kjm18 changed this to parse terms in the same way that the indexer does. …
(edit) @2692   23 years kjm18 phrases now use the case and stem preference settings, they are no …
(edit) @2557   23 years sjboddie getopt.h was renamed getopt_old.h
(edit) @2556   23 years jrm21 If we have getopt.h in here, gcc will find it instead of …
(edit) @2555   23 years kjm18 changed error messages to be more useful
(edit) @2554   23 years kjm18 changed a comment
(edit) @2541   23 years jrm21 1) replaced obsolete bzero() calls with memset() calls. 2) Makefile.in …
(edit) @2514   23 years sjboddie A few minor changes needed to get mgpp to compile under VC++4.2
(edit) @2513   23 years sjboddie * empty log message *
(edit) @2477   23 years kjm18 changed bindir and make install command so that it would work.
(edit) @2473   23 years sjboddie Renamed all the mgpp binaries to be mgpp_* instead of mg_*
(edit) @2468   23 years sjboddie Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. …
(edit) @2448   23 years kjm18 fixed unsigned long overflow error in Condense Invf function …
(edit) @2445   23 years jrm21 needed #defines
(edit) @2443   23 years jrm21 added some #defines for proper portability. (eg ftruncate needs …
(edit) @2442   23 years jrm21 portability changes, use getopt from unistd.h (all POSIX systems)
(edit) @2383   23 years jrm21 #include string.h for strdup on non-BSD systems.
(edit) @2382   23 years jrm21 needed some #defines to build on non-BSD systems (after my changes for …
(edit) @2377   23 years jrm21 replaced bcopy with memcpy
(edit) @2376   23 years jrm21 modified to get getopt() prototype from system headers.
(edit) @2375   23 years jrm21 Corrected use of BIG_ENDIAN | LITTLE_ENDIAN macros. Also replaced …
(edit) @2374   23 years jrm21 added a check for STDC compiler macro.
(edit) @2373   23 years jrm21 Now use system's memory alloc functions by default, instead of our …
(edit) @2372   23 years jrm21 minor change to get building on mac OS X, but applicable to all - we …
Note: See TracRevisionLog for help on using the revision log.