]> Git — Sourcephile - gargantext.git/commit
[ngrams] fix for grouping function for ngrams
authorPrzemek Kaminski <pk@intrepidus.pl>
Thu, 17 Mar 2022 12:51:55 +0000 (13:51 +0100)
committerPrzemek Kaminski <pk@intrepidus.pl>
Thu, 17 Mar 2022 12:51:55 +0000 (13:51 +0100)
commitcffa4f312369144ca6c489bf96c08125ac4a6f7b
treecfe8c5afd570206f6e2388a27c71fb275fb4f27e
parentde7cf704a5186656d1485f56497264a55763dd41
[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"]`.
src/Gargantext/Core/Text/Terms/Multi/Group.hs
src/Gargantext/Core/Types.hs