Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

LexCheck

Frequently Asked Questions

(Please read before asking a question)

  • How can I ask a question?
    See Contact Us

  • How many command line tools are included in lexCheck?
    Following command line tool under "$LEXCHECK_DIR/bin":

  • Do I need to install lexCheck just using LexCheck Java APIs?
    The answer is "No".

    The installation program does the following:

    • Generate the configuration file, $LC_DIR/data/config/lexCheck.properties
    • Generate six scripts programs as shown above

    Accordingly, if you don't need to change the configuration and run the script programs, you don't need to install lexCheck. You will only need to include lexCheck${YEAR}dist.jar in your java classpath.

  • What is the differences between lexCheck${YEAR}dist.jar and lexCheck${YEAR}api.jar?

    lexCheck${YEAR}dist.jar includes:

    • all Java APIs classes of LexCheck
    • prepositions.data
    • all Java APIs classes of ./lib/Other/lvg${YEAR}api.jar
    • all Java APIs classes of ./lib/Other/xml4j_1_1_9.jar

    lexCheck${YEAR}api.jar includes:
    • all Java APIs classes of LexCheck
    • prepositions.data
    Also, the MANIFEST.MF inlcudes Class-Path of Other/lvg${YEAR}api.jar. So, lexCheck is able to run with -classpath lexCheck${YEAR}api.jar as long as Other/lvg${YEAR}api.jar exists