]> Git — Sourcephile - gargantext.git/commit
[STRUCTURE] Make it simple and clean old code.
authorAlexandre Delanoë <devel+git@delanoe.org>
Fri, 4 May 2018 14:14:52 +0000 (16:14 +0200)
committerAlexandre Delanoë <devel+git@delanoe.org>
Fri, 4 May 2018 14:14:52 +0000 (16:14 +0200)
commit697d44ea96a9365e537752f35c42e39a94498959
treefab0ce09b3ac638b7b95b771dea40c4a7e1f128b
parentf4e687d58bc748913fe479ab215a2f0424bae26a
[STRUCTURE] Make it simple and clean old code.
48 files changed:
package.yaml
src-test/Main.hs
src-test/Ngrams/Lang.hs
src-test/Ngrams/Lang/En.hs
src-test/Ngrams/Lang/Fr.hs
src-test/Ngrams/Lang/Occurrences.hs
src-test/Parsers/Date.hs
src/Gargantext/API/Count.hs
src/Gargantext/API/Node.hs
src/Gargantext/Core.hs [new file with mode: 0644]
src/Gargantext/Core/Types.hs [moved from src/Gargantext/Types.hs with 65% similarity]
src/Gargantext/Core/Types/Main.hs [moved from src/Gargantext/Types/Main.hs with 88% similarity]
src/Gargantext/Core/Types/Node.hs [moved from src/Gargantext/Types/Node.hs with 99% similarity]
src/Gargantext/Core/Types/Phylo.hs [moved from src/Gargantext/Types/Phylo.hs with 97% similarity]
src/Gargantext/Core/Utils.hs [moved from src/Gargantext/Utils.hs with 77% similarity]
src/Gargantext/Core/Utils/Count.purs [moved from src/Gargantext/Utils/Count_hs with 89% similarity]
src/Gargantext/Core/Utils/DateUtils.hs [moved from src/Gargantext/Utils/DateUtils.hs with 90% similarity]
src/Gargantext/Core/Utils/Prefix.hs [moved from src/Gargantext/Utils/Prefix.hs with 95% similarity]
src/Gargantext/Database/Facet.hs
src/Gargantext/Database/Node.hs
src/Gargantext/Database/Queries.hs
src/Gargantext/Database/User.hs
src/Gargantext/Error.purs [deleted file]
src/Gargantext/Text.hs
src/Gargantext/Text/Analysis.hs [deleted file]
src/Gargantext/Text/Letters.hs [deleted file]
src/Gargantext/Text/List.hs [deleted file]
src/Gargantext/Text/Metrics.hs
src/Gargantext/Text/Metrics/FrequentItemSet.hs [moved from src/Gargantext/Text/FrequentItemSet.hs with 96% similarity]
src/Gargantext/Text/Metrics/Hetero.purs [moved from src/Gargantext/Text/Hetero.purs with 89% similarity]
src/Gargantext/Text/Metrics/Occurrences.hs [moved from src/Gargantext/Text/Occurrences.hs with 91% similarity]
src/Gargantext/Text/Metrics/TFICF.hs [moved from src/Gargantext/Text/TFICF.hs with 90% similarity]
src/Gargantext/Text/Ngrams.hs [new file with mode: 0644]
src/Gargantext/Text/Ngrams/Lists.hs [new file with mode: 0644]
src/Gargantext/Text/Ngrams/PosTagging.hs [new file with mode: 0644]
src/Gargantext/Text/Ngrams/PosTagging/CoreNLP.hs [moved from src/Gargantext/Text/CoreNLP.hs with 92% similarity]
src/Gargantext/Text/Ngrams/PosTagging/Lang/En.hs [moved from src/Gargantext/Text/Lang/En.hs with 96% similarity]
src/Gargantext/Text/Ngrams/PosTagging/Lang/Fr.hs [moved from src/Gargantext/Text/Lang/Fr.hs with 95% similarity]
src/Gargantext/Text/Ngrams/PosTagging/Parser.hs [moved from src/Gargantext/Text/Parser.hs with 76% similarity]
src/Gargantext/Text/Ngrams/Stem.hs [new file with mode: 0644]
src/Gargantext/Text/Ngrams/Stem/En.hs [moved from src/Gargantext/Text/Stem/En.hs with 95% similarity]
src/Gargantext/Text/Ngrams/Token/Text.hs [moved from src/Gargantext/Text/Token/Text.hs with 96% similarity]
src/Gargantext/Text/Parsers.hs
src/Gargantext/Text/TextMining.hs [deleted file]
src/Gargantext/Text/Word2Vec_hs [deleted file]
src/Gargantext/Utils/Chronos.purs [deleted file]
src/Gargantext/Utils/LangDetect_hs [deleted file]
src/Gargantext/Utils/SaveGetHash_hs [deleted file]