-
Przemyslaw Kaminski authored
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"]`.
cffa4f31
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"]`.