danbikel.parser.util
Class TrainerEventToCollins
java.lang.Object
danbikel.parser.util.TrainerEventToCollins
public class TrainerEventToCollins
- extends Object
A class to convert TrainerEvent
instances to String
instances
of the form produced by
Mike
Collins’ parser.
- See Also:
Settings.outputCollins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topSym
public static Symbol topSym
startSym
public static Symbol startSym
stopSym
public static Symbol stopSym
npArg
public static Symbol npArg
sbarArg
public static Symbol sbarArg
sArg
public static Symbol sArg
vpArg
public static Symbol vpArg
miscArg
public static Symbol miscArg
TrainerEventToCollins
public TrainerEventToCollins()
subcatToCollins
public static String subcatToCollins(Subcat subcat,
boolean withGap)
modEventToCollins
public static String modEventToCollins(ModifierEvent modEvent)
headEventToCollins
public static String headEventToCollins(HeadEvent headEvent)
trainerEventToCollins
public static String trainerEventToCollins(TrainerEvent event)
Author: Dan Bikel.