Package org.aksw.gerbil.transfer.nif
Interface Span
- All Known Subinterfaces:
MeaningSpan,ScoredSpan,TypedSpan
- All Known Implementing Classes:
NamedEntity,ScoredNamedEntity,ScoredSpanImpl,ScoredTypedNamedEntity,SpanImpl,TypedNamedEntity,TypedSpanImpl
A Span marks a position inside a text.
- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintintvoidsetIsWord(boolean isWord) voidsetLength(int length) voidsetStartPosition(int startPosition) Methods inherited from interface org.aksw.gerbil.transfer.nif.Marking
clone, getProvenanceInfo, setProvenanceInfo, toString
-
Method Details
-
getStartPosition
int getStartPosition() -
setStartPosition
void setStartPosition(int startPosition) -
getLength
int getLength() -
setLength
void setLength(int length) -
setIsWord
void setIsWord(boolean isWord) -
getIsWord
boolean getIsWord()
-