Skip to content

Commit

Permalink
fix doc issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Dec 19, 2019
1 parent ab93df4 commit 0b169f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0b169f3

Please sign in to comment.