| 
GATE Version 3.1-2270  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractResource | |
|---|---|
| com.ontotext.gate.ontology | |
| gate | This package contains the public interface to the GATE Java API. | 
| 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.jena | |
| gate.creole.orthomatcher | |
| gate.creole.splitter | |
| gate.creole.tokeniser | |
| gate.creole.tokeniser.chinesetokeniser | |
| gate.gui.docview | |
| gate.lexicon | |
| gate.wordnet | |
| Uses of AbstractResource in com.ontotext.gate.ontology | 
|---|
| Subclasses of AbstractResource in com.ontotext.gate.ontology | |
|---|---|
 class | 
OntologyImpl
An Ontology Implementation Class  | 
 class | 
TaxonomyImpl
A Taxonomy Implementation Class  | 
| Uses of AbstractResource in gate | 
|---|
| Subclasses of AbstractResource in gate | |
|---|---|
 class | 
DocumentFormat
The format of Documents.  | 
| Uses of AbstractResource in gate.corpora | 
|---|
| Subclasses of AbstractResource in gate.corpora | |
|---|---|
 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 AbstractResource in gate.creole | 
|---|
| Subclasses of AbstractResource in gate.creole | |
|---|---|
 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 | 
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 AbstractResource in gate.creole.annotdelete | 
|---|
| Subclasses of AbstractResource in gate.creole.annotdelete | |
|---|---|
 class | 
AnnotationDeletePR
This class is the implementation of a processing resource which deletes all annotations and sets other than 'original markups'.  | 
| Uses of AbstractResource in gate.creole.annotransfer | 
|---|
| Subclasses of AbstractResource in gate.creole.annotransfer | |
|---|---|
 class | 
AnnotationSetTransfer
This class is the implementation of the resource ACEPROCESSOR.  | 
| Uses of AbstractResource in gate.creole.coref | 
|---|
| Subclasses of AbstractResource in gate.creole.coref | |
|---|---|
 class | 
AbstractCoreferencer
 | 
 class | 
Coreferencer
 | 
 class | 
NominalCoref
 | 
 class | 
PronominalCoref
 | 
| Uses of AbstractResource in gate.creole.dumpingPR | 
|---|
| Subclasses of AbstractResource in gate.creole.dumpingPR | |
|---|---|
 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 AbstractResource in gate.creole.gazetteer | 
|---|
| Subclasses of AbstractResource in gate.creole.gazetteer | |
|---|---|
 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 AbstractResource in gate.creole.ir | 
|---|
| Subclasses of AbstractResource in gate.creole.ir | |
|---|---|
 class | 
SearchPR
 | 
| Uses of AbstractResource in gate.creole.kea | 
|---|
| Subclasses of AbstractResource in gate.creole.kea | |
|---|---|
 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 AbstractResource in gate.creole.ml | 
|---|
| Subclasses of AbstractResource in gate.creole.ml | |
|---|---|
 class | 
MachineLearningPR
This processing resource is used to train a machine learning algorithm with data extracted from a corpus.  | 
| Uses of AbstractResource in gate.creole.morph | 
|---|
| Subclasses of AbstractResource in gate.creole.morph | |
|---|---|
 class | 
Morph
Description: This class is a wrapper for Interpret,
 the Morphological Analyzer. | 
| Uses of AbstractResource in gate.creole.ontology.jena | 
|---|
| Subclasses of AbstractResource in gate.creole.ontology.jena | |
|---|---|
 class | 
JenaOntologyImpl
An implementation for GATE Ontologies based on Jena2  | 
| Uses of AbstractResource in gate.creole.orthomatcher | 
|---|
| Subclasses of AbstractResource in gate.creole.orthomatcher | |
|---|---|
 class | 
OrthoMatcher
 | 
| Uses of AbstractResource in gate.creole.splitter | 
|---|
| Subclasses of AbstractResource in gate.creole.splitter | |
|---|---|
 class | 
SentenceSplitter
A sentence splitter.  | 
| Uses of AbstractResource in gate.creole.tokeniser | 
|---|
| Subclasses of AbstractResource in gate.creole.tokeniser | |
|---|---|
 class | 
DefaultTokeniser
A composed tokeniser containing a SimpleTokeniser and a
 Transducer. | 
 class | 
SimpleTokeniser
Implementation of a Unicode rule based tokeniser.  | 
| Uses of AbstractResource in gate.creole.tokeniser.chinesetokeniser | 
|---|
| Subclasses of AbstractResource in gate.creole.tokeniser.chinesetokeniser | |
|---|---|
 class | 
ChineseTokeniser
Title: ChineseTokeniser.java Description: This class is a wrapper for segmenter.  | 
| Uses of AbstractResource in gate.gui.docview | 
|---|
| Subclasses of AbstractResource in gate.gui.docview | |
|---|---|
 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 AbstractResource in gate.lexicon | 
|---|
| Subclasses of AbstractResource in gate.lexicon | |
|---|---|
 class | 
MutableLexicalKnowledgeBaseImpl
 | 
 class | 
NLGLexiconImpl
 | 
 class | 
OntoLexKBImpl
 | 
 class | 
TestNLGLexiconPR
 | 
| Uses of AbstractResource in gate.wordnet | 
|---|
| Subclasses of AbstractResource in gate.wordnet | |
|---|---|
 class | 
IndexFileWordNetImpl
 | 
  | 
GATE Version 3.1-2270  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||