public class Conjugation extends Object
Modifier and Type | Method and Description |
---|---|
static void |
dump()
Dumps the generated tree on the logger.
|
static Conjugation[] |
findConjugations(String hiragana)
Search for possible conjugation at the beginning of the string.
|
String |
getConjugatedForm()
Returns the ending of the conjugated verb/adjective.
|
static Conjugation |
getConjugation(String conjugatedForm,
String dictionaryForm,
String type)
Returns a conjugation with the given information.
|
String |
getDictionaryForm()
Returns the dictionary form of the verb/adjective ending.
|
String |
getType()
Returns a description of the grammatical type of this conjugation.
|
static void |
main(String[] args)
Dumps the generated tree to System.out.
|
public static void main(String[] args)
args
- Program arguments. Not used.public static Conjugation getConjugation(String conjugatedForm, String dictionaryForm, String type)
public static Conjugation[] findConjugations(String hiragana)
hiragana
- String of hiragana characters which possibly begin with an inflected
verb form.public String getConjugatedForm()
public String getDictionaryForm()
public String getType()
public static void dump()
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.