]> Git — Sourcephile - gargantext.git/blob - README.md
[LiCENCE] added
[gargantext.git] / README.md
1 # Gargantext Haskell
2
3 ## About this project
4
5 Gargantext is a collaborative web platform for the exploration of sets
6 of unstructured documents. It combines tools from natural language
7 processing, text-mining, complex networks analysis and interactive data
8 visualization to pave the way toward new kinds of interactions with your
9 digital corpora.
10
11 This software is a free software, developed by the CNRS Complex Systems
12 Institute of Paris Île-de-France (ISC-PIF) and its partners.
13
14 ## Installation
15
16 ### Docker
17 curl -sSL https://gitlab.iscpif.fr/gargantext/haskell-gargantext/raw/master/devops/docker-install | sh
18
19 ### Debian
20 curl -sSL https://gitlab.iscpif.fr/gargantext/haskell-gargantext/raw/master/devops/debian-install | sh
21
22
23 ## Use Cases
24
25 ### Multi-User with Graphical User Interface (Server Mode)
26
27 ~/.local/bin/stack --docker exec gargantext-server -- --ini "gargantext.ini" --run Prod
28
29
30 ### Command Line Mode tools
31
32 #### Simple cooccurrences computation and indexation from a list of Ngrams
33
34 stack --docker exec gargantext-cli -- CorpusFromGarg.csv ListFromGarg.csv Ouput.json
35