Package cc.mallet.extract
Class BIOTokenizationFilterWithTokenIndices
- java.lang.Object
-
- cc.mallet.extract.BIOTokenizationFilter
-
- cc.mallet.extract.BIOTokenizationFilterWithTokenIndices
-
- All Implemented Interfaces:
TokenizationFilter
,java.io.Serializable
public class BIOTokenizationFilterWithTokenIndices extends BIOTokenizationFilter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BIOTokenizationFilterWithTokenIndices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Span
createSpan(Tokenization input, int startTokenIdx, int endTokenIdx)
-
Methods inherited from class cc.mallet.extract.BIOTokenizationFilter
constructLabeledSpans
-
-
-
-
Method Detail
-
createSpan
protected Span createSpan(Tokenization input, int startTokenIdx, int endTokenIdx)
- Overrides:
createSpan
in classBIOTokenizationFilter
-
-