This enables you to create models that process raw strings.
End-to-end text classification example: colab.research.google.com/drive/1RvCnR7h…
- Supports sparse outputs (int sequences), to be fed into an Embedding layer
- Supports dense outputs (binary, tf-idf, count)
- Built-in ngram generation
Full credits to Mark Omernick for the code example and doing much of the work on this project.