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
147
Issues
147
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
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
9dbf5a48
Commit
9dbf5a48
authored
Sep 20, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] servant-static-th update for new files in Front (sass).
parent
365c0e0d
Pipeline
#576
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Examples.hs
src/Gargantext/Text/Examples.hs
+2
-2
stack.yaml
stack.yaml
+1
-1
No files found.
src/Gargantext/Text/Examples.hs
View file @
9dbf5a48
...
...
@@ -19,7 +19,6 @@ This document defines basic of Text definitions according to Gargantext..
- What is a sentence ?
- What is a paragraph ?
-}
{-# LANGUAGE BangPatterns #-}
...
...
@@ -134,6 +133,7 @@ incExcSpeGen_sorted :: Ord t => Map (t,t) Int -> ([(t,Double)],[(t,Double)])
incExcSpeGen_sorted
m
=
both
ordonne
(
incExcSpeGen
$
cooc2mat
ti
m
)
where
(
ti
,
fi
)
=
createIndices
m
ordonne
x
=
sortWith
(
Down
.
snd
)
$
zip
(
map
snd
$
M
.
toList
fi
)
(
toList
x
)
ordonne
x
=
sortWith
(
Down
.
snd
)
$
zip
(
map
snd
$
M
.
toList
fi
)
(
toList
x
)
stack.yaml
View file @
9dbf5a48
...
...
@@ -15,7 +15,7 @@ extra-deps:
-
git
:
https://gitlab.iscpif.fr/gargantext/hlcm.git
commit
:
6f0595d2421005837d59151a8b26eee83ebb67b5
-
git
:
https://github.com/delanoe/servant-static-th.git
commit
:
7d0e4dcd2cfe97f2843a70a0de10df32c309bcd1
commit
:
8cb8aaf2962ad44d319fcea48442e4397b3c49e8
-
git
:
https://github.com/delanoe/hstatistics.git
commit
:
90eef7604bb230644c2246eccd094d7bfefcb135
-
git
:
https://github.com/paulrzcz/HSvm.git
...
...
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