Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Przemyslaw Kaminski
haskell-gargantext
Commits
198b4ef8
Commit
198b4ef8
authored
Aug 23, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[VERSION + DOC] starting the versionning from 0. Adding API modules to the doc.
parent
6f66c3dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
package.yaml
package.yaml
+8
-1
TextFlow.hs
src/Gargantext/TextFlow.hs
+1
-1
No files found.
package.yaml
View file @
198b4ef8
name
:
gargantext
version
:
'
0.
1.0.0
'
version
:
'
0.
0.0.1
'
synopsis
:
Search, map, share
description
:
Please see README.md
category
:
Data
...
...
@@ -25,6 +25,12 @@ library:
exposed-modules
:
-
Gargantext
-
Gargantext.API
-
Gargantext.API.Orchestrator
-
Gargantext.API.Search
-
Gargantext.API.FrontEnd
-
Gargantext.API.Count
-
Gargantext.API.Auth
-
Gargantext.API.Settings
-
Gargantext.Core
-
Gargantext.Core.Types
-
Gargantext.Database
...
...
@@ -37,6 +43,7 @@ library:
-
Gargantext.Text.Metrics.Count
-
Gargantext.Text.Metrics.CharByChar
-
Gargantext.Text.Parsers.CSV
-
Gargantext.Text.Parsers.WOS
-
Gargantext.Text.Parsers.Date
-
Gargantext.Text.Search
-
Gargantext.Text.Terms
...
...
src/Gargantext/TextFlow.hs
View file @
198b4ef8
...
...
@@ -129,7 +129,7 @@ textFlow' termType contexts = do
-- printDebug "distance" $ M.size distance
---}
partitions
<-
cLouvain
distanceMap
--
---- |
Building : -> Graph -> JSON
-- Building : -> Graph -> JSON
printDebug
"partitions"
$
length
partitions
--printDebug "partitions" partitions
pure
$
data2graph
(
M
.
toList
ti
)
myCooc4
distanceMap
partitions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment