Ngram
Description
Returns subsequences of N characters (List) of a given text. A new column is created for the results.
Ngram can be used for showing how often words and phrases are used and can be compared to other words or phrases.
Use
- Argument:
- Select an argument. (String)
- Output field name:
- Enter an output field name.
- N:
- Enter the number of characters.
Example
String value | N | Ngram() returns |
---|---|---|
AutomationHero | 4 | Auto,utom,toma,omat,mati,atio,tion,ionH,onHe,nHer,Hero |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Ngram" to see an example of this function.