Class TokenizerBuilderWhitespaceSplit
java.lang.Object
org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilder
org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilderWhitespaceSplit
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TokenizerBuilderNgram
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTokenizerBuilderWhitespaceSplit(int[] idCols, int tokenizeCol, org.apache.wink.json4j.JSONObject params) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateInternalRepresentation(FrameBlock in, DocumentRepresentation[] internalRepresentation, int rowStart, int blk) splitToTokens(String text) Methods inherited from class org.apache.sysds.runtime.transform.tokenize.builder.TokenizerBuilder
createInternalRepresentation, getTasks
-
Field Details
-
regex
-
-
Constructor Details
-
TokenizerBuilderWhitespaceSplit
public TokenizerBuilderWhitespaceSplit(int[] idCols, int tokenizeCol, org.apache.wink.json4j.JSONObject params) throws org.apache.wink.json4j.JSONException - Throws:
org.apache.wink.json4j.JSONException
-
-
Method Details
-
splitToTokens
-
createInternalRepresentation
public void createInternalRepresentation(FrameBlock in, DocumentRepresentation[] internalRepresentation, int rowStart, int blk) - Specified by:
createInternalRepresentationin classTokenizerBuilder
-