Skip to content

Commit

Permalink
fix: exports typo in normalizers/index.js (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson authored Aug 22, 2021
1 parent 8a6724d commit d6010cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/natural/normalizers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ THE SOFTWARE.

'use strict'

exports.normalize = require('./normalizer').normalize_tokens
exports.normalize_ja = require('./normalizer_ja').normalize_ja
exports.normalize = require('./normalizer').normalizeTokens
exports.normalize_ja = require('./normalizer_ja').normalizeJa
exports.removeDiacritics = require('./remove_diacritics')

0 comments on commit d6010cb

Please sign in to comment.