Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
152
Issues
152
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
c37fe031
Commit
c37fe031
authored
Apr 12, 2019
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build instructions in README.md
parent
748f7b3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
11 deletions
+21
-11
README.md
README.md
+21
-11
No files found.
README.md
View file @
c37fe031
...
...
@@ -8,23 +8,31 @@ processing, text-mining, complex networks analysis and interactive data
visualization to pave the way toward new kinds of interactions with your
digital corpora.
This software is a free software, developed by the CNRS Complex Systems
You will not find this software very useful without also running or being
granted access to a
[
backend
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext
)
.
This software is free software, developed by the CNRS Complex Systems
Institute of Paris Île-de-France (ISC-PIF) and its partners.
## Installation of this library
## Development
### Installing dependencies
### Dependencies warning
This library purescript-gargantext is the Front End part of Gargantext.
you need the backend (haskell-gargantext) installation too
.
Before building gargantext, you must install the dependencies. We use
[
yarn
](
https://yarnpkg.com/en/
)
for this. They have excellent
[
install
instructions](https://yarnpkg.com/en/docs/install)
.
### Installation steps
Then you must install the javascript and purescript dependencies:
1.
Add
`node_modules/.bin`
to your path
2.
Execute
`./build`
```
shell
yarn
install
&&
yarn install-ps
```
In one command:
### Building
```PATH="$PWD/node_modules/.bin:$PATH" ./build```
```
shell
yarn build
```
## Note to the contributors
...
...
@@ -33,7 +41,7 @@ Please follow CONTRIBUTING.md
## Introduction
Making sense of out text isn't actually that hard, but it does require
a little background knowledge to understand.
x
a little background knowledge to understand.
### N-grams
...
...
@@ -61,6 +69,8 @@ N-grams are matched case insensitively and across whole words. Examples:
You may read more about n-grams
[
on wikipedia
](
https://en.wikipedia.org/wiki/N-gram
)
.
<!-- TODO: Discuss punctuation -->
Gargantext allows you to define n-grams interactively in your browser
and explore the relationships they uncover across a corpus of text.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment