net.sourceforge.nite.gui.timelineviewer
Class SimpleContinuousLabeller
java.lang.Object
net.sourceforge.nite.gui.timelineviewer.SimpleContinuousLabeller
- All Implemented Interfaces:
- TimelineNOMElementCreator
public class SimpleContinuousLabeller
- extends java.lang.Object
- implements TimelineNOMElementCreator
A very simple, naive implementation that doesn't have any domain-specific
information. For demonstration purposes only.
TODO: Currently fixed to only work on a specific corpus, will add
CSLConfig support later.
- Author:
- Craig Nicol
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleContinuousLabeller
public SimpleContinuousLabeller(NOMWriteCorpus c)
createNewElement
public NOMElement createNewElement(float start,
float end,
java.lang.String label,
java.lang.String layer,
int depth)
- Specified by:
createNewElement in interface TimelineNOMElementCreator