Some more ngrams-related refactorings
This is a continuation of #224
-
According to !378 (comment 13302), let's analyze whether the proposed type
[Map (ExtractedNgrams, NgramsType, NodeId) (Int, TermsCount)]
is better than a deep mapHashMap.HashMap ExtractedNgrams (DM.Map NgramsType (Map NodeId (Int, TermsCount)))
-
Change
datafield
todata source
(!378 (comment 13306)) -- involves PureScript changes as well.