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

[DOC]

parent d721af08
...@@ -5,7 +5,7 @@ cabal-version: 1.12 ...@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: gargantext name: gargantext
version: 0.0.6.9.8.7 version: 0.0.6.9.8.7
synopsis: Search, map, share synopsis: Search, map, share
description: Please see README.md description: Please see README.md
category: Data category: Data
......
...@@ -123,14 +123,14 @@ cooc2graphWith' _doPartitions _bridgenessMethod multi similarity threshold stren ...@@ -123,14 +123,14 @@ cooc2graphWith' _doPartitions _bridgenessMethod multi similarity threshold stren
partitions <- if (Map.size distanceMap > 0) partitions <- if (Map.size distanceMap > 0)
then recursiveClustering' (spinglass' 1) distanceMap then recursiveClustering' (spinglass' 1) distanceMap
else panic $ Text.unlines [ "I can not compute the graph you request" else panic $ Text.intercalate " " [ "I can not compute the graph you request"
, "because either the quantity of documents" , "because either the quantity of documents"
, "or the quantity of terms" , "or the quantity of terms"
, "are lacking. " , "are lacking."
, "Solution: add more either Documents or Map Terms to your analysis. " , "Solution: add more either Documents or Map Terms to your analysis."
, "Follow the available tutorials on the Training EcoSystems. " , "Follow the available tutorials on the Training EcoSystems."
, "Ask your co-users of GarganText how to have access to it." , "Ask your co-users of GarganText how to have access to it."
] ]
length partitions `seq` return () length partitions `seq` return ()
let let
......
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