gov.nih.nlm.nls.lvg.Db.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lvg2010dist Show documentation
Show all versions of lvg2010dist Show documentation
LVG tools is used by Apache cTAKES.
The newest version!
Provides a higher level interface to LVG database. Lvg utilizes Java Database connectivity (JDBC) to connect to its database, Instant DB. Accordingly, users may use any SQL commands to retrieve records from LVG database.
The naming convention of files in this package can be summarized as follows:
- XXXRecord.java: the data structure of the record of object xxx.
- XXXComparator.java: comparator for record object XXX.
- DbXXX.java: the higher level database interface for object xxx.
Currently, there are six tables in LVG database and are listed as follows:
- Acronym & Expansion Table
- Derivation Table
- Inflection Tables
- Synonyms Table
- Proper Noun Table
- Canonicalize Table
- Fruitful Table
- AntiNorm Table
@see Design Documents
@since 2002
© 2015 - 2025 Weber Informatics LLC | Privacy Policy