Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16 from davidantoon/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ptnplanet authored Sep 28, 2018
2 parents 5e61626 + fa5ac24 commit 3f8d874
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 @@ -62,7 +62,7 @@ Use the gathered knowledge to classify unknown objects with their features. The

```java
String[] unknownText1 = "today is a sunny day".split("\\s");
bayes.classify(Arrays.asList(unknownText1)).getCategory());
bayes.classify(Arrays.asList(unknownText1)).getCategory();
```

Example
Expand Down

0 comments on commit 3f8d874

Please sign in to comment.