R3600/modulesmaint-1.0
R3600/modules
maint-1.0
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
9bee17358572 | Tibor Simko | Introduced `word similarity' to be a default ranking method. | Sep 8 2004 | |||
f6e9b93c4f84 | Tibor Simko | Added support for new BibRank tables. | Sep 8 2004 | |||
f0feb11e877a | Tibor Simko | New BibRank tables. | Sep 8 2004 | |||
ceca0ce74d7a | Tibor Simko | Added section on MARC schema in use at CERN. | Sep 8 2004 | |||
9374eb47c3f2 | Trond Aksel Myklebust | Changed a function name from word_frequency to word_similarity | Sep 7 2004 | |||
49dcdffa3d06 | Trond Aksel Myklebust | Changed name from word_frequency to word_similarity | Sep 7 2004 | |||
9a3385477b5c | Trond Aksel Myklebust | Hacking documentation for the Bibrank module | Sep 7 2004 | |||
b3e89972410d | Trond Aksel Myklebust | Not much, some naming issues | Sep 7 2004 | |||
a592bc592668 | Trond Aksel Myklebust | Documentation for the BibRank module updated, especially the hacking section | Sep 7 2004 | |||
832886fb5896 | Tibor Simko | Changed bibrank process name to the one expected by bibsched. | Sep 6 2004 | |||
d92ae18bc81d | Trond Aksel Myklebust | -Removed no longer used parameter from config files. (overall_importance) | Sep 6 2004 | |||
9edda9de105b | Trond Aksel Myklebust | *** empty log message *** | Sep 6 2004 | |||
675c3b8b0030 | Trond Aksel Myklebust | -Added method for merging the result of various rank methods into one. -Removed… | Sep 6 2004 | |||
9e8e2d19cdcc | Trond Aksel Myklebust | Fixed: If translation of a rank method didnt exist in a language, the code was… | Sep 3 2004 | |||
d34bfbc3bf5a | Trond Aksel Myklebust | Verbose output was not returned for some methods | Sep 3 2004 | |||
2a9844665214 | Trond Aksel Myklebust | Modified output text | Sep 3 2004 | |||
9d2220d9f6bc | Trond Aksel Myklebust | Changed two %S into %s | Sep 3 2004 | |||
8039cdc062ee | Trond Aksel Myklebust | Modified debug information | Sep 3 2004 | |||
8eaaefc4279a | Trond Aksel Myklebust | Modified parameter names | Sep 3 2004 | |||
09f34bb70287 | Tibor Simko | Keep selected rank method when doing `jump to record X'. | Sep 3 2004 | |||
c8deb767ee83 | Tibor Simko | Demo site uses 909C4 to store publication information. | Sep 3 2004 | |||
767ffe8f3e28 | Trond Aksel Myklebust | -Fixed crash if Stemmer is not available | Sep 3 2004 | |||
55d693402288 | Trond Aksel Myklebust | Tiny bug fixed...not much.. | Sep 3 2004 | |||
e98f0f0028f7 | Trond Aksel Myklebust | -Bibrank_word_indexer: fixed bug when verbose > 0 -bibrank: fixed default… | Sep 3 2004 | |||
2b7ec6adb61a | Trond Aksel Myklebust | -Fixed up how the configuration options are handled inside the methods. Only… | Sep 2 2004 | |||
3bec1f20fba0 | Trond Aksel Myklebust | -Sending verbose value to rank_records | Sep 2 2004 | |||
a194f7a82652 | Trond Aksel Myklebust | -Fixed get_bibrank_methods. Returning only methods available for the current… | Sep 2 2004 | |||
f5bf66d14c98 | Tibor Simko | get_bibrank_methods() now accepts colID, not collection name. | Sep 2 2004 | |||
449f47ea03f8 | Tibor Simko | get_colID() is now read from search engine's library. | Sep 2 2004 | |||
a7b3c32f78c6 | Tibor Simko | Added collection argument to get_bibrank_method calls. | Sep 2 2004 | |||
37fadd1fe5a8 | Tibor Simko | Fixed off-by-one search unit counting in stage 2-1. | Sep 1 2004 | |||
43c6cc9423bd | Tibor Simko | Similar records message added. | Sep 1 2004 | |||
21e7013f1d83 | Tibor Simko | Deleted extra <b> markup. | Sep 1 2004 | |||
e18a9ed12c21 | Tibor Simko | Remove bibranktest from the list of common targets. | Sep 1 2004 | |||
37f7075bf280 | Tibor Simko | More information (Detailed record, Similar records) is made smaller. | Sep 1 2004 | |||
d322bc237bc8 | Tibor Simko | Support for the ranking and similarity search. | Sep 1 2004 | |||
f955ad977a24 | Tibor Simko | - Added support for record ranking and similarity search. | Sep 1 2004 | |||
0a734a3ba668 | Trond Aksel Myklebust | -Turned verbose off | Sep 1 2004 | |||
f384cd611c4e | Trond Aksel Myklebust | - rank_records returns (a,b,c,d,e) | Sep 1 2004 | |||
e3cee608be0a | Trond Aksel Myklebust | -Fixed error in rank_records | Sep 1 2004 | |||
5787ca9dcfda | Trond Aksel Myklebust | If error, first parameter returned by rank_records, ([0]) is (None,None) | Sep 1 2004 | |||
5a4747b31859 | Trond Aksel Myklebust | Modified configuration files. Added prefix/postfix | Sep 1 2004 | |||
4d1b8ae649c3 | Trond Aksel Myklebust | -Modified interfaces mostly | Sep 1 2004 | |||
fc8260d9e8c3 | Tibor Simko | Stage 2-1 checks now for boolean OR operator in the next unit too. | Sep 1 2004 | |||
7700125dac49 | Tibor Simko | Stage 2-1 altered as to retain also zero-hit (p_i, f_i) search unit in case it… | Sep 1 2004 | |||
f5dc88ff365e | Tibor Simko | Print run time information with two decimal places only. | Sep 1 2004 | |||
a64816463e34 | Trond Aksel Myklebust | -Fixed warning messages | Aug 30 2004 | |||
b61ba3caa00c | Trond Aksel Myklebust | -Added error messages -changed api's. | Aug 30 2004 | |||
98ef5b2312c3 | Trond Aksel Myklebust | Updated configuration files | Aug 30 2004 | |||
3e38fcbc8d9e | Trond Aksel Myklebust | -get_bibrank_methods now accepts the collectionnames as parameter, but does not… | Aug 27 2004 | |||
a4135e288663 | Trond Aksel Myklebust | *Fixed: Last document after finding similar documents was never shown. | Aug 27 2004 | |||
a44beb8004f7 | Trond Aksel Myklebust | *Changed output from rank_records in bibrank_record_sorter, now returning (list… | Aug 27 2004 | |||
ddb6a5194b7d | Trond Aksel Myklebust | Added options for configuring finding similar pages using the word frequency. | Aug 27 2004 | |||
8a040ea1c4e2 | Trond Aksel Myklebust | *Fixed: An error caused the stemmer not to stem the query | Aug 26 2004 | |||
7ba8da779725 | Trond Aksel Myklebust | Added parameter in configuration files to use for stemming of search query | Aug 26 2004 | |||
f8c1f6e60c67 | Trond Aksel Myklebust | Added possibility to select language to stem the query in | Aug 26 2004 | |||
247007d9810b | Trond Aksel Myklebust | Modified update of last_update field in rnkMETHOD | Aug 26 2004 | |||
75c14ef84ff0 | Trond Aksel Myklebust | *Fixed bug causing nothing to happen if executed before searching worked | Aug 26 2004 | |||
5d58f1e52c40 | Trond Aksel Myklebust | Missed an = in a if bla == bla line | Aug 26 2004 | |||
4678d0700a3e | Trond Aksel Myklebust | enabled authentication check | Aug 26 2004 | |||
7b1616786591 | Trond Aksel Myklebust | Modified error message when PyStemmer is not installed, or language is not… | Aug 26 2004 | |||
49ead7ef995d | Trond Aksel Myklebust | changed to utf-8 | Aug 26 2004 | |||
b3c44c98780e | Trond Aksel Myklebust | Fixed bug causing .kb files with only one # in front of comments to fail. | Aug 26 2004 | |||
911af79bb00c | Trond Aksel Myklebust | Removed some printed text and sys.exit command appearing when problems… | Aug 26 2004 | |||
945c20e71ed2 | Trond Aksel Myklebust | Modified ranking files, mostly small changes in naming of methods. | Aug 26 2004 | |||
683ed830d32f | Trond Aksel Myklebust | Configuration files and stopwordlist (english and french) for use together with… | Aug 26 2004 | |||
35707aa57977 | Trond Aksel Myklebust | Configuration files and datafiles for use with the demoinstallation of cdsware… | Aug 26 2004 | |||
ed7b317510aa | Trond Aksel Myklebust | Configuration files and datafiles to use as examples when running bibrankgkb | Aug 26 2004 | |||
b8546b4ff8a2 | Tibor Simko | Initial release of new Alexandra's bibrecord library. | Aug 25 2004 | |||
823702f0e4d3 | Tibor Simko | Add bibrecord test suite. | Aug 25 2004 | |||
20b38713a374 | Tibor Simko | Install demobibdata.xml into tmp directory, for test suite purposed. | Aug 25 2004 | |||
7f388b8e65f6 | Tibor Simko | test_strip_accents() now calls strip_accents() directly, instead of via… | Aug 25 2004 | |||
3cd67604b2a1 | Tibor Simko | Added .pyc extension. | Aug 25 2004 | |||
c97b90220dcc | Trond Aksel Myklebust | Added support for "word frequency" ranking. Moved functions from bibrank file… | Aug 25 2004 | |||
b55f5a594ea0 | Trond Aksel Myklebust | Methods for ranking/sorting records based on various methods like word… | Aug 25 2004 | |||
a6c5320b3842 | Tibor Simko | Typos fixed. | Aug 25 2004 | |||
48abff1c3e1d | Tibor Simko | Wildcard expansion now refers to the source directory in order to correctly… | Aug 25 2004 | |||
29860d095858 | Trond Aksel Myklebust | Removed.. | Aug 24 2004 | |||
cf2f30c5dc2c | Trond Aksel Myklebust | Removed some files from the next release, going to be added again later in… | Aug 24 2004 | |||
4a58446b4785 | Tibor Simko | Strip accents only when searching for words. | Aug 23 2004 | |||
f1563f9b6df5 | Tibor Simko | Revert previous TEXT-into-BLOB changes, since they didn't work with MySQL 4.1.3… | Aug 23 2004 | |||
a1d87725292b | Tibor Simko | Changed BLOB to TEXT for the sake of MySQLdb 1.0.0 compliancy. Changed… | Aug 23 2004 | |||
8cec55cba665 | Tibor Simko | Put explicit str() conversion around datetime.datetime objects coming from… | Aug 16 2004 | |||
6ac4e434b28c | Trond Aksel Myklebust | Modified feedback messages | Aug 16 2004 | |||
6d8e36261137 | Trond Aksel Myklebust | Modified some textfields | Aug 16 2004 | |||
1960b502f3a1 | Tibor Simko | Removed excessive </td> element, thanks to Frederic. | Aug 16 2004 | |||
930f83e6cebf | Trond Aksel Myklebust | Fixed presentation bug when deleting the last value associated with a field | Aug 13 2004 | |||
e02bf14cfa93 | Trond Aksel Myklebust | fixed a bug in "modify search options" which happened when you added a new… | Aug 13 2004 | |||
9dc45f64e931 | Trond Aksel Myklebust | Fixed "Modified search options" part of the modify collection page | Aug 13 2004 | |||
468329f0d743 | Thomas Baron | turned schTASK/arguments column into longtext | Jul 28 2004 | |||
e896c8a21f62 | Thomas Baron | bad xml records are counted as errors | Jul 27 2004 | |||
d374185efdab | Trond Aksel Myklebust | Committed too much, Makefile fixed | Jul 22 2004 | |||
5d89cbc8ebc7 | Trond Aksel Myklebust | fixed lazy coding...see last update of file..... | Jul 22 2004 | |||
7cfed84b7f4e | Trond Aksel Myklebust | Fixed the date problem. Somehow the mysql server returns 2004-07-19 14:52:48. | Jul 20 2004 | |||
1f0231159c61 | Trond Aksel Myklebust | Fixed two bugs, one where the mysql server returned another dateformat than the… | Jul 19 2004 | |||
311d1711a6f2 | Tibor Simko | Add link to BibIndex Admin Interface. | Jul 16 2004 | |||
e605a2a76885 | Tibor Simko | Terminology fix: ampersand -> @. | Jul 16 2004 | |||
465e9654b3e8 | Tibor Simko | checkemail() made more efficient. | Jul 16 2004 | |||
cfbcd08b31b7 | Tibor Simko | Patch from Frederic be able to build CDSware out of its source tree. | Jul 15 2004 | |||
189aae002722 | Tibor Simko | I18N translations of collection names. SUBMIT boxes for the search interface to… | Jul 15 2004 |
c4science · Help