Indexing Module (tmg_gui)

Assume you want to run tmg.m for the following input:

  • filename: sample_documents/sample1

  • delimiter: none_delimiter

  • line_delimiter: yes

  • stoplist: common_words

  • minimum length: 3

  • maximum length: 30

  • minimum local frequency: 1

  • maximum local frequency: inf

  • minimum global frequency: 1

  • maximum global frequency: inf

  • local term weighting: logarithmic

  • global term weighting: IDF

  • normalization: cosine

  • stemming: -

  • remove alphanumerics: -

  • remove numbers: -

  • parse all subdirectories: -

and store results in directory "sample1" and MySQL.

Return to main page    Step 2