LexAccess

Specify Lexicon Version

  • Description:

    Run a specified version (must include data set).

    By default, LexAccess access 2013 Lexicon data. This option provides users to access other version of Lexicon (UTF-8 or ASCII). This option is used in the interactive prompt mode.

  • Symbol: -rv:STR

  • Examples:
    
    shell> lexAccess -rv:2012 -p -n
    - Please input a term (type "Ctl-d" to quit) >
    E0723576
    E0723576|-No Record Found-
    
    - Please input a term (type "Ctl-d" to quit) >
    deja vu
    {base=deja vu
    spelling_variant=deja-vu
    spelling_variant=déjà vu
    entry=E0021340
    	cat=noun
    	variants=uncount
    }
    
    shell> lexAccess -rv:2013ASCII -p -n
    - Please input a term (type "Ctl-d" to quit) >
    E0723576
    {base=AUB
    entry=E0723576
    	cat=noun
    	variants=uncount
    	acronym_of=abnormal uterine bleeding|E0723575
    	acronym_of=American University of Beirut|E0702599
    	abbreviation_of=aubergine|E0011150
    }
    
    - Please input a term (type "Ctl-d" to quit) >
    deja vu
    {base=deja vu
    spelling_variant=deja-vu
    entry=E0021340
    	cat=noun
    	variants=uncount
    }