Implement IR searches

Applies to User Roles:

System Administrator

In this example we use <language>. Substitute the language you need to implement wherever you see “<language>”.

To enter language files into the IR system:

  1. For English, Spanish, French, Italian, Portuguese, and Japanese, create the files:

    • <language>.stp (stop words)
    • <language>.stm (stem dictionary)
    • <language>.suf (suffix dictionary)
    • <language>.nor (normals dictionary)

    For Chinese use the following files:

    • irlang/cma_options.utf8
    • irlang/cma/*

    For Japanese, use the following files:

    • irlang/jma_options.utf8
    • irlang/jma/*

    For Korean, use the following files:

    • irlang/kma_options.utf8
    • irlang/kma/*

    Note: These file names may vary for different languages or platforms.

  2. Place those files in a unique directory. In this example, we use the directory DICT_PATH.
  3. Insert the following parameters into the sm.ini file.

    ir_language:<language>

    ir_languagefiles_path:..\irlang\>

    ir_opt_path:..\irlang\cma_options.utf8 for Chinese

    or

    ir_opt_path:..\irlang\jma_options.utf8 for Japanese

    or

    ir_opt_path:..\irlang\kma_options.utf8 for Korean

     

Related topics

IR Expert
Special considerations for using IR Expert
IR Expert scirexpert file
Updates to IR files
Customizing IR Expert
Database dictionary and IR Expert
IR keys and non-IR keys
Multiple files containing IR keys
Find Solution
How IR Expert evaluates documents for relevance
Creating an IR file

Access IR Expert
Edit queries for Find Solution
Load data files with IR Expert keys
Promote or delete records in the protocore
Start IR Asynchronous mode