summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-27 03:24:02 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-27 03:24:02 +0100
commit06495388e1b2cba724962b7268861a88e73fda8d (patch)
tree1dd09a4732227525097cb27a449b2865be2701c4 /app
parent08e19a0f00f81d7986d641c93954e6b7b763b0ac (diff)
chore: fix typo
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 7720a80..186b69f 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -549,7 +549,7 @@ type ProbabilityMap = [(T.Text, G.Tag, Double)]
-- TODO Consider words that contribute to NOT adding a tag
--
--- If there is a document that should, say, not have a `@correspondant`, we should score words that contribute to that fact as well.
+-- If there is a document that should, say, not have a `@correspondent`, we should score words that contribute to that fact as well.
--
-- @topic probability-map
probabilityMap :: [Document] -> ProbabilityMap