Commit f152533b authored by Alexandre Delanoë's avatar Alexandre Delanoë

[PHYLO/DOC] fix.

parent 6ee8ef52
...@@ -74,8 +74,8 @@ type PhyloLevelId = (PhyloPeriodId, Int) ...@@ -74,8 +74,8 @@ type PhyloLevelId = (PhyloPeriodId, Int)
-- | PhyloGroup : group of ngrams at each level and step -- | PhyloGroup : group of ngrams at each level and step
-- Label : maybe has a label as text -- Label : maybe has a label as text
-- Ngrams: set of terms that build the group -- Ngrams: set of terms that build the group
-- Period Parents|Childs: directed and weighted link to Parents|Childs (Temporal Period axis) -- Period Parents|Childs: weighted link to Parents|Childs (Temporal Period axis)
-- Level Parents|Childs: directed and weighted link to Parents|Childs (Level Granularity axis) -- Level Parents|Childs: weighted link to Parents|Childs (Level Granularity axis)
data PhyloGroup = PhyloGroup { _phyloGroupId :: PhyloGroupId data PhyloGroup = PhyloGroup { _phyloGroupId :: PhyloGroupId
, _phyloGroupLabel :: Maybe Text , _phyloGroupLabel :: Maybe Text
, _phyloGroupNgrams :: [NgramId] , _phyloGroupNgrams :: [NgramId]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment