Text Categorization

JDI 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:
    > jdi -p -if:d -if:e
    - Please input a term (type "Ctl-d" to quit) >
    the heart valve-failure
    --> Input: [the heart valve-failure]
    ------ Input Filter Details ------
    --> Input text: [the heart valve-failure]
    -- Words after Acronym filter [the heart valve-failure], Acronym filter is not used.
    -- W.E. filtered words (3): [the heart valve-failure], W.E. filter is not used.-- Legal words (1): [heart]
    -- Unique words (1): [heart], unique word filter is not used
    -- Final words (1): [heart]
    
    -- Number of scores: 122
    -- Total final words used: 1
    --- JD scores (x 1) and rank based on word count ---
    JD018|Cardiology
    ...
    --- Overall JD rank ---
    JD018|Cardiology|dc
    
    

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