gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2017-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.Core.Text.List.Group.WithStem

Description

 
Synopsis

Documentation

addScoreStem :: GroupParams -> HashSet NgramsTerm -> FlowCont NgramsTerm FlowListScores -> FlowCont NgramsTerm FlowListScores #

newtype StopSize #

Main Types

Constructors

StopSize 

Fields

Instances

Instances details
Show StopSize # 
Instance details

Defined in Gargantext.Core.Text.List.Group.WithStem

Eq StopSize # 
Instance details

Defined in Gargantext.Core.Text.List.Group.WithStem

data GroupParams #

TODO: group with 2 terms only can be discussed. Main purpose of this is offering a first grouping option to user and get some enriched data to better learn and improve that algo | Lenses instances at the end of this file

patches :: Map Stem (HashSet NgramsTerm) -> [(NgramsTerm, NgramsPatch)] #

For now all NgramsTerm which have same stem are grouped together Parent is taken arbitrarly for now (TODO use a score like occ)