diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-27 03:22:55 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-27 03:22:55 +0100 |
commit | 822fe0e054265ada35a0f9b4a7305fd97a477375 (patch) | |
tree | f3444d398ec63be31fda94e7625312f5475d1684 /app/Main.hs | |
parent | 99d93cfa07c1d670f3e52a33a32fbe7e0be94318 (diff) |
chore: add @topic to issues
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 5e48c84..7720a80 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -586,6 +586,8 @@ suggestTags settings allDocs doc = do S.SuggestTagByTags tagName -> do let tagValues = -- TODO Cache `probabilityMap` + -- + -- @topic probability-map probabilityMap allDocs & filter ( \(word, tag, _) -> |