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
163
Issues
163
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
a3f2c059
Verified
Commit
a3f2c059
authored
Jun 02, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fixes] fix .ghci, since the modules were outdated
parent
4ceffa69
Pipeline
#7632
passed with stages
in 48 minutes
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
189 deletions
+49
-189
.ghci
.ghci
+48
-188
gargantext.cabal
gargantext.cabal
+0
-1
NgramsByContext.hs
src/Gargantext/Database/Action/Metrics/NgramsByContext.hs
+1
-0
No files found.
.ghci
View file @
a3f2c059
This diff is collapsed.
Click to expand it.
gargantext.cabal
View file @
a3f2c059
...
...
@@ -706,7 +706,6 @@ executable gargantext
, gargantext
, gargantext-prelude
, haskell-bee
, lens >= 5.2.2 && < 5.3
, MonadRandom ^>= 0.6
, optparse-applicative
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
...
...
src/Gargantext/Database/Action/Metrics/NgramsByContext.hs
View file @
a3f2c059
...
...
@@ -132,6 +132,7 @@ getOccByNgramsOnlyFast_withSample cId int nt ngs =
HM
.
fromListWith
(
+
)
<$>
selectNgramsOccurrencesOnlyByContextUser_withSample
cId
int
nt
ngs
-- Returns occurrences of ngrams in given corpus/list (for each ngram, a list of contexts is returned)
getOccByNgramsOnlyFast
::
CorpusId
->
ListId
->
NgramsType
...
...
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