Skip to content

Commit

Permalink
Merge pull request NaturalNode#271 from shiffman/patch-2
Browse files Browse the repository at this point in the history
exports.Spellcheck missing
  • Loading branch information
kkoch986 committed Nov 23, 2015
2 parents 5fda8e2 + 9e52c57 commit 2c42b81
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 2c42b81

Please sign in to comment.