summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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