Approach to split up sentences into n parts.

Example: The sentence “The cat is brown” can be split into unigrams like this: The, cat, is, brown. Bi-gram: The cat, cat is, is brown,

This can be used to compute similarity, for example.