Class Generator
java.lang.Object
Generator
- 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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
li
private static java.util.ListIterator li
Generator
public Generator()
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)