source: trunk/mgpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13653   17 years kjdon Accent folding patch thanks to Juan Grigera. parsing of …
(edit) @13652   17 years kjdon removed id line from comment
(edit) @13651   17 years kjdon small change
(edit) @13641   17 years kjdon added in unicode ranges for mongolian
(edit) @13629   17 years kjdon changed fpic to fPIC, hope it doesn't stuff anything up. I don't …
(edit) @13628   17 years kjdon updated this to the version from gsdl. log message from that file: …
(edit) @13627   17 years kjdon need to compile unac too
(edit) @13626   17 years kjdon updated this to the version from gsdl. log message from that file: …
(edit) @13625   17 years kjdon now runs configure in packages/unac directory
(edit) @13624   17 years kjdon version file
(edit) @13623   17 years kjdon distclean should remove configure byproducts
(edit) @13621   17 years kjdon removed cvs version info
(edit) @13620   17 years kjdon these files added to repository by mistake
(edit) @13502   17 years kjdon added javaonly and installjava targets for make - used when creating a …
(edit) @13482   17 years shaoqun added the supports for accentfolding
(edit) @13481   17 years shaoqun added the set accentfolding method
(edit) @13480   17 years shaoqun added the supports for accentfolding
(edit) @13479   17 years shaoqun added the set accentfolding method
(edit) @13478   17 years shaoqun added supports for accentfolding
(edit) @13477   17 years shaoqun added code for accentfolding
(edit) @13476   17 years shaoqun added packages for accentfolding
(edit) @12612   18 years kjdon need to delete the char * created by MyGetCStr otherwise we run out of …
(edit) @12331   18 years kjdon removed a debug print statement
(edit) @12324   18 years kjdon made the wrapper use maxnumeric for query parsing, can set it using …
(edit) @12323   18 years kjdon made a variable static to keep it consistent with mgpp in greenstone 2
(edit) @12322   18 years kjdon removed extern C wrappers -- causes a problem in newer version of g++. …
(edit) @12321   18 years kjdon made MAXNUMERIC a global variable instead of a \#define. Its now a …
(edit) @12320   18 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @12319   18 years kjdon The inverted file dictionary was not ordered properly. ascii values …
(edit) @12318   18 years kjdon some changes submitted by Emanuel Dejanu
(edit) @10921   18 years kjdon added -fpic to CFLAGS (and unused CXXFLAGS) - need to generate …
(edit) @10917   18 years kjdon removed java_home/include/linux from include path in makefile, made …
(edit) @10912   18 years kjdon removed explicit GSDL3HOME=../../../, made java includes uses …
(edit) @10887   18 years kjdon moved '-framework JavaVM' from LDFLAGS to JNIFLAGS - we don't want to …
(edit) @10848   18 years kjdon changed to use WORDS_BIGENDIAN instead of _LITTLE_ENDIAN to test for …
(edit) @10764   18 years kjdon added in the sstream header for windows - it stopped working again but …
(edit) @10756   19 years kjdon jni dlls should be installed into lib\jni not lib
(edit) @10711   19 years kjdon changed LIBOBJS=... to AC_LIBOBJ…
(edit) @10203   19 years kjdon removed the iostream.h and strstream.h headers - were giving warnigns …
(edit) @10192   19 years kjdon modified so that jni stuff works on Mac OS. in configure.in changed …
(edit) @10072   19 years kjdon jar file now made in top level, and nothing done to it on install
(edit) @10015   19 years cs025 Fixes for Mac OS X/Darwin
(edit) @10014   19 years cs025 Changes to support Darwin/Mac OS X
(edit) @9993   19 years kjdon added JAVA_HOME/bin to the javac,javah,jar commands
(edit) @9985   19 years kjdon added quotes around the java executable paths
(edit) @9817   19 years kjdon added $e to each executable name - it wasn't working properly, and now …
(edit) @9786   19 years kjdon closed the file handle in done_text
(edit) @9780   19 years kjdon added in the jni stuff for mgpp_passes. appears to be compiling and …
(edit) @9778   19 years kjdon few changes to get the stringstream bit working on windows
(edit) @9777   19 years kjdon included sysfuncs.h for compiling on windows
(edit) @9776   19 years kjdon added the java compilation into the all target - need to do it before …
(edit) @9616   19 years kjdon changed | to || in GetStemMethod if statements
(edit) @9613   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9612   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @8950   19 years kjdon first stab at Java/JNI wrapper around mgpp_passes
(edit) @8949   19 years kjdon added in some stuff for java/jni wrapper around mgpp_passes
(edit) @8948   19 years kjdon first stab at jni version of mgpp_passes
(edit) @8947   19 years kjdon added in some stuff for jni version of mgpp_passes
(edit) @8946   19 years kjdon added a couple of functions that read in text from a buffer rather …
(edit) @8945   19 years kjdon close the file handle fp
(edit) @8934   19 years kjdon changed strstream to stringstream, cos strstream is deprecated
(edit) @8692   19 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @8242   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8208   20 years kjdon added in to the link command
(edit) @8063   20 years kjdon added a fix to get ENABLE_NLS working
(edit) @8059   20 years kjdon added in some new library checks to match the things that were added …
(edit) @7945   20 years kjdon added in some more #define stuff - copied form gsdl config.h.in. to …
(edit) @7944   20 years kjdon trying to keep mgpp up to date with gsdl version. added in mdewsnip …
(edit) @7943   20 years kjdon making mgpp up to date with gs version:Header now checks for #ifdef to …
(edit) @7882   20 years kjdon added in a LDFLAGS= bit - set this to -static when compiling for a …
(edit) @7868   20 years mdewsnip Added an install command for Greenstone 3.
(edit) @7862   20 years kjdon include this header file in case others can't do the javah bit
(edit) @7729   20 years kjdon changed my mind back again about installing into bin/linux = now just …
(edit) @7710   20 years kjdon removed some old comments, now installs into bin/gsdlos rather than bin
(edit) @6416   20 years mdewsnip Added option to compile just the Java stuff.
(edit) @6374   20 years kjdon added prox operators inside [] to the query syntax
(edit) @6129   20 years kjdon changed var name from near to prox - reserved word?
(edit) @6119   20 years kjdon added WITHIN operator
(edit) @6118   20 years kjdon fixed a typo in a comment
(edit) @6117   20 years kjdon Added WITHIN operator
(edit) @6116   20 years kjdon fixed a bug where if you changed the index you got an error message
(edit) @6082   20 years kjdon added in NEAR to inside []
(edit) @5449   21 years kjdon added a new token type to the Lex module - UnknownE. this will match …
(edit) @4871   21 years kjdon made changes for the new config file format
(edit) @4237   21 years kjdon changed the cerr error messages a bit
(edit) @4215   21 years kjdon fixed up some left over stuff from changing the mgpp basepath stuff …
(edit) @4214   21 years kjdon fixed up some left over stuff from changing the mgpp basepath stuff …
(edit) @4213   21 years kjdon added a syntax error boolean to teh queryresult - indicates that there …
(edit) @4212   21 years kjdon mgpp parseQuery returns NULL if theres been a syntax error, the jni …
(edit) @4210   21 years kjdon parseQuery (in GSDLQueryParser) now returns NULL if there has been a …
(edit) @4205   21 years kjdon copied a change from gs2 version: use FILENAME_MAX macro instead of …
(edit) @4077   21 years kjdon old text files replaced with new mgpp user guide in pdf
(edit) @4064   21 years mdewsnip Minor changes for Windows compatibility.
(edit) @3980   21 years mdewsnip Made changes so that passing the base path as a separate parameter is …
(edit) @3931   21 years mdewsnip Windows batchfile for compiling MGPP JNI wrapper (Java side).
(edit) @3930   21 years mdewsnip Windows makefile for compiling MGPP JNI using VC++ 6.
(edit) @3929   21 years mdewsnip Modified to be more independent of GS2.
(edit) @3928   21 years mdewsnip Include file needed for Windows compilation of MGPP.
(edit) @3927   21 years mdewsnip Windows batch file for compiling MGPP (including JNI wrapper).
(edit) @3829   21 years mdewsnip Uses $(JAVA_HOME) instead of hard-wired path.
Note: See TracRevisionLog for help on using the revision log.