public class DbProperNoun
extends java.lang.Object
History:
| Constructor and Description |
|---|
DbProperNoun() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IsProperNoun(java.lang.String inStr,
java.sql.Connection conn)
Check if a specified term is a proper noun in LVG database.
|
static void |
main(java.lang.String[] args)
Test driver for this class.
|
public static boolean IsProperNoun(java.lang.String inStr,
java.sql.Connection conn)
throws java.sql.SQLException
inStr - term to be checked if a proper nounconn - database connectionjava.sql.SQLException - if there is a database error happenspublic static void main(java.lang.String[] args)
args - arguments Submit a bug or feature
Copyright © 2020 National Library of Medicine