Class Generator

java.lang.Object
  extended byGenerator

public class Generator
extends java.lang.Object

This class is used to generate a cologne translation. Generation is needed for only a few tags (like nomen, adjectives, ect). The generation is proceeded with the help of grammaticla informations (saved in Word.Grammar after analysation). The generation process is started by Generator.start. This is the only public method. All other methods are private.

Author:
Arthur Laub Arthur.Laub@urz.uni-hd.de Project: Kölschifier

Field Summary
private static java.util.ListIterator li
           
 
Constructor Summary
Generator()
           
 
Method Summary
private static boolean adjective(Word word)
           
private static boolean nomen(Word word)
           
private static boolean pper(Word word)
           
static boolean start(java.util.ListIterator listiterator)
           
private static boolean thatWord(Word word)
           
private static boolean vmfin(Word word)
           
private static boolean vvfin(Word word)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

li

private static java.util.ListIterator li
Constructor Detail

Generator

public Generator()
Method Detail

adjective

private static final boolean adjective(Word word)

nomen

private static final boolean nomen(Word word)

pper

private static final boolean pper(Word word)

start

public static final boolean start(java.util.ListIterator listiterator)

thatWord

private static final boolean thatWord(Word word)

vmfin

private static final boolean vmfin(Word word)

vvfin

private static final boolean vvfin(Word word)