net.sf.jhunlang.jmorph.cl
Class Infl

java.lang.Object
  extended bynet.sf.jhunlang.jmorph.factory.Loader
      extended bynet.sf.jhunlang.jmorph.cl.Cl
          extended bynet.sf.jhunlang.jmorph.cl.Gen
              extended bynet.sf.jhunlang.jmorph.cl.Infl

public abstract class Infl
extends Gen


Field Summary
 
Fields inherited from class net.sf.jhunlang.jmorph.cl.Gen
generator, NONE
 
Fields inherited from class net.sf.jhunlang.jmorph.cl.Cl
count, DEFAULT_ENCODING, encoding, ENCODING, INPUT, OUTPUT
 
Fields inherited from class net.sf.jhunlang.jmorph.factory.Loader
adef, DEF_URL, dic, rules
 
Constructor Summary
Infl()
           
 
Method Summary
static void main(java.lang.String[] args)
          Start reading words separated by newlines from the standard input and write their generations to the standard output.
 
Methods inherited from class net.sf.jhunlang.jmorph.cl.Gen
configureAndRun, process
 
Methods inherited from class net.sf.jhunlang.jmorph.cl.Cl
getDefaultEcoding, getEncoding, run, run
 
Methods inherited from class net.sf.jhunlang.jmorph.factory.Loader
getDefaultUrl, getDic, getRules, load, loadDictionaries, loadRules, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Infl

public Infl()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Description copied from class: Gen
Start reading words separated by newlines from the standard input and write their generations to the standard output.

Throws:
java.lang.Exception


Copyright © 2005 jmorph developers. All Rights Reserved.