gate.creole.nerc
Class Nerc
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.ArrayList
|
+--gate.creole.SerialController
|
+--gate.creole.nerc.Nerc
- All Implemented Interfaces:
- Cloneable, Collection, Controller, FeatureBearer, List, ProcessingResource, Resource, Runnable, Serializable
- public class Nerc
- extends SerialController
NERC stands for Named-Entity Recognition Component. This class wraps
various of GATE's builtin CREOLE components to form an NE recogniser.
- See Also:
- Serialized Form
Constructor Summary |
Nerc()
|
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize |
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Nerc
public Nerc()
init
public Resource init()
throws ResourceInstantiationException
- Initialise this resource, and return it.
- Overrides:
init
in class SerialController
run
public void run()
- Description copied from class:
SerialController
- Run the Processing Resources in sequence.
- Overrides:
run
in class SerialController
setTokeniserRulesURL
public void setTokeniserRulesURL(URL newTokeniserRulesURL)
getTokeniserRulesURL
public URL getTokeniserRulesURL()
setGazetteerListsURL
public void setGazetteerListsURL(URL newGazetteerListsURL)
getGazetteerListsURL
public URL getGazetteerListsURL()
setJapeGrammarURL
public void setJapeGrammarURL(URL newJapeGrammarURL)
getJapeGrammarURL
public URL getJapeGrammarURL()
setEncoding
public void setEncoding(String newEncoding)
getEncoding
public String getEncoding()
setDocument
public void setDocument(Document newDocument)
getDocument
public Document getDocument()
removeProgressListener
public void removeProgressListener(ProgressListener l)
addProgressListener
public void addProgressListener(ProgressListener l)
removeStatusListener
public void removeStatusListener(StatusListener l)
addStatusListener
public void addStatusListener(StatusListener l)
setTempAnnotationSetName
public void setTempAnnotationSetName(String newTempAnnotationSetName)
getTempAnnotationSetName
public String getTempAnnotationSetName()