Skip to content

Commit

Permalink
exports.Spellcheck missing
Browse files Browse the repository at this point in the history
I am working on an example demonstrating the Spellcheck functionality and noticed that the exports was missing from this file.  If this is not correct, please close and ignore!
  • Loading branch information
shiffman committed Nov 21, 2015
1 parent 5fda8e2 commit 9e52c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/natural/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ exports.Trie = require('./trie/trie');
exports.SentenceAnalyzer = require('./analyzers/sentence_analyzer');
exports.stopwords = require('./util/stopwords').words;
exports.ShortestPathTree = require('./util/shortest_path_tree');
exports.Spellcheck = require('./spellcheck/spellcheck');
exports.LongestPathTree = require('./util/longest_path_tree');
exports.EdgeWeightedDigraph = require('./util/edge_weighted_digraph');
exports.NGrams = require('./ngrams/ngrams');
Expand Down

0 comments on commit 9e52c57

Please sign in to comment.