Commit cffa4f31 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[ngrams] fix for grouping function for ngrams

For nearby terms `["a", "b", "c"]` we concatenated them into one
`"a b c"`. Instead we should leave the singletons as well:
`["a", "b", "b", "a b", "a c", "b c", "a b c"]`.
parent de7cf704
Pipeline #2570 failed with stage
in 48 minutes and 12 seconds