Exemplo n.º 1
0
 public static string Conjugate(string verb, EdictType type, CForm form, Politeness polite = Politeness.Plain, Polarity affirmative = Polarity.Affirmative)
 {
     return(Inflection.Conjugate(verb, type, form, polite, affirmative));
 }
Exemplo n.º 2
0
 public static string Katsuyou(string verb, EdictType type, KForm form)
 {
     return(Inflection.Katsuyou(verb, type, form));
 }