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
199
Issues
199
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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
bd4e8f10
Commit
bd4e8f10
authored
May 29, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] references.
parent
be7e5a1c
Pipeline
#419
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Eleve.hs
src/Gargantext/Text/Eleve.hs
+5
-6
No files found.
src/Gargantext/Text/Eleve.hs
View file @
bd4e8f10
...
@@ -10,8 +10,9 @@ Portability : POSIX
...
@@ -10,8 +10,9 @@ Portability : POSIX
# Implementation of Unsupervized Word Segmentation
# Implementation of Unsupervized Word Segmentation
References:
References:
- EleVe Python implementation and discussions with Korantin August and Bruno Gaume
[git repo](https://github.com/kodexlab/eleve.git)
- Python implementation (Korantin August, Emmanuel Navarro):
[EleVe](https://github.com/kodexlab/eleve.git)
- Unsupervized Word Segmentation:the case for Mandarin Chinese Pierre
- Unsupervized Word Segmentation:the case for Mandarin Chinese Pierre
Magistry, Benoît Sagot, Alpage, INRIA & Univ. Paris 7, Proceedings of
Magistry, Benoît Sagot, Alpage, INRIA & Univ. Paris 7, Proceedings of
...
@@ -19,9 +20,8 @@ References:
...
@@ -19,9 +20,8 @@ References:
, pages 383–387. [PDF](https://www.aclweb.org/anthology/P12-2075)
, pages 383–387. [PDF](https://www.aclweb.org/anthology/P12-2075)
Notes for current implementation:
Notes for current implementation:
- The node count is correct; TODO AD add tests to keep track of it
- TODO fix normalization
- NP fix normalization
- TODO extract longer ngrams (see paper above, viterbi algo can be used)
- NP extract longer ngrams (see paper above, viterbi algo can be used)
- TODO AD TEST: prop (Node c _e f) = c == Map.size f
- TODO AD TEST: prop (Node c _e f) = c == Map.size f
- AD: Real ngrams extraction test
- AD: Real ngrams extraction test
...
@@ -31,7 +31,6 @@ Notes for current implementation:
...
@@ -31,7 +31,6 @@ Notes for current implementation:
$ catMaybes
$ catMaybes
$ Gargantext.map _hyperdataDocument_abstract docs
$ Gargantext.map _hyperdataDocument_abstract docs
-}
-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE OverloadedStrings #-}
...
...
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