Retrieval Module (retrieval_gui)

Assume we have processed a collection with tmg_gui, construct a TDM with 1,033 documents and 12,184 terms (corresponding to the well-known MEDLINE collection) and store the results to "TMG_HOME/data/medline". Assume then, we want to retrieve the relevant documents to a specific query for the following input:

  • insert query: 'the crystalline lens in vertebrates, including humans'

  • use stored global weights: yes

  • stoplist: common_words

  • local term weighting: Term Frequency

  • latent semantic analysis by: Clustered Latent Semantic Indexing

  • number of factors: 100

  • similarity measure: Cosine

  • number of most relevant documents: 5

Return to main page    Step 2