public interface TokenizerPost extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getNumCols() |
long |
getNumRows(long inRows) |
Types.ValueType[] |
getOutSchema() |
FrameBlock |
tokenizePost(List<org.apache.sysds.runtime.transform.tokenize.Tokenizer.DocumentToTokens> tl,
FrameBlock out) |
FrameBlock tokenizePost(List<org.apache.sysds.runtime.transform.tokenize.Tokenizer.DocumentToTokens> tl, FrameBlock out)
Types.ValueType[] getOutSchema()
long getNumRows(long inRows)
long getNumCols()
Copyright © 2021 The Apache Software Foundation. All rights reserved.