public class InflVarsAndAgreements
extends java.lang.Object
History:
Modifier and Type | Field and Description |
---|---|
static java.util.HashSet<java.lang.String> |
consonants_ |
static java.util.HashSet<java.lang.String> |
vowels_ |
Constructor and Description |
---|
InflVarsAndAgreements(LexRecord lexRecord)
Creates a default InflVarsAndAgreements object specifing lexRecord.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Agreement> |
GetAgreementValues()
Get the collection of agreements
|
java.util.Vector<InflVar> |
GetInflValues()
Get the collection of inflectional variants
|
static char |
GetLast2Char(java.lang.String in) |
static char |
GetLastChar(java.lang.String in) |
static java.lang.String |
GetXml(LexRecord lexRecord)
Get the xml format of the inflectional variants
|
public static java.util.HashSet<java.lang.String> consonants_
public static java.util.HashSet<java.lang.String> vowels_
public InflVarsAndAgreements(LexRecord lexRecord)
lexRecord
- the lexical record contain inflectional variantspublic static java.lang.String GetXml(LexRecord lexRecord)
lexRecord
- the lexical record contain inflectional variantspublic java.util.Vector<InflVar> GetInflValues()
public java.util.Vector<Agreement> GetAgreementValues()
public static char GetLastChar(java.lang.String in)
public static char GetLast2Char(java.lang.String in)
Submit a bug or feature
Copyright © 2016 National Library of Medicine