Skip navigation links
Lvg Java
2024 Version
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

I

In - Class in gov.nih.nlm.nls.lvg.Util
This class provides inputs related methods.
In() - Constructor for class gov.nih.nlm.nls.lvg.Util.In
 
INFINITIVE_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
infinitive bit for inflection: xx (verb)
INFLECTION - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
inflection flow component bit for flow
Inflection - Class in gov.nih.nlm.nls.lvg.Lib
This Inflection class extends BitMaskBase class and performs as LVG Inflection.
Inflection() - Constructor for class gov.nih.nlm.nls.lvg.Lib.Inflection
Creates a default inflection object
Inflection(long) - Constructor for class gov.nih.nlm.nls.lvg.Lib.Inflection
Creates a default inflection object, using a long value
INFLECTION_BY_CAT_INFL - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
derivation by category and inlfection flow component bit for flow
INFLECTION_SIMPLE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
inflection simple flow component bit for flow
InflectionComparator<T> - Class in gov.nih.nlm.nls.lvg.Db
This class provides methods to compare inflection records.
InflectionComparator() - Constructor for class gov.nih.nlm.nls.lvg.Db.InflectionComparator
 
InflectionRecord - Class in gov.nih.nlm.nls.lvg.Db
This class defined the data structure of an inflection record.
InflectionRecord() - Constructor for class gov.nih.nlm.nls.lvg.Db.InflectionRecord
Default constructor for creating an inflection record.
InflectionRule - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of LVG inflection rule, using a string format of a rule.
InflectionRule(String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.InflectionRule
Create an object of inflection rule, using a rule String
InflectionVector<E> - Class in gov.nih.nlm.nls.lvg.Db
This class provides a special Collection Vector of InflectionRecord for inflection records.
InflectionVector() - Constructor for class gov.nih.nlm.nls.lvg.Db.InflectionVector
 
InflectWords(LexItem, Connection, RamTrie, int, String, boolean, boolean, int) - Static method in class gov.nih.nlm.nls.lvg.Flows.ToInflection
Performs the mutation of this flow component.
inflFieldNum_ - Variable in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
 
InputFilter - Class in gov.nih.nlm.nls.lvg.Lib
This class provides methods of Lvg input filter functions.
inReader_ - Variable in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
 
INT_ARGUMENT - Static variable in class gov.nih.nlm.nls.lvg.CmdLineSyntax.Option
an abbreviation of an int argument in an option
IsAcronym(String, Connection) - Static method in class gov.nih.nlm.nls.lvg.Db.DbAcronym
Check if the input string is an acronym in LVG database
IsAsciiChar(char) - Static method in class gov.nih.nlm.nls.lvg.Util.UnicodeUtil
Check if a char is an ASCII char ( < 128).
IsAsciiStr(String) - Static method in class gov.nih.nlm.nls.lvg.Util.UnicodeUtil
Check if a char is an ASCII String.
IsCategoryContainRec(LexItem, long) - Static method in class gov.nih.nlm.nls.lvg.Lib.OutputFilter
Checks if the category of an LexItem is contained in a specified category.
IsCategoryInflectionContainRec(LexItem, long, long) - Static method in class gov.nih.nlm.nls.lvg.Lib.OutputFilter
Checks if the category and inflection of an LexItem are contained in the specified category and inflection.
IsCatelogNumber(String) - Static method in class gov.nih.nlm.nls.lvg.Util.Word
Check if the given word is a catelog number.
IsDate(String) - Static method in class gov.nih.nlm.nls.lvg.Util.Word
Check if the given word is a date.
IsExistInflectedTerm(String, Connection) - Static method in class gov.nih.nlm.nls.lvg.Db.DbInflection
Check if a specified term is an inflected term in LVG database
IsExistUninflectedTerm(String, Connection) - Static method in class gov.nih.nlm.nls.lvg.Db.DbUninflection
Check if a specified term is an uninflected term in LVG database
IsFloat(String) - Static method in class gov.nih.nlm.nls.lvg.Util.Word
Check if the given word is a float.
IsLegal(long, long, long, long) - Static method in class gov.nih.nlm.nls.lvg.Lib.InputFilter
Check if the current inflection and category are legal and do not need to be filter out
IsLegal(long, long) - Static method in class gov.nih.nlm.nls.lvg.Lib.InputFilter
Check if the current category or inflection is legal
IsLegal() - Method in class gov.nih.nlm.nls.lvg.Util.XeroxParc
Check if the format is legal
IsLegalFormat() - Method in class gov.nih.nlm.nls.lvg.Trie.RuleException
Check if the exception string is legal.
IsLegalOption() - Method in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Check if the input command is legal.
IsMatchKey(char, int, char[]) - Static method in class gov.nih.nlm.nls.lvg.Trie.RWildCard
Check if a specific key matches a character of a pattern.
IsMatchKey(char, int, char[]) - Static method in class gov.nih.nlm.nls.lvg.Trie.WildCard
Check if a specific key matches a character of a suffix.
IsProperNoun(String, Connection) - Static method in class gov.nih.nlm.nls.lvg.Db.DbProperNoun
Check if a specified term is a proper noun in LVG database.
IsPunctuation(char) - Static method in class gov.nih.nlm.nls.lvg.Util.Char
Check if a char is a puntuation.
IsRecContainCategory(LexItem, long) - Static method in class gov.nih.nlm.nls.lvg.Lib.OutputFilter
Checks if an LexItem contains a specified category.
IsRecContainCategoryInflection(LexItem, long, long) - Static method in class gov.nih.nlm.nls.lvg.Lib.OutputFilter
Checks if an LexItem contains specified category and inflection.
IsRelated(long, long) - Static method in class gov.nih.nlm.nls.lvg.Lib.CatInfl
Check if a category and a inflection are (legally) related
IsWildCard(char) - Static method in class gov.nih.nlm.nls.lvg.Trie.WildCard
Check if a specific character belong ot a pre-defined wild card.
IsWindow() - Static method in class gov.nih.nlm.nls.lvg.Util.Platform
 
IsWithinRecursiveLimit() - Method in class gov.nih.nlm.nls.lvg.Lib.CoreNormObj
Check if the operation is within the max.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
Lvg Java
2024 Version



Copyright, 2024, National Library of Medicine