From 0b169f344891bb1c37fec439b29797bd5a2812f4 Mon Sep 17 00:00:00 2001 From: noogen Date: Thu, 19 Dec 2019 11:42:10 -0600 Subject: [PATCH] fix doc issue #5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd22d1..ccc8b6f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Teach your classifier what `category` the `text` belongs to. The more you teach Returns the `category` it thinks `text` belongs to. Its judgement is based on what you have taught it with **.learn()**. -### `$classifier->propabilities(text)` +### `$classifier->probabilities(text)` Extract the probabilities for each known category.