]> Git — Sourcephile - gargantext.git/commit
[Phylo][Merge] Fix warnings and adding Eq instance to Phylo for Behavior test.
authorAlexandre Delanoë <devel+git@delanoe.org>
Fri, 5 Apr 2019 11:55:09 +0000 (13:55 +0200)
committerAlexandre Delanoë <devel+git@delanoe.org>
Fri, 5 Apr 2019 11:55:09 +0000 (13:55 +0200)
commitff00168bfbabac184288a935cad0a3dfb94c065b
tree52595649a16e7e1934ec8f41b10d6f007531b89b
parentb577f0a14df65dd18885eeff31eb07cf09a9e186
[Phylo][Merge] Fix warnings and adding Eq instance to Phylo for Behavior test.
70 files changed:
.gitignore
bin/gargantext-import/Main.hs
package.yaml
src/Gargantext/API.hs
src/Gargantext/API/Auth.hs
src/Gargantext/API/Metrics.hs [new file with mode: 0644]
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Ngrams/Tools.hs [new file with mode: 0644]
src/Gargantext/API/Node.hs
src/Gargantext/API/Settings.hs
src/Gargantext/Core/Types.hs
src/Gargantext/Core/Types/Individu.hs
src/Gargantext/Core/Types/Main.hs
src/Gargantext/Database/Access.hs [new file with mode: 0644]
src/Gargantext/Database/Config.hs
src/Gargantext/Database/Facet.hs
src/Gargantext/Database/Flow.hs
src/Gargantext/Database/Flow/Annuaire.hs [new file with mode: 0644]
src/Gargantext/Database/Flow/Utils.hs
src/Gargantext/Database/Lists.hs
src/Gargantext/Database/Metrics.hs [new file with mode: 0644]
src/Gargantext/Database/Metrics/Count.hs
src/Gargantext/Database/Metrics/NgramsByNode.hs [new file with mode: 0644]
src/Gargantext/Database/Metrics/TFICF.hs [deleted file]
src/Gargantext/Database/Node/Document/Insert.hs
src/Gargantext/Database/Queries/Join.hs
src/Gargantext/Database/Root.hs
src/Gargantext/Database/Schema/Ngrams.hs
src/Gargantext/Database/Schema/Node.hs
src/Gargantext/Database/Schema/NodeNgram.hs
src/Gargantext/Database/Schema/NodeNode.hs
src/Gargantext/Database/Schema/NodeNodeNgrams.hs [moved from src/Gargantext/Database/Schema/NodeNodeNgram.hs with 52% similarity]
src/Gargantext/Database/Schema/NodesNgramsRepo.hs [new file with mode: 0644]
src/Gargantext/Database/Schema/User.hs
src/Gargantext/Database/Schema/createdb [new file with mode: 0755]
src/Gargantext/Database/Schema/schema.sql
src/Gargantext/Database/TextSearch.hs
src/Gargantext/Database/Tree.hs
src/Gargantext/Database/Types/Node.hs
src/Gargantext/Database/Utils.hs
src/Gargantext/Ext/IMT.hs
src/Gargantext/Prelude.hs
src/Gargantext/Prelude/Utils.hs [new file with mode: 0644]
src/Gargantext/Text.hs
src/Gargantext/Text/Flow.hs
src/Gargantext/Text/List.hs
src/Gargantext/Text/List/Learn.hs [new file with mode: 0644]
src/Gargantext/Text/Metrics.hs
src/Gargantext/Text/Metrics/Count.hs
src/Gargantext/Text/Metrics/TFICF.hs
src/Gargantext/Text/Parsers/GrandDebat.hs [new file with mode: 0644]
src/Gargantext/Text/Parsers/WOS.hs
src/Gargantext/Text/Terms.hs
src/Gargantext/Text/Terms/Multi/Lang/Fr.hs
src/Gargantext/Viz/Graph.hs
src/Gargantext/Viz/Graph/Distances/Matrice.hs
src/Gargantext/Viz/Graph/Tools.hs [new file with mode: 0644]
src/Gargantext/Viz/Phylo.hs
src/Gargantext/Viz/Phylo/Aggregates/Cluster.hs
src/Gargantext/Viz/Phylo/Aggregates/Cooc.hs
src/Gargantext/Viz/Phylo/Aggregates/Document.hs
src/Gargantext/Viz/Phylo/Aggregates/Fis.hs
src/Gargantext/Viz/Phylo/BranchMaker.hs
src/Gargantext/Viz/Phylo/Example.hs
src/Gargantext/Viz/Phylo/LevelMaker.hs
src/Gargantext/Viz/Phylo/LinkMaker.hs
src/Gargantext/Viz/Phylo/Metrics/Clustering.hs
src/Gargantext/Viz/Phylo/Metrics/Proximity.hs
src/Gargantext/Viz/Phylo/Tools.hs
stack.yaml