smartGroup-0.0.0: group strings by words in common

SmartGroup

Synopsis

Documentation

groupAll :: Int -> [String] -> [[String]]Source

Divide list into as many groups as possible

groupNum :: Int -> Int -> [String] -> [[String]]Source

Divide list into about n different groups

groupLog :: Int -> [String] -> [[String]]Source

Divide list into groups such that the amount of groups equals the log of the number of elements