Skip to content

Commit

Permalink
fix README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
donderom committed Dec 14, 2013
1 parent e5c43a0 commit 7609110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -268,7 +268,7 @@ console.log(restoredClassifier.classify('i should sell that'));
Phonetics
---------

Phonetic matching (sounds-like) matching can be done withthe SoundEx,
Phonetic matching (sounds-like) can be done with the SoundEx,
Metaphone, or DoubleMetaphone algorithms:

```javascript
Expand Down Expand Up @@ -623,7 +623,7 @@ first install the WordNet database files using the [WNdb module](https://github.
Keep in mind that the WordNet integration is to be considered experimental at this point,
and not production-ready. The API is also subject to change.

Here's an exmple of looking up definitions for the word, "node".
Here's an example of looking up definitions for the word, "node".

```javascript
var wordnet = new natural.WordNet();
Expand Down

0 comments on commit 7609110

Please sign in to comment.