Transform string to a list of ngrams
Transform a string to a list of possible ngrams
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
String | The string to transform. | Text | false | |
N | The min amount of characters to take into account. | Number | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store in the "Variable scope" containing the result. | ARRAY |