]> Git — Sourcephile - gargantext.git/commit
[FEAT] Ngrams extractor in English with tests : ok. Need to factor pattern matching...
authorAlexandre Delanoë <devel+git@delanoe.org>
Wed, 15 Nov 2017 10:54:34 +0000 (11:54 +0100)
committerAlexandre Delanoë <devel+git@delanoe.org>
Wed, 15 Nov 2017 10:54:34 +0000 (11:54 +0100)
commit28461a0637a5e961f8e493a127b1a4dc2a62f378
tree761e3eb8f49b8a1a769889cf9c62436d9959fc07
parentb38cd1e363d448feced6c175fd2482d9051d943e
[FEAT] Ngrams extractor in English with tests : ok. Need to factor pattern matching with FR examples.
16 files changed:
gargantext.cabal
src/Data/Gargantext/NLP/CoreNLP.hs
src/Data/Gargantext/Ngrams.hs
src/Data/Gargantext/Ngrams/Count.hs
src/Data/Gargantext/Ngrams/Hetero.hs
src/Data/Gargantext/Ngrams/Lang/En.hs [new file with mode: 0644]
src/Data/Gargantext/Ngrams/Lang/Fr.hs [new file with mode: 0644]
src/Data/Gargantext/Ngrams/Parser.hs [new file with mode: 0644]
src/Data/Gargantext/Ngrams/TFICF.hs [new file with mode: 0644]
src/Data/Gargantext/Ngrams/TextMining.hs
src/Data/Gargantext/Parsers/WOS.hs
src/Data/Gargantext/Types/Main.hs
stack.yaml
test/Ngrams.hs [new file with mode: 0644]
test/Parsers.hs [deleted file]
test/Spec.hs