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
165
Issues
165
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
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
...
...
@@ -33,12 +33,21 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.API.Ngrams.Tools"
, "Gargantext.API.Ngrams.Types"
, "Gargantext.API.Node"
, "Gargantext.API.Node.Contact.Types"
, "Gargantext.API.Node.Corpus.Annuaire"
, "Gargantext.API.Node.Corpus.Export.Types"
, "Gargantext.API.Node.Corpus.Export.Utils"
, "Gargantext.API.Node.Corpus.New"
, "Gargantext.API.Node.Corpus.New.Types"
, "Gargantext.API.Node.Corpus.Types"
, "Gargantext.API.Node.Corpus.Update"
, "Gargantext.API.Node.DocumentsFromWriteNodes.Types"
, "Gargantext.API.Node.DocumentUpload.Types"
, "Gargantext.API.Node.File"
, "Gargantext.API.Node.File.Types"
, "Gargantext.API.Node.FrameCalcUpload.Types"
, "Gargantext.API.Node.Get"
, "Gargantext.API.Node.New.Types"
, "Gargantext.API.Node.Share"
, "Gargantext.API.Node.Share.Types"
, "Gargantext.API.Node.ShareURL"
...
...
@@ -46,7 +55,9 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.API.Node.Update"
, "Gargantext.API.Node.Update.Types"
, "Gargantext.API.Prelude"
, "Gargantext.API.Public.Types"
, "Gargantext.API.Routes"
, "Gargantext.API.Routes.Client"
, "Gargantext.API.Routes.Named"
, "Gargantext.API.Routes.Named.Annuaire"
, "Gargantext.API.Routes.Named.Contact"
...
...
@@ -62,14 +73,19 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.API.Routes.Named.Node"
, "Gargantext.API.Routes.Named.Private"
, "Gargantext.API.Routes.Named.Public"
, "Gargantext.API.Routes.Named.Publish"
, "Gargantext.API.Routes.Named.Remote"
, "Gargantext.API.Routes.Named.Search"
, "Gargantext.API.Routes.Named.Share"
, "Gargantext.API.Routes.Named.Table"
, "Gargantext.API.Routes.Named.Tree"
, "Gargantext.API.Routes.Named.Viz"
, "Gargantext.API.Routes.Types"
, "Gargantext.API.Search.Types"
, "Gargantext.API.Table.Types"
, "Gargantext.API.Types"
, "Gargantext.API.Viz.Types"
, "Gargantext.API.Worker"
, "Gargantext.Core"
, "Gargantext.Core.Config"
, "Gargantext.Core.Config.Ini.Ini"
...
...
@@ -79,8 +95,15 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.Core.Config.NLP"
, "Gargantext.Core.Config.Types"
, "Gargantext.Core.Config.Utils"
, "Gargantext.Core.Config.Worker"
, "Gargantext.Core.LinearAlgebra"
, "Gargantext.Core.LinearAlgebra.Distributional"
, "Gargantext.Core.LinearAlgebra.Operations"
, "Gargantext.Core.Mail"
, "Gargantext.Core.Mail.Types"
, "Gargantext.Core.Methods.Matrix.Accelerate.Utils"
, "Gargantext.Core.Methods.Similarities"
, "Gargantext.Core.Methods.Similarities.Accelerate.Distributional"
, "Gargantext.Core.Methods.Similarities.Conditional"
, "Gargantext.Core.NLP"
, "Gargantext.Core.NodeStory"
...
...
@@ -102,6 +125,7 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.Core.Text.Corpus.API.OpenAlex"
, "Gargantext.Core.Text.Corpus.API.Pubmed"
, "Gargantext.Core.Text.Corpus.Parsers"
, "Gargantext.Core.Text.Corpus.Parsers.Types"
, "Gargantext.Core.Text.Corpus.Parsers.Date"
, "Gargantext.Core.Text.Corpus.Parsers.TSV"
, "Gargantext.Core.Text.Corpus.Query"
...
...
@@ -132,6 +156,7 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.Core.Types.Phylo"
, "Gargantext.Core.Types.Query"
, "Gargantext.Core.Utils"
, "Gargantext.Core.Utils.Aeson"
, "Gargantext.Core.Utils.Prefix"
, "Gargantext.Core.Viz.Graph.Index"
, "Gargantext.Core.Viz.Graph.Tools"
...
...
@@ -146,8 +171,17 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.Core.Viz.Phylo.PhyloTools"
, "Gargantext.Core.Viz.Phylo.SynchronicClustering"
, "Gargantext.Core.Viz.Types"
, "Gargantext.Core.Worker"
, "Gargantext.Core.Worker.Broker"
, "Gargantext.Core.Worker.Env"
, "Gargantext.Core.Worker.Jobs"
, "Gargantext.Core.Worker.Jobs.Types"
, "Gargantext.Core.Worker.PGMQTypes"
, "Gargantext.Core.Worker.Types"
, "Gargantext.Database.Action.Flow"
, "Gargantext.Database.Action.Flow.Types"
, "Gargantext.Database.Action.Flow.Utils"
, "Gargantext.Database.Action.Metrics.NgramsByContext"
, "Gargantext.Database.Action.Metrics.TFICF"
, "Gargantext.Database.Action.Search"
, "Gargantext.Database.Action.User"
...
...
@@ -159,6 +193,7 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.Database.Admin.Types.Hyperdata.Document"
, "Gargantext.Database.Admin.Types.Hyperdata.Folder"
, "Gargantext.Database.Admin.Types.Node"
, "Gargantext.Database.Class"
, "Gargantext.Database.Prelude"
, "Gargantext.Database.Query.Facet"
, "Gargantext.Database.Query.Table.Ngrams"
...
...
@@ -166,209 +201,34 @@ let gargantextModules = [ "Gargantext"
, "Gargantext.Database.Query.Table.Node"
, "Gargantext.Database.Query.Table.Node.Error"
, "Gargantext.Database.Query.Table.Node.UpdateOpaleye"
, "Gargantext.Database.Query.Table.Node.User"
, "Gargantext.Database.Query.Table.NodeContext"
, "Gargantext.Database.Query.Table.NodeNode"
, "Gargantext.Database.Query.Table.User"
, "Gargantext.Database.Query.Tree.Root"
, "Gargantext.Database.Schema.Context"
, "Gargantext.Database.Schema.Ngrams"
, "Gargantext.Database.Schema.Node"
, "Gargantext.Database.Schema.Prelude"
, "Gargantext.Database.Schema.User"
, "Gargantext.Database.Transactional"
, "Gargantext.Database.Transactional.Example"
, "Gargantext.Defaults"
, "Gargantext.MicroServices.ReverseProxy"
, "Gargantext.Orphans"
, "Gargantext.Orphans.Accelerate"
, "Gargantext.Orphans.OpenAPI"
, "Gargantext.System.Logging"
, "Gargantext.System.Logging.Loggers"
, "Gargantext.System.Logging.Types"
, "Gargantext.Utils.Dict"
, "Gargantext.Utils.Jobs"
, "Gargantext.Utils.Jobs.Error"
, "Gargantext.Utils.Jobs.Internal"
, "Gargantext.Utils.Jobs.Map"
, "Gargantext.Utils.Jobs.Monad"
, "Gargantext.Utils.Jobs.Queue"
, "Gargantext.Utils.Jobs.Settings"
, "Gargantext.Utils.Jobs.State"
, "Gargantext.Utils.SpacyNLP"
, "Gargantext.Utils.SpacyNLP.Types"
, "Gargantext.Utils.Tuple"
, "Gargantext.Utils.Zip"
, "Gargantext.API.Admin.Auth"
, "Gargantext.API.Admin.FrontEnd"
, "Gargantext.API.Context"
, "Gargantext.API.Count"
, "Gargantext.API.EKG"
, "Gargantext.API.GraphQL"
, "Gargantext.API.GraphQL.Annuaire"
, "Gargantext.API.GraphQL.AsyncTask"
, "Gargantext.API.GraphQL.Context"
, "Gargantext.API.GraphQL.IMT"
, "Gargantext.API.GraphQL.NLP"
, "Gargantext.API.GraphQL.Node"
, "Gargantext.API.GraphQL.PolicyCheck"
, "Gargantext.API.GraphQL.Team"
, "Gargantext.API.GraphQL.TreeFirstLevel"
, "Gargantext.API.GraphQL.Types"
, "Gargantext.API.GraphQL.UnPrefix"
, "Gargantext.API.GraphQL.User"
, "Gargantext.API.GraphQL.UserInfo"
, "Gargantext.API.GraphQL.Utils"
, "Gargantext.API.Job"
, "Gargantext.API.Members"
, "Gargantext.API.Metrics"
, "Gargantext.API.Ngrams.NgramsTree"
, "Gargantext.API.Node.Contact"
, "Gargantext.API.Node.Contact.Types"
, "Gargantext.API.Node.Corpus.Annuaire"
, "Gargantext.API.Node.Corpus.Export"
, "Gargantext.API.Node.Corpus.Export.Types"
, "Gargantext.API.Node.Corpus.Searx"
, "Gargantext.API.Node.Document.Export"
, "Gargantext.API.Node.Document.Export.Types"
, "Gargantext.API.Node.Phylo.Export"
, "Gargantext.API.Node.Phylo.Export.Types"
, "Gargantext.API.Node.DocumentUpload"
, "Gargantext.API.Node.DocumentUpload.Types"
, "Gargantext.API.Node.DocumentsFromWriteNodes"
, "Gargantext.API.Node.DocumentsFromWriteNodes.Types"
, "Gargantext.API.Node.FrameCalcUpload"
, "Gargantext.API.Node.FrameCalcUpload.Types"
, "Gargantext.API.Node.Get"
, "Gargantext.API.Node.New"
, "Gargantext.API.Node.New.Types"
, "Gargantext.API.Public.Types"
, "Gargantext.API.Search"
, "Gargantext.API.Search.Types"
, "Gargantext.API.Server.Named"
, "Gargantext.API.Server.Named.EKG"
, "Gargantext.API.Server.Named.Ngrams"
, "Gargantext.API.Server.Named.Private"
, "Gargantext.API.Server.Named.Public"
, "Gargantext.API.Server.Named.Viz"
, "Gargantext.API.Swagger"
, "Gargantext.API.Table"
, "Gargantext.API.Table.Types"
, "Gargantext.API.ThrowAll"
, "Gargantext.Core.Ext.IMT"
, "Gargantext.Core.Ext.IMTUser"
, "Gargantext.Core.Flow.Ngrams"
, "Gargantext.Core.Flow.Types"
, "Gargantext.Core.Mail"
, "Gargantext.Core.Methods.Graph.MaxClique"
, "Gargantext.Core.Methods.Matrix.Accelerate.Utils"
, "Gargantext.Core.Methods.Similarities.Accelerate.Conditional"
, "Gargantext.Core.Methods.Similarities.Accelerate.Distributional"
, "Gargantext.Core.Methods.Similarities.Accelerate.SpeGen"
, "Gargantext.Core.Statistics"
, "Gargantext.Core.Text.Corpus.API.Hal"
, "Gargantext.Core.Text.Corpus.API.Isidore"
, "Gargantext.Core.Text.Corpus.API.Istex"
, "Gargantext.Core.Text.Corpus.Parsers.Date.Attoparsec"
, "Gargantext.Core.Text.Corpus.Parsers.FrameWrite"
, "Gargantext.Core.Text.Corpus.Parsers.GrandDebat"
, "Gargantext.Core.Text.Corpus.Parsers.Iramuteq"
, "Gargantext.Core.Text.Corpus.Parsers.Isidore"
, "Gargantext.Core.Text.Corpus.Parsers.JSON"
, "Gargantext.Core.Text.Corpus.Parsers.JSON.Istex"
, "Gargantext.Core.Text.Corpus.Parsers.RIS"
, "Gargantext.Core.Text.Corpus.Parsers.RIS.Presse"
, "Gargantext.Core.Text.Corpus.Parsers.WOS"
, "Gargantext.Core.Text.Learn"
, "Gargantext.Core.Text.List.Group"
, "Gargantext.Core.Text.List.Group.Prelude"
, "Gargantext.Core.Text.List.Group.WithScores"
, "Gargantext.Core.Text.List.Social.Find"
, "Gargantext.Core.Text.List.Social.Patch"
, "Gargantext.Core.Text.List.Social.Prelude"
, "Gargantext.Core.Text.Metrics.FrequentItemSet"
, "Gargantext.Core.Text.Metrics.SpeGen.IncExc"
, "Gargantext.Core.Text.Metrics.Utils"
, "Gargantext.Core.Text.Samples.DE"
, "Gargantext.Core.Text.Samples.EN"
, "Gargantext.Core.Text.Samples.ES"
, "Gargantext.Core.Text.Samples.FR"
, "Gargantext.Core.Text.Samples.PL"
, "Gargantext.Core.Text.Samples.ZH"
, "Gargantext.Core.Text.Terms.Mono.Token.En"
, "Gargantext.Core.Text.Terms.Multi.Group"
, "Gargantext.Core.Text.Terms.Multi.PosTagging"
, "Gargantext.Core.Text.Terms.Multi.PosTagging.Types"
, "Gargantext.Core.Types.Search"
, "Gargantext.Core.Utils.DateUtils"
, "Gargantext.Core.Viz"
, "Gargantext.Core.Viz.Chart"
, "Gargantext.Core.Viz.Graph.API"
, "Gargantext.Core.Viz.Graph.Bridgeness"
, "Gargantext.Core.Viz.Graph.FGL"
, "Gargantext.Core.Viz.Graph.GEXF"
, "Gargantext.Core.Viz.Graph.Legend"
, "Gargantext.Core.Viz.Graph.PatriciaTreeTypes"
, "Gargantext.Core.Viz.Graph.Tools.Infomap"
, "Gargantext.Core.Viz.Graph.Utils"
, "Gargantext.Core.Viz.LegacyPhylo"
, "Gargantext.Core.Viz.Phylo.Legacy.LegacyMain"
, "Gargantext.Core.Viz.Phylo.TemporalMatching"
, "Gargantext.Data.HashMap.Strict.Utils"
, "Gargantext.Database"
, "Gargantext.Database.Action.Delete"
, "Gargantext.Database.Action.Flow.Annuaire"
, "Gargantext.Database.Action.Flow.Extract"
, "Gargantext.Database.Action.Flow.List"
, "Gargantext.Database.Action.Flow.Pairing"
, "Gargantext.Database.Action.Flow.Utils"
, "Gargantext.Database.Action.Index"
, "Gargantext.Database.Action.Learn"
, "Gargantext.Database.Action.Mail"
, "Gargantext.Database.Action.Metrics"
, "Gargantext.Database.Action.Metrics.NgramsByContext"
, "Gargantext.Database.Action.Node"
, "Gargantext.Database.Action.Share"
, "Gargantext.Database.Admin.Access"
, "Gargantext.Database.Admin.Trigger.ContextNodeNgrams"
, "Gargantext.Database.Admin.Trigger.Contexts"
, "Gargantext.Database.Admin.Trigger.NodesContexts"
, "Gargantext.Database.Admin.Types.Hyperdata.Any"
, "Gargantext.Database.Admin.Types.Hyperdata.Contact"
, "Gargantext.Database.Admin.Types.Hyperdata.CorpusField"
, "Gargantext.Database.Admin.Types.Hyperdata.Dashboard"
, "Gargantext.Database.Admin.Types.Hyperdata.Default"
, "Gargantext.Database.Admin.Types.Hyperdata.File"
, "Gargantext.Database.Admin.Types.Hyperdata.Frame"
, "Gargantext.Database.Admin.Types.Hyperdata.List"
, "Gargantext.Database.Admin.Types.Hyperdata.Model"
, "Gargantext.Database.Admin.Types.Hyperdata.Phylo"
, "Gargantext.Database.Admin.Types.Hyperdata.Prelude"
, "Gargantext.Database.Admin.Types.Hyperdata.Texts"
, "Gargantext.Database.Admin.Types.Hyperdata.User"
, "Gargantext.Database.Admin.Types.Metrics"
, "Gargantext.Database.GargDB"
, "Gargantext.Database.Query"
, "Gargantext.Database.Query.Facet.Types"
, "Gargantext.Database.Query.Filter"
, "Gargantext.Database.Query.Join"
, "Gargantext.Database.Query.Prelude"
, "Gargantext.Database.Query.Table.Context"
, "Gargantext.Database.Query.Table.ContextNodeNgrams"
, "Gargantext.Database.Query.Table.ContextNodeNgrams2"
, "Gargantext.Database.Query.Table.Node.Children"
, "Gargantext.Database.Query.Table.Node.Contact"
, "Gargantext.Database.Query.Table.Node.Document.Add"
, "Gargantext.Database.Query.Table.Node.Document.Insert"
, "Gargantext.Database.Query.Table.Node.Select"
, "Gargantext.Database.Query.Table.Node.Update"
, "Gargantext.Database.Query.Table.Node.User"
, "Gargantext.Database.Query.Table.NodeContext"
, "Gargantext.Database.Query.Table.NodeContext_NodeContext"
, "Gargantext.Database.Query.Table.NodeNgrams"
, "Gargantext.Database.Query.Table.NodeNode"
, "Gargantext.Database.Query.Tree"
, "Gargantext.Database.Query.Tree.Error"
, "Gargantext.Database.Schema.Context"
, "Gargantext.Database.Schema.ContextNodeNgrams"
, "Gargantext.Database.Schema.ContextNodeNgrams2"
, "Gargantext.Database.Schema.NodeContext"
, "Gargantext.Database.Schema.NodeContext_NodeContext"
, "Gargantext.Database.Schema.NodeNgrams"
, "Gargantext.Database.Schema.NodeNode"
, "Gargantext.Database.Schema.Prelude"
, "Gargantext.Database.Types"
, "Gargantext.Utils.Aeson"
, "Gargantext.Utils.Servant"
, "Gargantext.Utils.UTCTime"
, "Paths_gargantext"
]
:}
...
...
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