]> Git — Sourcephile - gargantext.git/commit
[Structure] Ngrams -> Text.
authorAlexandre Delanoë <devel+git@delanoe.org>
Thu, 3 May 2018 09:41:38 +0000 (11:41 +0200)
committerAlexandre Delanoë <devel+git@delanoe.org>
Thu, 3 May 2018 09:42:03 +0000 (11:42 +0200)
commitf4e687d58bc748913fe479ab215a2f0424bae26a
tree9d4e14eb22ecea3f0b06d499933f8b44443198ea
parent50d95f87d6bf77a9dc3291fd1f4af4bae5af1dfd
[Structure] Ngrams -> Text.
31 files changed:
moduleDesc.model [deleted file]
package.yaml
src-test/Ngrams/Lang/En.hs
src-test/Ngrams/Lang/Fr.hs
src-test/Ngrams/Lang/Occurrences.hs
src-test/Ngrams/Metrics.hs
src/Gargantext/Network_hs [deleted file]
src/Gargantext/Text.hs [moved from src/Gargantext/Ngrams.hs with 79% similarity]
src/Gargantext/Text/Analysis.hs [moved from src/Gargantext/Ngrams/Analysis.hs with 96% similarity]
src/Gargantext/Text/CoreNLP.hs [moved from src/Gargantext/Ngrams/CoreNLP.hs with 97% similarity]
src/Gargantext/Text/FrequentItemSet.hs [moved from src/Gargantext/Ngrams/FrequentItemSet.hs with 96% similarity]
src/Gargantext/Text/Hetero.purs [moved from src/Gargantext/Ngrams/Hetero.purs with 94% similarity]
src/Gargantext/Text/Lang/En.hs [moved from src/Gargantext/Ngrams/Lang/En.hs with 97% similarity]
src/Gargantext/Text/Lang/Fr.hs [moved from src/Gargantext/Ngrams/Lang/Fr.hs with 96% similarity]
src/Gargantext/Text/Letters.hs [moved from src/Gargantext/Ngrams/Letters.hs with 90% similarity]
src/Gargantext/Text/List.hs [moved from src/Gargantext/Ngrams/List.hs with 87% similarity]
src/Gargantext/Text/Metrics.hs [moved from src/Gargantext/Ngrams/Metrics.hs with 97% similarity]
src/Gargantext/Text/Occurrences.hs [moved from src/Gargantext/Ngrams/Occurrences.hs with 92% similarity]
src/Gargantext/Text/Parser.hs [moved from src/Gargantext/Ngrams/Parser.hs with 90% similarity]
src/Gargantext/Text/Parsers.hs [moved from src/Gargantext/Parsers.hs with 97% similarity]
src/Gargantext/Text/Parsers/CSV_hs [moved from src/Gargantext/Parsers/CSV_hs with 100% similarity]
src/Gargantext/Text/Parsers/Date.hs [moved from src/Gargantext/Parsers/Date.hs with 97% similarity]
src/Gargantext/Text/Parsers/RIS_hs [moved from src/Gargantext/Parsers/RIS_hs with 100% similarity]
src/Gargantext/Text/Parsers/Utils_hs [moved from src/Gargantext/Parsers/Utils_hs with 100% similarity]
src/Gargantext/Text/Parsers/WOS.hs [moved from src/Gargantext/Parsers/WOS.hs with 96% similarity]
src/Gargantext/Text/Parsers/XML_hs [moved from src/Gargantext/Parsers/XML_hs with 100% similarity]
src/Gargantext/Text/Stem/En.hs [moved from src/Gargantext/Ngrams/Stem/En.hs with 96% similarity]
src/Gargantext/Text/TFICF.hs [moved from src/Gargantext/Ngrams/TFICF.hs with 91% similarity]
src/Gargantext/Text/TextMining.hs [moved from src/Gargantext/Ngrams/TextMining.hs with 96% similarity]
src/Gargantext/Text/Token/Text.hs [moved from src/Gargantext/Ngrams/Token/Text.hs with 89% similarity]
src/Gargantext/Text/Word2Vec_hs [moved from src/Gargantext/Ngrams/Word2Vec_hs with 100% similarity]