Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
158
Issues
158
List
Board
Labels
Milestones
Merge Requests
11
Merge Requests
11
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
haskell-gargantext
Commits
399f4f82
Commit
399f4f82
authored
Sep 05, 2020
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] add info about .cbor repo
parent
feb86a9a
Pipeline
#1038
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
README.md
README.md
+9
-0
No files found.
README.md
View file @
399f4f82
...
...
@@ -131,3 +131,12 @@ Then you can log in with `user1` / `1resu`.
stack
--docker
exec
gargantext-cli
--
CorpusFromGarg.csv ListFromGarg.csv Ouput.json
```
### Analyzing the ngrams table repo
We store the repository in directory
`repos`
in the
[
CBOR
](
https://cbor.io/
)
file format. To decode it to JSON and analyze, say, using
[
jq
](
https://shapeshed.com/jq-json/
)
, use the following command:
```
sh
cat
repos/repo.cbor.v5 | stack
--nix
exec
gargantext-cbor2json | jq
.
```
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