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
9
Merge Requests
9
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
7bc24c2e
Commit
7bc24c2e
authored
Jun 06, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ELEVE] Temoin data.
parent
737b0865
Pipeline
#444
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
2 deletions
+38
-2
Eleve.hs
src/Gargantext/Text/Eleve.hs
+38
-2
No files found.
src/Gargantext/Text/Eleve.hs
View file @
7bc24c2e
...
@@ -417,7 +417,7 @@ example6 = ["le-petit chat"
...
@@ -417,7 +417,7 @@ example6 = ["le-petit chat"
checks0
,
checks2
::
[(
Text
,
Int
,
Double
,
Double
,
Double
,
Double
,
Double
)]
checks0
,
checks2
::
[(
Text
,
Int
,
Double
,
Double
,
Double
,
Double
,
Double
)]
checks0
=
checks0
=
{-
[("<start> New", 1, nan, nan, nan, nan, 0.0)
[("<start> New", 1, nan, nan, nan, nan, 0.0)
,("New York", 3, 1.584962500721156, 1.584962500721156, 1.414213562373095, nan, 1.584962500721156)
,("New York", 3, 1.584962500721156, 1.584962500721156, 1.414213562373095, nan, 1.584962500721156)
,("York is", 1, 0.0, nan, nan, nan, 0.0)
,("York is", 1, 0.0, nan, nan, nan, 0.0)
...
@@ -427,7 +427,43 @@ checks0 =
...
@@ -427,7 +427,43 @@ checks0 =
,("and New", 1, 0.0, nan, nan, nan, 0.0)
,("and New", 1, 0.0, nan, nan, nan, 0.0)
,("New York", 3, 1.584962500721156, 1.584962500721156, 1.414213562373095, nan, 1.584962500721156)
,("New York", 3, 1.584962500721156, 1.584962500721156, 1.414213562373095, nan, 1.584962500721156)
,("York <stop>", 1, nan, nan, nan, nan, nan)
,("York <stop>", 1, nan, nan, nan, nan, nan)
]
]-}
[(
"<start>"
,
1
,
nan
,
nan
,
nan
,
nan
,
0.0
)
,
(
"New"
,
3
,
0.792481250360578
,
-
1.3208020839342969
,
0.7499999999999999
,
1.584962500721156
,
0.0
)
,
(
"York"
,
3
,
0.792481250360578
,
-
1.3208020839342969
,
0.7499999999999999
,
0.0
,
1.584962500721156
)
,
(
"is"
,
1
,
0.0
,
-
2.113283334294875
,
-
0.5000000000000002
,
0.0
,
0.0
)
,
(
"New"
,
3
,
0.792481250360578
,
-
1.3208020839342969
,
0.7499999999999999
,
1.584962500721156
,
0.0
)
,
(
"York"
,
3
,
0.792481250360578
,
-
1.3208020839342969
,
0.7499999999999999
,
0.0
,
1.584962500721156
)
,
(
"and"
,
1
,
0.0
,
-
2.113283334294875
,
-
0.5000000000000002
,
0.0
,
0.0
)
,
(
"New"
,
3
,
0.792481250360578
,
-
1.3208020839342969
,
0.7499999999999999
,
1.584962500721156
,
0.0
)
,
(
"York"
,
3
,
0.792481250360578
,
-
1.3208020839342969
,
0.7499999999999999
,
0.0
,
1.584962500721156
)
,
(
"<stop>"
,
0
,
nan
,
nan
,
nan
,
0.0
,
nan
)]
<>
[(
"<start> New"
,
1
,
nan
,
nan
,
nan
,
nan
,
0.0
)
,
(
"New York"
,
3
,
1.584962500721156
,
1.584962500721156
,
1.4142135623730951
,
nan
,
1.584962500721156
)
,
(
"York is"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"is New"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"New York"
,
3
,
1.584962500721156
,
1.584962500721156
,
1.4142135623730951
,
nan
,
1.584962500721156
)
,
(
"York and"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"and New"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"New York"
,
3
,
1.584962500721156
,
1.584962500721156
,
1.4142135623730951
,
nan
,
1.584962500721156
)
,
(
"York <stop>"
,
1
,
nan
,
nan
,
nan
,
nan
,
nan
)]
<>
[(
"<start> New York"
,
1
,
nan
,
nan
,
nan
,
nan
,
0.0
)
,
(
"New York is"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"York is New"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"is New York"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"New York and"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"York and New"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"and New York"
,
1
,
0.0
,
nan
,
nan
,
nan
,
0.0
)
,
(
"New York <stop>"
,
1
,
nan
,
nan
,
nan
,
nan
,
nan
)
,
(
"York <stop>"
,
1
,
nan
,
nan
,
nan
,
nan
,
nan
)
,
(
"<stop>"
,
0
,
nan
,
nan
,
nan
,
0.0
,
nan
)
,
(
""
,
9
,
2.113283334294875
,
nan
,
nan
,
2.113283334294875
,
2.113283334294875
)]
checks2
=
checks2
=
[(
"to be"
,
3
,
1.2516291673878228
,
1.2516291673878228
,
1.5535694744293167
,
nan
,
0.9182958340544896
)
[(
"to be"
,
3
,
1.2516291673878228
,
1.2516291673878228
,
1.5535694744293167
,
nan
,
0.9182958340544896
)
...
...
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