]> Git — Sourcephile - gargantext.git/commit
[PATH] Data.Gargantext -> Gargantext.
authorAlexandre Delanoë <devel+git@delanoe.org>
Tue, 6 Feb 2018 12:35:00 +0000 (13:35 +0100)
committerAlexandre Delanoë <devel+git@delanoe.org>
Tue, 6 Feb 2018 12:35:00 +0000 (13:35 +0100)
commitb75a81317f0613d6c5636b5f7554e13e4d29439e
treea544f9a710b9b8effa81e445a56bd5d0204b2023
parent5ac5860aea18b553b294705654539562bcf4c681
[PATH] Data.Gargantext -> Gargantext.
51 files changed:
gargantext.cabal
package.yaml
src/Gargantext.hs [new file with mode: 0644]
src/Gargantext/Analysis.hs [new file with mode: 0644]
src/Gargantext/DSL.hs [new file with mode: 0644]
src/Gargantext/Database.hs [new file with mode: 0644]
src/Gargantext/Database/Instances.hs [new file with mode: 0644]
src/Gargantext/Database/Ngram.hs [new file with mode: 0644]
src/Gargantext/Database/Node.hs [new file with mode: 0644]
src/Gargantext/Database/NodeNgram.hs [new file with mode: 0644]
src/Gargantext/Database/NodeNgramNgram.hs [new file with mode: 0644]
src/Gargantext/Database/NodeNode.hs [new file with mode: 0644]
src/Gargantext/Database/NodeNodeNgram.hs [new file with mode: 0644]
src/Gargantext/Database/Private.hs [new file with mode: 0644]
src/Gargantext/Database/User.hs [new file with mode: 0644]
src/Gargantext/Error_hs [new file with mode: 0644]
src/Gargantext/Network_hs [new file with mode: 0644]
src/Gargantext/Ngrams.hs [new file with mode: 0644]
src/Gargantext/Ngrams/CoreNLP.hs [new file with mode: 0644]
src/Gargantext/Ngrams/Count.hs [new file with mode: 0644]
src/Gargantext/Ngrams/Hetero_hs [new file with mode: 0644]
src/Gargantext/Ngrams/Lang/En.hs [new file with mode: 0644]
src/Gargantext/Ngrams/Lang/Fr.hs [new file with mode: 0644]
src/Gargantext/Ngrams/Metrics.hs [new file with mode: 0644]
src/Gargantext/Ngrams/Occurrences.hs [new file with mode: 0644]
src/Gargantext/Ngrams/Parser.hs [new file with mode: 0644]
src/Gargantext/Ngrams/TFICF_hs [new file with mode: 0644]
src/Gargantext/Ngrams/TextMining.hs [new file with mode: 0644]
src/Gargantext/Ngrams/Word2Vec_hs [new file with mode: 0644]
src/Gargantext/Ngrams/Words_hs [new file with mode: 0644]
src/Gargantext/Parsers.hs [new file with mode: 0644]
src/Gargantext/Parsers/CSV_hs [new file with mode: 0644]
src/Gargantext/Parsers/Date.hs [new file with mode: 0644]
src/Gargantext/Parsers/RIS_hs [new file with mode: 0644]
src/Gargantext/Parsers/Utils_hs [new file with mode: 0644]
src/Gargantext/Parsers/WOS.hs [new file with mode: 0644]
src/Gargantext/Parsers/XML_hs [new file with mode: 0644]
src/Gargantext/Prelude.hs [new file with mode: 0644]
src/Gargantext/RCT.hs [new file with mode: 0644]
src/Gargantext/Rights_hs [new file with mode: 0644]
src/Gargantext/Server.hs [new file with mode: 0644]
src/Gargantext/Types.hs [new file with mode: 0644]
src/Gargantext/Types/Main.hs [new file with mode: 0644]
src/Gargantext/Types/Node.hs [new file with mode: 0644]
src/Gargantext/Utils.hs [new file with mode: 0644]
src/Gargantext/Utils/Chronos.purs [new file with mode: 0644]
src/Gargantext/Utils/Count_hs [new file with mode: 0644]
src/Gargantext/Utils/DateUtils.hs [new file with mode: 0644]
src/Gargantext/Utils/LangDetect_hs [new file with mode: 0644]
src/Gargantext/Utils/Prefix.hs [new file with mode: 0644]
src/Gargantext/Utils/SaveGetHash_hs [new file with mode: 0644]