org.nlp2rdf.implementation.opennlp
Class SpanDecorator

java.lang.Object
  extended by org.nlp2rdf.core.Span
      extended by org.nlp2rdf.implementation.opennlp.SpanDecorator
All Implemented Interfaces:
Comparable<Span>

public class SpanDecorator
extends Span

Author:
Sebastian Hellmann Date: 11/8/11 Boilerplate

Constructor Summary
SpanDecorator(int s, int e)
           
SpanDecorator(int s, int e, String type)
           
SpanDecorator(opennlp.tools.util.Span span)
           
SpanDecorator(Span span, int offset)
           
 
Method Summary
 
Methods inherited from class org.nlp2rdf.core.Span
compareTo, contains, contains, crosses, equals, getCoveredText, getEnd, getStart, getType, hashCode, intersects, length, spansToStrings, spansToStrings, startsWith, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpanDecorator

public SpanDecorator(int s,
                     int e,
                     String type)

SpanDecorator

public SpanDecorator(int s,
                     int e)

SpanDecorator

public SpanDecorator(Span span,
                     int offset)

SpanDecorator

public SpanDecorator(opennlp.tools.util.Span span)


Copyright © 2011. All Rights Reserved.