Text Categorization

JDI Input Filter Options (-if:a)

  • Description:

    This option is used to filter out Acronyms from the input. Please note that words with all uppercase characters are considered as Acronyms and will be filtered out if this option is selected. Uppercase characters are lowercased if this option is not selected.

  • Examples:
    > jdi -p -if:a -if:d
    - Please input a term (type "Ctl-d" to quit) >
    the heart-valve-disease and HEART VALVE FAILURE
    --> Input: [the heart-valve-disease and HEART VALVE FAILURE]
    ------ Input Filter Details ------
    --> Input text: [the heart-valve-disease and HEART VALVE FAILURE]
    -- Words after Acronym filter [the heart-valve-disease and], Acronym filter is used
    -- W.E. filtered words (5): [the heart valve disease and], W.E. filter is used
    -- Legal words (2): [heart valve]
    -- Unique words (2): [heart valve], unique word filter is not used
    -- Final words (2): [heart valve]
    ...
    --- Overall JD rank ---
    JD018|Cardiology|dc
    

    Show prompt, input filter details, and use Acronyms filter to filter out capital strings (HEART VALVE FAILURE).