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
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
9ca4f00e
Commit
9ca4f00e
authored
Oct 20, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Ngrams Extraction
parent
9bdcbf15
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Multi.hs
src/Gargantext/Core/Text/Terms/Multi.hs
+1
-1
Types.hs
src/Gargantext/Core/Types.hs
+2
-1
No files found.
src/Gargantext/Core/Text/Terms/Multi.hs
View file @
9ca4f00e
...
...
@@ -12,7 +12,7 @@ Multi-terms are ngrams where n > 1.
-}
module
Gargantext.Core.Text.Terms.Multi
(
multiterms
,
multiterms_rake
,
tokenTagsWith
)
module
Gargantext.Core.Text.Terms.Multi
(
multiterms
,
multiterms_rake
,
tokenTagsWith
,
tokenTags
)
where
import
Data.Text
hiding
(
map
,
group
,
filter
,
concat
)
...
...
src/Gargantext/Core/Types.hs
View file @
9ca4f00e
...
...
@@ -97,6 +97,7 @@ instance FromJSON POS where
pos
"DET"
=
DT
pos
"IN"
=
IN
pos
"JJ"
=
JJ
pos
"PROPN"
=
JJ
pos
"JJR"
=
JJ
pos
"JJS"
=
JJ
pos
"NC"
=
NP
...
...
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