Uses of Class
de.fu_berlin.ties.ContextMap

Packages that use ContextMap
de.fu_berlin.ties This package bundles main entry points and general interfaces and classes for TIES. 
de.fu_berlin.ties.classify This package provides functionality for classification of texts and feature vectors. 
de.fu_berlin.ties.eval This packages provides functionality for evaluating results of classifiers and extractors. 
de.fu_berlin.ties.extract This package handles information extraction and entitiy recognition. 
de.fu_berlin.ties.preprocess This packages handles format conversions and linguistic preprocessing of documents. 
de.fu_berlin.ties.xml This package contains utility classes for working with XML documents and related data. 
de.fu_berlin.ties.xml.dom This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j
 

Uses of ContextMap in de.fu_berlin.ties
 

Methods in de.fu_berlin.ties with parameters of type ContextMap
abstract  void DocumentProcessor.process(Document document, ContextMap context)
          Processes an XML document.
 void DocumentProcessor.process(Document document, Writer writer, ContextMap context)
          Processes an XML document, writing a modified version to a writer.
abstract  void DirectoryProcessor.process(File[] files, ContextMap context)
          Processes an array of files.
protected  void DocumentReader.doProcess(Reader reader, Writer writer, ContextMap context)
          Processes the contents of a reader, writing a modified version to a writer.
abstract  void DocumentReader.process(Document document, Writer writer, ContextMap context)
          Reads an XML document and stores the results of processing in a writer.
protected abstract  void TextProcessor.doProcess(Reader reader, Writer writer, ContextMap context)
          Processes the contents of a reader, writing a modified version to a writer.
 void TextProcessor.process(Reader reader, Writer writer, ContextMap context)
          Delegates to the abstract TextProcessor.doProcess(Reader, Writer, ContextMap) method and invokes a post-processor, if configured.
 void TextProcessor.process(File file, Writer writer, ContextMap context)
          Processes the contents of a file, delegating to the TextProcessor.process(Reader, Writer, ContextMap) method.
 void TextProcessor.process(URLConnection urlConn, Writer writer, ContextMap context)
          Processes the contents of an URL connection, delegating to the TextProcessor.process(Reader, Writer, ContextMap) method.
 

Uses of ContextMap in de.fu_berlin.ties.classify
 

Methods in de.fu_berlin.ties.classify with parameters of type ContextMap
protected  void ClassTrain.doProcess(Reader reader, Writer writer, ContextMap context)
          Delegates to ClassTrain.classifyAndTrain(FieldContainer, File, String).
 

Uses of ContextMap in de.fu_berlin.ties.eval
 

Methods in de.fu_berlin.ties.eval with parameters of type ContextMap
protected  void ReEvaluator.doProcess(Reader reader, Writer writer, ContextMap context)
          Processes the contents of a reader, writing a modified version to a writer.
 

Uses of ContextMap in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract with parameters of type ContextMap
 void Trainer.process(Document document, Writer writer, ContextMap context)
          Trains the local classifier with the correct extractions of an XML document, using the provided context representation.
 void Trainer.processToken(Element element, String left, String token, String right, int tokenRep, boolean whitespaceBefore, ContextMap context)
          Trains the local classifier on the features of a token in an XML document.
 void AnswerBuilder.process(Document document, Writer writer, ContextMap context)
          Buildings an ExtractionContainer of answer keys from from an annotated XML document.
 void AnswerBuilder.processElement(Element element, TokenContainer tokenContainer, ContextMap context)
          Classifies an element in an XML document, building features and delegating to the classifier.
 void Extractor.process(Document document, Writer writer, ContextMap context)
          Extracts items of interest from the contents of an XML document and serializes the extractions.
 void Extractor.processToken(Element element, String left, String token, String right, int tokenRep, boolean whitespaceBefore, ContextMap context)
          Classifies a token in an XML document, building features and delegating to the classifier.
 void TrainEval.process(File[] files, ContextMap context)
          Processes an array of files, calling the TrainEval.trainAndEval(File[], ContextMap, File, int) method TrainEval.getRuns()() times.
 TrainEval.Results TrainEval.trainAndEval(File[] files, ContextMap context, File runDirectory, int runNo)
          Processes an array of files.
 

Uses of ContextMap in de.fu_berlin.ties.preprocess
 

Methods in de.fu_berlin.ties.preprocess with parameters of type ContextMap
protected  void PreProcessor.doProcess(Reader reader, Writer writer, ContextMap context)
          Preprocesses the contents of a file.
protected  void TreeTagger.doProcess(Reader in, Writer out, ContextMap context)
          Augments the input text with the output of the TreeTagger.
 

Uses of ContextMap in de.fu_berlin.ties.xml
 

Methods in de.fu_berlin.ties.xml with parameters of type ContextMap
protected  void XMLAdjuster.doProcess(Reader reader, Writer writer, ContextMap context)
          Tries to fix corrupt XML documents, especially documents containing nesting errors.
 

Uses of ContextMap in de.fu_berlin.ties.xml.dom
 

Methods in de.fu_berlin.ties.xml.dom with parameters of type ContextMap
 void ElementProcessor.processElement(Element element, TokenContainer tokenContainer, ContextMap context)
          Processes an element in an XML document, optionally modifying the element or the document it is part of.
 void XMLStripper.process(Document document, Writer writer, ContextMap context)
          Strips all markup from an XML document and stores the resulting plain text.
 void TokenProcessor.processToken(Element element, String left, String token, String right, int tokenRep, boolean whitespaceBefore, ContextMap context)
          Processes a token in an XML element, optionally modifying the element or the document it is part of.
 void DocumentWalker.walk(Document document, ContextMap context)
          Walks through the contents of an XML document, tokenizing the textual contents.
protected  void DocumentWalker.walk(Element element, TokenContainer tokenContainer, ContextMap context)
          Walks through the contents of a node, tokenizing textual contents and recursing through nested elements.
protected  void TokenWalker.processCollectedText(Element element, CharSequence collectedText, TokenCounter tokenCounter, TextTokenizer tokenizer, ContextMap context)
          Helper method that tokenizes the collected textual contents of an element and delegates to the token processor for each of them.
 void TokenWalker.walk(Document document, ContextMap context)
          Walks through the contents of an XML document, tokenizing the textual contents.
protected  void TokenWalker.walk(Element element, TokenCounter tokenCounter, TextTokenizer tokenizer, ContextMap context)
          Walks through the contents of a node, tokenizing textual contents and recursing through nested elements.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.