-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made the Japanese stemmer consistent with the other stemmers (#585)
* Made the Japanese stemmer consistent with the other stemmers * Add stemmer.js (removed it by accident, stemmers.js had to be removed)
- Loading branch information
1 parent
583924b
commit 57cb5f0
Showing
3 changed files
with
2 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,4 +133,4 @@ StemmerJa.prototype.attach = function () { | |
} | ||
*/ | ||
|
||
module.exports = StemmerJa | ||
module.exports = new StemmerJa() |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters