Commit 198b4ef8 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[VERSION + DOC] starting the versionning from 0. Adding API modules to the doc.

parent 6f66c3dc
name: gargantext name: gargantext
version: '0.1.0.0' version: '0.0.0.1'
synopsis: Search, map, share synopsis: Search, map, share
description: Please see README.md description: Please see README.md
category: Data category: Data
...@@ -25,6 +25,12 @@ library: ...@@ -25,6 +25,12 @@ library:
exposed-modules: exposed-modules:
- Gargantext - Gargantext
- Gargantext.API - Gargantext.API
- Gargantext.API.Orchestrator
- Gargantext.API.Search
- Gargantext.API.FrontEnd
- Gargantext.API.Count
- Gargantext.API.Auth
- Gargantext.API.Settings
- Gargantext.Core - Gargantext.Core
- Gargantext.Core.Types - Gargantext.Core.Types
- Gargantext.Database - Gargantext.Database
...@@ -37,6 +43,7 @@ library: ...@@ -37,6 +43,7 @@ library:
- Gargantext.Text.Metrics.Count - Gargantext.Text.Metrics.Count
- Gargantext.Text.Metrics.CharByChar - Gargantext.Text.Metrics.CharByChar
- Gargantext.Text.Parsers.CSV - Gargantext.Text.Parsers.CSV
- Gargantext.Text.Parsers.WOS
- Gargantext.Text.Parsers.Date - Gargantext.Text.Parsers.Date
- Gargantext.Text.Search - Gargantext.Text.Search
- Gargantext.Text.Terms - Gargantext.Text.Terms
......
...@@ -129,7 +129,7 @@ textFlow' termType contexts = do ...@@ -129,7 +129,7 @@ textFlow' termType contexts = do
-- printDebug "distance" $ M.size distance -- printDebug "distance" $ M.size distance
---} ---}
partitions <- cLouvain distanceMap partitions <- cLouvain distanceMap
------ | Building : -> Graph -> JSON -- Building : -> Graph -> JSON
printDebug "partitions" $ length partitions printDebug "partitions" $ length partitions
--printDebug "partitions" partitions --printDebug "partitions" partitions
pure $ data2graph (M.toList ti) myCooc4 distanceMap partitions pure $ data2graph (M.toList ti) myCooc4 distanceMap partitions
......
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