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.
How to Use Lexicon Tables (Java 8)
I. Introduction More than 14 LRXXX Lexicon tables are generated from Lexical records in the SPECIALIST Lexicon. These tables are used (through database) in Lexical Tools to retrieve lexical variants. On the other hand, these tables can be used directly with scripts or computer programs. This section demonstrates examples of using Java-8 APIs with these tables on bulk data operation for collection.
II. Examples
The inflVars.data is one of the most useful Lexicon tables. It is used in the Lexical Tools for 17 (out of 62) flow components to retrieve citation form, inflection variants, base forms, fruitful variants, categories and inflections, spelling variants, etc.. This file includes 6 fields and 1.69 million records for 2014 release. This table is used as the input file for the following examples.
III. Conclusion
Java 8 bulk data operation has:
IV. References