Skip to content

Commit

Permalink
Merge pull request gitanat#12 from zuphilip/patch-1
Browse files Browse the repository at this point in the history
Fix two typos in README.md
  • Loading branch information
gitanat authored Mar 12, 2017
2 parents 8eeda37 + 12ecaa4 commit ed42d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in a segment).
[Supervised learning][] is a way of "teaching" a machine. Basically, an
algorithm is *trained* through *examples* (i.e.: this particular
segment contains the character `f`). After training, the machine
should be able to apply its aquired knowledge to new data.
should be able to apply its acquired knowledge to new data.

The [k-NN algorithm], used in this project, is one of the simplest
classification algorithm.
Expand Down Expand Up @@ -57,5 +57,5 @@ How to use
Please check `example.py` for basic usage with the existing pre-grounded images.

You can use your own images, by placing them on the `data` directory.
Grounding images interactively can be accomplished by using `grouding.UserGrounder`.
Grounding images interactively can be accomplished by using `grounding.UserGrounder`.
For more details check `example_grounding.py`

0 comments on commit ed42d4d

Please sign in to comment.