de.dfki.lt.tools.tokenizer.output
Class ParagraphOutputter

java.lang.Object
  extended byde.dfki.lt.tools.tokenizer.output.ParagraphOutputter

public class ParagraphOutputter
extends java.lang.Object

ParagraphOutputter provides static methods that convert a AnnotatedString into a list of nested representation of Paragraphs with TextUnits and Tokens.

Version:
$Id: ParagraphOutputter.java,v 1.4 2005/04/12 08:47:38 steffen Exp $
Author:
Joerg Steffen, DFKI

Constructor Summary
ParagraphOutputter()
           
 
Method Summary
static java.util.List createParagraphs(AnnotatedString input)
          This creates a List of Paragraphs with TextUnit and Token from an annotated input.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphOutputter

public ParagraphOutputter()
Method Detail

createParagraphs

public static java.util.List createParagraphs(AnnotatedString input)
This creates a List of Paragraphs with TextUnit and Token from an annotated input.

Parameters:
input - an AnnotatedString
Returns:
a List with Paragraphs