Install:
1. Download all the oaps, library and demo
2. just click them to install
How to use it:
1. Create enitty with contains binary data to save your file text in a binary format.
2. Call the action Tokenize(binarydata)
3. Assign the output into List of Tokens (string, seed tthe demo)
Feature:
1. the words are split using separator space character (" ")
2. Empty words yielded are ignored
That's it.