Commit c14de336 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC]

parent 3fe5b772
......@@ -123,9 +123,13 @@ cooc2graphWith' _doPartitions _bridgenessMethod multi similarity threshold stren
partitions <- if (Map.size distanceMap > 0)
then recursiveClustering' (spinglass' 1) distanceMap
else panic $ Text.unlines [ "[Gargantext.C.V.Graph.Tools] Similarity Matrix is empty"
, "Maybe you should add more Map Terms in your list"
, "Tutorial: TODO"
else panic $ Text.unlines [ "I can not compute the graph you request"
, "because either the quantity of documents"
, "or the quantity of terms"
, "are lacking. "
, "Solution: add more either Documents or Map Terms to your analysis. "
, "Follow the available tutorials on the Training EcoSystems. "
, "Ask your co-users of GarganText how to have access to it."
]
length partitions `seq` return ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment