net.sourceforge.nite.tools.necoder
Class NELinker

java.lang.Object
  extended by net.sourceforge.nite.gui.util.AbstractCallableTool
      extended by net.sourceforge.nite.tools.necoder.NECoder
          extended by net.sourceforge.nite.tools.necoder.NELinker

public class NELinker
extends NECoder

A Named entity coder that adds linking between named entities using the newly added tools.linker package.

Author:
Jonathan Kilgour, UEdin

Field Summary
 
Fields inherited from class net.sourceforge.nite.tools.necoder.NECoder
DELETE_NE_ACTION
 
Fields inherited from class net.sourceforge.nite.gui.util.AbstractCallableTool
EXIT_ACTION, HELP_ACTION, PRINT_NTV_ACTION, REFRESH_NTV_ACTION, SAVE_ACTION, SEARCH_ACTION
 
Constructor Summary
NELinker(java.lang.String[] args)
          Constructor is more or less the same for all abstractcallabletools.
 
Method Summary
 LinkEditorModule getLinkEditorPane()
           
static void main(java.lang.String[] args)
          Same for every subclass! Document in AbstractCallableTool
 
Methods inherited from class net.sourceforge.nite.tools.necoder.NECoder
allowNestedNamedEntities, initTranscriptionViewSettings
 
Methods inherited from class net.sourceforge.nite.gui.util.AbstractCallableTool
getActionMap, getAnnotatorName, getClock, getClockFace, getConfig, getConfigFileName, getCorpus, getCorpusName, getCorpusSettingsName, getGUISettingsName, getMetaData, getNTV, getObservationName, getQueryHandler, refreshTranscriptionView, search, useCVS
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NELinker

public NELinker(java.lang.String[] args)
Constructor is more or less the same for all abstractcallabletools. First store input vars, then init corpus, then call a number of predefined initializationmethods. Each new tool redefines this to get correct combination of elements.

Method Detail

main

public static void main(java.lang.String[] args)
Same for every subclass! Document in AbstractCallableTool


getLinkEditorPane

public LinkEditorModule getLinkEditorPane()