]> Git — Sourcephile - gargantext.git/commit
[REFACT] Text -> Core
authorAlexandre Delanoë <devel+git@delanoe.org>
Wed, 26 Aug 2020 13:52:58 +0000 (15:52 +0200)
committerAlexandre Delanoë <devel+git@delanoe.org>
Wed, 26 Aug 2020 13:52:58 +0000 (15:52 +0200)
commitcf1206dfae9e0c05868b7385ee746fcc00a1bd04
tree1e3f6aa2d6f2b6adf250e3ca52fc7fd85b533174
parent2f9e26f5779056459e27c10dd5a3566ecc6262c6
[REFACT] Text -> Core
86 files changed:
bin/gargantext-adaptative-phylo/Main.hs
bin/gargantext-cli/CleanCsvCorpus.hs
bin/gargantext-cli/Main.hs
bin/gargantext-import/Main.hs
bin/gargantext-phylo/Main.hs
package.yaml
src/Gargantext.hs
src/Gargantext/API/Metrics.hs
src/Gargantext/API/Node.hs
src/Gargantext/API/Node/Contact.hs
src/Gargantext/API/Node/Corpus/New.hs
src/Gargantext/Core/Flow/Ngrams.hs
src/Gargantext/Core/Flow/Types.hs
src/Gargantext/Core/Text.hs [moved from src/Gargantext/Text.hs with 99% similarity]
src/Gargantext/Core/Text/Context.hs [moved from src/Gargantext/Text/Context.hs with 92% similarity]
src/Gargantext/Core/Text/Convert.hs [moved from src/Gargantext/Text/Convert.hs with 68% similarity]
src/Gargantext/Core/Text/Corpus/API.hs [moved from src/Gargantext/Text/Corpus/API.hs with 74% similarity]
src/Gargantext/Core/Text/Corpus/API/Hal.hs [moved from src/Gargantext/Text/Corpus/API/Hal.hs with 91% similarity]
src/Gargantext/Core/Text/Corpus/API/Isidore.hs [moved from src/Gargantext/Text/Corpus/API/Isidore.hs with 90% similarity]
src/Gargantext/Core/Text/Corpus/API/Istex.hs [moved from src/Gargantext/Text/Corpus/API/Istex.hs with 92% similarity]
src/Gargantext/Core/Text/Corpus/API/Pubmed.hs [moved from src/Gargantext/Text/Corpus/API/Pubmed.hs with 95% similarity]
src/Gargantext/Core/Text/Corpus/Parsers.hs [moved from src/Gargantext/Text/Corpus/Parsers.hs with 92% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/CSV.hs [moved from src/Gargantext/Text/Corpus/Parsers/CSV.hs with 98% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/Date.hs [moved from src/Gargantext/Text/Corpus/Parsers/Date.hs with 95% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/Date/Attoparsec.hs [moved from src/Gargantext/Text/Corpus/Parsers/Date/Attoparsec.hs with 86% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/Date/Parsec.hs [moved from src/Gargantext/Text/Corpus/Parsers/Date/Parsec.hs with 96% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/GrandDebat.hs [moved from src/Gargantext/Text/Corpus/Parsers/GrandDebat.hs with 96% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/Isidore.hs [moved from src/Gargantext/Text/Corpus/Parsers/Isidore.hs with 97% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/Json2Csv.hs [moved from src/Gargantext/Text/Corpus/Parsers/Json2Csv.hs with 85% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/RIS.hs [moved from src/Gargantext/Text/Corpus/Parsers/RIS.hs with 93% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/RIS/Presse.hs [moved from src/Gargantext/Text/Corpus/Parsers/RIS/Presse.hs with 88% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/WOS.hs [moved from src/Gargantext/Text/Corpus/Parsers/WOS.hs with 90% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/Wikimedia.hs [moved from src/Gargantext/Text/Corpus/Parsers/Wikimedia.hs with 95% similarity]
src/Gargantext/Core/Text/Corpus/Parsers/XML_hs [moved from src/Gargantext/Text/Corpus/Parsers/XML_hs with 100% similarity]
src/Gargantext/Core/Text/Examples.hs [moved from src/Gargantext/Text/Examples.hs with 91% similarity]
src/Gargantext/Core/Text/Flow.hs [moved from src/Gargantext/Text/Flow.hs with 97% similarity]
src/Gargantext/Core/Text/Learn.hs [moved from src/Gargantext/Text/Learn.hs with 94% similarity]
src/Gargantext/Core/Text/List.hs [moved from src/Gargantext/Text/List.hs with 96% similarity]
src/Gargantext/Core/Text/List/CSV.hs [moved from src/Gargantext/Text/List/CSV.hs with 96% similarity]
src/Gargantext/Core/Text/List/Learn.hs [moved from src/Gargantext/Text/List/Learn.hs with 94% similarity]
src/Gargantext/Core/Text/Metrics.hs [moved from src/Gargantext/Text/Metrics.hs with 98% similarity]
src/Gargantext/Core/Text/Metrics/CharByChar.hs [moved from src/Gargantext/Text/Metrics/CharByChar.hs with 96% similarity]
src/Gargantext/Core/Text/Metrics/Count.hs [moved from src/Gargantext/Text/Metrics/Count.hs with 98% similarity]
src/Gargantext/Core/Text/Metrics/Freq.hs [moved from src/Gargantext/Text/Metrics/Freq.hs with 91% similarity]
src/Gargantext/Core/Text/Metrics/FrequentItemSet.hs [moved from src/Gargantext/Text/Metrics/FrequentItemSet.hs with 97% similarity]
src/Gargantext/Core/Text/Metrics/Hetero.purs [moved from src/Gargantext/Text/Metrics/Hetero.purs with 100% similarity]
src/Gargantext/Core/Text/Metrics/TFICF.hs [moved from src/Gargantext/Text/Metrics/TFICF.hs with 94% similarity]
src/Gargantext/Core/Text/Samples/CH.hs [moved from src/Gargantext/Text/Samples/CH.hs with 93% similarity]
src/Gargantext/Core/Text/Samples/DE.hs [moved from src/Gargantext/Text/Samples/DE.hs with 92% similarity]
src/Gargantext/Core/Text/Samples/EN.hs [moved from src/Gargantext/Text/Samples/EN.hs with 98% similarity]
src/Gargantext/Core/Text/Samples/FR.hs [moved from src/Gargantext/Text/Samples/FR.hs with 92% similarity]
src/Gargantext/Core/Text/Samples/SP.hs [moved from src/Gargantext/Text/Samples/SP.hs with 91% similarity]
src/Gargantext/Core/Text/Search.hs [moved from src/Gargantext/Text/Search.hs with 91% similarity]
src/Gargantext/Core/Text/Terms.hs [moved from src/Gargantext/Text/Terms.hs with 92% similarity]
src/Gargantext/Core/Text/Terms/Eleve.hs [moved from src/Gargantext/Text/Terms/Eleve.hs with 99% similarity]
src/Gargantext/Core/Text/Terms/Mono.hs [moved from src/Gargantext/Text/Terms/Mono.hs with 85% similarity]
src/Gargantext/Core/Text/Terms/Mono/Stem.hs [moved from src/Gargantext/Text/Terms/Mono/Stem.hs with 94% similarity]
src/Gargantext/Core/Text/Terms/Mono/Stem/En.hs [moved from src/Gargantext/Text/Terms/Mono/Stem/En.hs with 95% similarity]
src/Gargantext/Core/Text/Terms/Mono/Token.hs [moved from src/Gargantext/Text/Terms/Mono/Token.hs with 84% similarity]
src/Gargantext/Core/Text/Terms/Mono/Token/En.hs [moved from src/Gargantext/Text/Terms/Mono/Token/En.hs with 98% similarity]
src/Gargantext/Core/Text/Terms/Multi.hs [moved from src/Gargantext/Text/Terms/Multi.hs with 77% similarity]
src/Gargantext/Core/Text/Terms/Multi/Group.hs [moved from src/Gargantext/Text/Terms/Multi/Group.hs with 89% similarity]
src/Gargantext/Core/Text/Terms/Multi/Lang/En.hs [moved from src/Gargantext/Text/Terms/Multi/Lang/En.hs with 89% similarity]
src/Gargantext/Core/Text/Terms/Multi/Lang/Fr.hs [moved from src/Gargantext/Text/Terms/Multi/Lang/Fr.hs with 86% similarity]
src/Gargantext/Core/Text/Terms/Multi/PosTagging.hs [moved from src/Gargantext/Text/Terms/Multi/PosTagging.hs with 98% similarity]
src/Gargantext/Core/Text/Terms/Multi/RAKE.hs [moved from src/Gargantext/Text/Terms/Multi/RAKE.hs with 88% similarity]
src/Gargantext/Core/Text/Terms/WithList.hs [moved from src/Gargantext/Text/Terms/WithList.hs with 93% similarity]
src/Gargantext/Database/Action/Flow.hs
src/Gargantext/Database/Action/Flow/Types.hs
src/Gargantext/Database/Action/Learn.hs
src/Gargantext/Database/Action/Metrics.hs
src/Gargantext/Database/Action/Metrics/Lists.hs
src/Gargantext/Database/Action/Metrics/NgramsByNode.hs
src/Gargantext/Database/Action/Search.hs
src/Gargantext/Database/Query/Table/Node/Document/Insert.hs
src/Gargantext/Database/Schema/Ngrams.hs
src/Gargantext/Ext/IMT.hs
src/Gargantext/Viz/AdaptativePhylo.hs
src/Gargantext/Viz/Chart.hs
src/Gargantext/Viz/Phylo.hs
src/Gargantext/Viz/Phylo/Aggregates.hs
src/Gargantext/Viz/Phylo/Example.hs
src/Gargantext/Viz/Phylo/LevelMaker.hs
src/Gargantext/Viz/Phylo/Main.hs
src/Gargantext/Viz/Phylo/PhyloExample.hs
src/Gargantext/Viz/Phylo/PhyloMaker.hs