Text Categorization

STRI Input Filter Options (-if:e)

  • Description:

    The words extraction filter operation is used by default if this option is not selected. Word extraction filter is not used when this option is selected.

  • Examples:
    > stri -p -if:d -if:e
    - Please input a term (type "Ctl-d" to quit) >
    the Vitamin-food virus
    --> Input: [the Vitamin-food virus]
    ------ Input Filter Details ------
    --> Input text: [the Vitamin-food virus]
    -- Words after Acronym filter [the vitamin-food virus], Acronym filter is not used.
    -- W.E. filtered words (3): [the vitamin-food virus], W.E. filter is not used.
    -- Legal words (1): [virus]
    -- Unique words (1): [virus], unique word filter is not used
    -- Final words (1): [virus]
    
    -- Number of scores: 131
    -- Total final words used: 1
    --- ST scores (x 1) and rank based on word count ---
    ...
    

    Show prompt and input filter details, not to use word extraction filter