GATE
Version 3.1-2270

Uses of Interface
gate.util.NameBearer

Packages that use NameBearer
com.ontotext.gate.ontology   
com.ontotext.gate.vr   
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.ir   
gate.creole.kea   
gate.creole.ml   
gate.creole.morph   
gate.creole.ontology   
gate.creole.ontology.jena   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.creole.tokeniser.chinesetokeniser   
gate.gui   
gate.gui.docview   
gate.gui.jape   
gate.gui.lexicon   
gate.gui.wordnet   
gate.lexicon   
gate.persist   
gate.wordnet   
 

Uses of NameBearer in com.ontotext.gate.ontology
 

Classes in com.ontotext.gate.ontology that implement NameBearer
 class OntologyImpl
          An Ontology Implementation Class
 class TaxonomyImpl
          A Taxonomy Implementation Class
 

Uses of NameBearer in com.ontotext.gate.vr
 

Classes in com.ontotext.gate.vr that implement NameBearer
 class Gaze
          Gaze is a Gazetteer VR capable of viewing and editing gazetteer lists, linear definitions (lists.def files), and mapping definitions (mappings between ontology classes and gazetteer lists).
 class OntologyEditorImpl
          Implementation of an ontology editor
 

Uses of NameBearer in gate
 

Subinterfaces of NameBearer in gate
 interface Controller
          Models the execution of groups of ProcessingResources.
 interface Corpus
          Corpora are lists of Document.
 interface CorpusController
          Models the execution of groups of ProcessingResources on a given corpus.
 interface DataStore
          Models all sorts of data storage.
 interface Document
          Represents the commonalities between all sorts of documents.
 interface LanguageAnalyser
          A special type of ProcessingResource that processes Documents
 interface LanguageResource
          Models all sorts of language resources.
 interface ProcessingResource
          Models all sorts of processing resources.
 interface ProtegeProject
          Just a dummy interface for dummy Protege LR.
 interface Resource
          Models all sorts of resources.
 interface SimpleCorpus
          Corpora are lists of Document.
 interface SimpleDocument
          Represents the commonalities between all sorts of documents.
 interface TextualDocument
          Top interface for all types of textual documents (transient or persistent).
 interface VisualResource
          Models all sorts of visual resources.
 

Classes in gate that implement NameBearer
 class DocumentFormat
          The format of Documents.
 

Uses of NameBearer in gate.annotation
 

Classes in gate.annotation that implement NameBearer
 class AnnotationDiff
          Deprecated. This functionality is provided by the AnnotationDiffer class as of GATE version 3.0.
 class CorpusAnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 

Uses of NameBearer in gate.corpora
 

Classes in gate.corpora that implement NameBearer
 class CorpusImpl
          Corpora are sets of Document.
 class DatabaseCorpusImpl
           
 class DatabaseDocumentImpl
           
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 class EmailDocumentFormat
          The format of Documents.
 class HtmlDocumentFormat
          The format of Documents.
 class MSWordDocumentFormat
           
 class PdfDocumentFormat
           
 class RtfDocumentFormat
          The format of Documents.
 class SerialCorpusImpl
           
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class XmlDocumentFormat
          The format of Documents.
 

Uses of NameBearer in gate.creole
 

Subinterfaces of NameBearer in gate.creole
 interface AnnotationVisualResource
          Visual Resources that display and/or edit annotations.
 interface ConditionalController
          A Conditional controller is a controller that keeps a running strategy for each PR contained.
 

Classes in gate.creole that implement NameBearer
 class AbstractController
           
 class AbstractLanguageAnalyser
          A parent implementation of language analysers with some default code.
 class AbstractLanguageResource
          A convenience implementation of LanguageResource with some default code.
 class AbstractProcessingResource
          A convenience implementation of ProcessingResource with some default code.
 class AbstractResource
          A convenience implementation of Resource with some default code.
 class AbstractVisualResource
          A convenience implementation of VisualResource with some default code.
 class ANNIETransducer
          The ANNIE named entity transducer.
 class AnnotationSchema
          This class handles annotation schemas.An annotation schema is a representation of an annotation, together with its types and their attributes, values and types.
 class APFormatExporter
          This class implements a APF xml exporter.
 class ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 class GazetteerListsCollector
           
 class OntologyAwareTransducer
          Deprecated. Ontology related functionality is now implemented in the standard JAPE Transducer Transducer.
 class POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 class ProtegeProjectName
          Dummy Protege LR.
 class RDFFormatExporter
           
 class SerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class SerialController
          Execute a list of PRs serially.
 class Transducer
          A cascaded multi-phase transducer using the Jape language which is a variant of the CPSL language.
 class VPChunker
          ANNIE VP Chunker module.
 

Uses of NameBearer in gate.creole.annotdelete
 

Classes in gate.creole.annotdelete that implement NameBearer
 class AnnotationDeletePR
          This class is the implementation of a processing resource which deletes all annotations and sets other than 'original markups'.
 

Uses of NameBearer in gate.creole.annotransfer
 

Classes in gate.creole.annotransfer that implement NameBearer
 class AnnotationSetTransfer
          This class is the implementation of the resource ACEPROCESSOR.
 

Uses of NameBearer in gate.creole.coref
 

Classes in gate.creole.coref that implement NameBearer
 class AbstractCoreferencer
           
 class Coreferencer
           
 class NominalCoref
           
 class PronominalCoref
           
 

Uses of NameBearer in gate.creole.dumpingPR
 

Classes in gate.creole.dumpingPR that implement NameBearer
 class DumpingPR
          This class implements a DumpingPR which exports a given set of annotation types + the original markup, back into the document's native format.
 

Uses of NameBearer in gate.creole.gazetteer
 

Subinterfaces of NameBearer in gate.creole.gazetteer
 interface Gazetteer
          The Gazetteer interface defines the mandatory methods of a gazetteer PR.
 interface OntoGazetteer
          OntoGazetteer
A gazetter that exploits a linear gazetter to generate annotations according to a mapping definition between lists and ontology classes
 

Classes in gate.creole.gazetteer that implement NameBearer
 class AbstractGazetteer
          AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface
 class AbstractOntoGazetteer
          AbstratOntoGazetteer This class implemnents the methods common for all ontology-aware gazetteers.
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 class FlexibleGazetteer
          Title: Flexible Gazetteer The Flexible Gazetteer provides users with the flexibility to choose their own customized input and an external Gazetteer.
 class GazetteerList
          Gazetteer List provides the means for uploading, managing and storing the data in the gazetteer list files.
 class LinearDefinition
          Represents a Linear Definition [lists.def] file
The normal usage of the class will be * construct it * setURL * load * change * store
 class MappingDefinition
          Represents a mapping definition which maps gazetteer lists to ontology classes
 class OntoGazetteerImpl
          OntoGazetteerImpl
An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology].
 

Uses of NameBearer in gate.creole.ir
 

Subinterfaces of NameBearer in gate.creole.ir
 interface IndexedCorpus
           
 

Classes in gate.creole.ir that implement NameBearer
 class SearchPR
           
 

Uses of NameBearer in gate.creole.kea
 

Classes in gate.creole.kea that implement NameBearer
 class CorpusImporter
          A simple utility to import KEA style corpora into GATE.
 class Kea
          This is wrapper for using the KEA Keyphrase extractor (http://www.nzdl.org/Kea/) within the GATE Language Engineering architecture (http://gate.ac.uk).
 

Uses of NameBearer in gate.creole.ml
 

Classes in gate.creole.ml that implement NameBearer
 class MachineLearningPR
          This processing resource is used to train a machine learning algorithm with data extracted from a corpus.
 

Uses of NameBearer in gate.creole.morph
 

Classes in gate.creole.morph that implement NameBearer
 class Morph
          Description: This class is a wrapper for Interpret, the Morphological Analyzer.
 

Uses of NameBearer in gate.creole.ontology
 

Subinterfaces of NameBearer in gate.creole.ontology
 interface Ontology
          This is the base interface for all concrete implementations of ontologies.
 interface OntologyEditor
          An interface defining the methods of an Ontology Editor.
 interface Taxonomy
          Defines the interface of an ontology
 

Uses of NameBearer in gate.creole.ontology.jena
 

Classes in gate.creole.ontology.jena that implement NameBearer
 class JenaOntologyImpl
          An implementation for GATE Ontologies based on Jena2
 

Uses of NameBearer in gate.creole.orthomatcher
 

Classes in gate.creole.orthomatcher that implement NameBearer
 class OrthoMatcher
           
 

Uses of NameBearer in gate.creole.splitter
 

Classes in gate.creole.splitter that implement NameBearer
 class SentenceSplitter
          A sentence splitter.
 

Uses of NameBearer in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement NameBearer
 class DefaultTokeniser
          A composed tokeniser containing a SimpleTokeniser and a Transducer.
 class SimpleTokeniser
          Implementation of a Unicode rule based tokeniser.
 

Uses of NameBearer in gate.creole.tokeniser.chinesetokeniser
 

Classes in gate.creole.tokeniser.chinesetokeniser that implement NameBearer
 class ChineseTokeniser
          Title: ChineseTokeniser.java Description: This class is a wrapper for segmenter.
 

Uses of NameBearer in gate.gui
 

Subinterfaces of NameBearer in gate.gui
 interface ResizableVisualResource
          This interface denotes visual resources that can be resized.
 

Classes in gate.gui that implement NameBearer
 class CorpusEditor
          A simple viewer/editor for corpora.
 class DocumentEditor
          This class implements a viewer/editor for the annotations on a document.
 class FeaturesEditor
           
 class FeaturesSchemaEditor
           
 class OntologyEditor
           
 class OracleDatastoreViewer
           
 class ProtegeWrapper
          This class wrap the Protege application to show it as VR in GATE
 class PRViewer
           
 class SchemaAnnotationEditor
          This class is a viewer which adds/edits features on a GATE annotation.
 class SearchPRViewer
          Shows the results of a IR query.
 class SerialControllerEditor
           
 class SerialDatastoreViewer
           
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 class UnrestrictedAnnotationEditor
          This class visually adds/edits features and annot type of an annotation It does this without using an AnnotationSchema.
 

Constructors in gate.gui with parameters of type NameBearer
NameBearerHandle(NameBearer target, Window window)
           
 

Uses of NameBearer in gate.gui.docview
 

Subinterfaces of NameBearer in gate.gui.docview
 interface DocumentView
          A document viewer is composed out of several views (like the one showing the text, the one showing the annotation sets, the on showing the annotations table, etc.).
 

Classes in gate.gui.docview that implement NameBearer
 class AbstractDocumentView
          A convenience implementation of DocumentView that can be extended by implementers of document views.
 class AnnotationListView
          A tabular view for a list of annotations.
 class AnnotationSetsView
           
 class CorefEditor
           
 class TextualDocumentView
          This class provides a central view for a textual document.
 

Uses of NameBearer in gate.gui.jape
 

Classes in gate.gui.jape that implement NameBearer
 class JapeViewer
          Title: Gate2 Description: Copyright: Copyright (c) 2000 Company: University Of Sheffield
 

Uses of NameBearer in gate.gui.lexicon
 

Classes in gate.gui.lexicon that implement NameBearer
 class NLGLexiconVR
           
 class OntoLexEditorVR
           
 

Uses of NameBearer in gate.gui.wordnet
 

Classes in gate.gui.wordnet that implement NameBearer
 class WordNetViewer
           
 

Uses of NameBearer in gate.lexicon
 

Subinterfaces of NameBearer in gate.lexicon
 interface LexicalKnowledgeBase
           
 interface Lexicon
           
 interface MutableLexicalKnowledgeBase
           
 interface NLGLexicon
           
 interface OntoLexLR
          Title: OntoLexLR interface, GATE2 Description: This interface describes the mapping between ontological concepts/instances and lexical entries.
 

Classes in gate.lexicon that implement NameBearer
 class MutableLexicalKnowledgeBaseImpl
           
 class NLGLexiconImpl
           
 class OntoLexKBImpl
           
 class TestNLGLexiconPR
           
 

Uses of NameBearer in gate.persist
 

Subinterfaces of NameBearer in gate.persist
 interface DatabaseDataStore
           
 

Classes in gate.persist that implement NameBearer
 class JDBCDataStore
           
 class OracleDataStore
           
 class PostgresDataStore
           
 class SerialDataStore
          A data store based on Java serialisation.
 

Uses of NameBearer in gate.wordnet
 

Subinterfaces of NameBearer in gate.wordnet
 interface WordNet
          Represents WordNet LKB.
 

Classes in gate.wordnet that implement NameBearer
 class IndexFileWordNetImpl
           
 


GATE
Version 3.1-2270