Ngrams List: tools
For a given list:
- decrease the repo size list by removing candidates ngrams that have few occurrences (by ASC with limit)
- increase the repo size list by adding candidates ngrams that have many occurrences (by DESC with limit)
useful functions: setList, occurrences, tools
- https://gitlab.iscpif.fr/gargantext/haskell-gargantext/blob/dev/src/Gargantext/API/Ngrams/List.hs#L117
- https://gitlab.iscpif.fr/gargantext/haskell-gargantext/blob/dev/src/Gargantext/API/Ngrams/Tools.hs
- https://gitlab.iscpif.fr/gargantext/haskell-gargantext/blob/dev/src/Gargantext/Core/Text/Metrics/Count.hs#L140