| | 1 | * (presentation4gbic) |
| | 2 | * http://www-ksl.stanford.edu/kst/what-is-an-ontology.html |
| | 3 | * |
| | 4 | * EBI's Lucene-based global search engine.: |
| | 5 | * http://bib.oxfordjournals.org/cgi/content/abstract/bbp065v1 |
| | 6 | * http://www.ebi.ac.uk/ebisearch/ |
| | 7 | * http://lucene.apache.org/java/docs/index.html |
| | 8 | * Lucene: |
| | 9 | * download |
| | 10 | * java classpaths |
| | 11 | * |
| | 12 | * $ export LUCENEROOT=C\:/Documents\ and\ Settings/.......esp/lucene-3.0.1/lucene-3.0.1/ |
| | 13 | * $ export PATH=$PATH:$LUCENEROOT |
| | 14 | * $ export CLASSPATH=$CLASSPATH:$LUCENEROOT |
| | 15 | * Build an Index: (OK! means path is correct) |
| | 16 | * * $ java org.apache.lucene.demo.!IndexFiles C\:/Documents\ and\ Settings/....Desktop/desp/lucene-3.0.1/lucene-3.0.1/src/ |
| | 17 | * Indexing to directory 'index'... |
| | 18 | * This produced a subdirectory called index which contain an index of all of the Lucene source code. |
| | 19 | * Ontocat source code |
| | 20 | * New plugin @ molgenis distro to call Rest OntoCat.. |
| | 21 | * Reset Eclipse svn account : (in windows) delete files in folder /cygdrive/c/Documents and Settings/USER/Application Data/Subversion/auth |
| | 22 | |
| | 23 | * Links : |
| | 24 | * Modern I.R. Glossary : http://people.ischool.berkeley.edu/~hearst/irbook/glossary.html |
| | 25 | * Static Index Pruning for Information Retrieval Systems: !http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.58.8759&rep=rep1&type=pdf |