]> Git — Sourcephile - gargantext.git/commit
[RENAME/ORG] ngrams -> terms.
authorAlexandre Delanoë <devel+git@delanoe.org>
Sat, 19 May 2018 15:32:59 +0000 (17:32 +0200)
committerAlexandre Delanoë <devel+git@delanoe.org>
Sat, 19 May 2018 15:32:59 +0000 (17:32 +0200)
commitc0914f9a74bc5879bfbd547ebf3293f4e7c2afc8
treec2b97a01ed24ab7f77592a15c3877756d3b0312b
parentd12b405ef28ac05686df8e252e761db4afe0648c
[RENAME/ORG] ngrams -> terms.
26 files changed:
app/CleanCsvCorpus.hs
app/Main.hs
package.yaml
src/Gargantext.hs
src/Gargantext/API/FrontEnd.hs
src/Gargantext/Core/Types.hs
src/Gargantext/Text.hs
src/Gargantext/Text/Metrics/FrequentItemSet.hs
src/Gargantext/Text/Ngrams.hs [deleted file]
src/Gargantext/Text/Ngrams/PosTagging.hs [deleted file]
src/Gargantext/Text/Ngrams/PosTagging/Lang/En.hs [deleted file]
src/Gargantext/Text/Ngrams/PosTagging/Lang/Fr.hs [deleted file]
src/Gargantext/Text/Ngrams/PosTagging/Parser.hs [deleted file]
src/Gargantext/Text/Search.hs
src/Gargantext/Text/Terms.hs [new file with mode: 0644]
src/Gargantext/Text/Terms/Lists.hs [moved from src/Gargantext/Text/Ngrams/Lists.hs with 95% similarity]
src/Gargantext/Text/Terms/Mono.hs [new file with mode: 0644]
src/Gargantext/Text/Terms/Mono/Stem.hs [moved from src/Gargantext/Text/Ngrams/Stem.hs with 96% similarity]
src/Gargantext/Text/Terms/Mono/Stem/En.hs [moved from src/Gargantext/Text/Ngrams/Stem/En.hs with 96% similarity]
src/Gargantext/Text/Terms/Mono/Token.hs [moved from src/Gargantext/Text/Ngrams/Token.hs with 87% similarity]
src/Gargantext/Text/Terms/Mono/Token/En.hs [moved from src/Gargantext/Text/Ngrams/Token/Text.hs with 97% similarity]
src/Gargantext/Text/Terms/Multi.hs [new file with mode: 0644]
src/Gargantext/Text/Terms/Multi/Group.hs [new file with mode: 0644]
src/Gargantext/Text/Terms/Multi/Lang/En.hs [new file with mode: 0644]
src/Gargantext/Text/Terms/Multi/Lang/Fr.hs [new file with mode: 0644]
src/Gargantext/Text/Terms/Multi/PosTagging.hs [moved from src/Gargantext/Text/Ngrams/PosTagging/CoreNLP.hs with 64% similarity]