org.nlp2rdf.implementation.opennlp
Class SpanDecorator
java.lang.Object
org.nlp2rdf.core.Span
org.nlp2rdf.implementation.opennlp.SpanDecorator
- All Implemented Interfaces:
- Comparable<Span>
public class SpanDecorator
- extends Span
- Author:
- Sebastian Hellmann
Date: 11/8/11
Boilerplate
| Methods inherited from class org.nlp2rdf.core.Span |
compareTo, contains, contains, crosses, equals, getCoveredText, getEnd, getStart, getType, hashCode, intersects, length, spansToStrings, spansToStrings, startsWith, toString |
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.