Skip to content

Commit

Permalink
Newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlangberg committed Jun 8, 2015
1 parent 925205c commit d5e6580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/natural/tokenizers/tokenizer_case.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ CaseTokenizer.prototype.tokenize = function(text, preserveApostrophe) {
return this.trim(result.replace(/\s+/g, ' ').split(' '));
};

exports.CaseTokenizer = CaseTokenizer;
exports.CaseTokenizer = CaseTokenizer;
2 changes: 1 addition & 1 deletion spec/tokenizer_case_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ describe('case_tokenizer_fi', function() {
it('should tokenize strings', function() {
expect(tokenizer.tokenize('Mene suoraan käänny sitten vasempaan/oikeaan!')).toEqual(['Mene', 'suoraan', 'käänny', 'sitten', 'vasempaan', 'oikeaan']);
});
});
});

0 comments on commit d5e6580

Please sign in to comment.