Skip to content

Commit 442821e

Browse files
kemsakuraikemsakurai
andauthored
Feature/9 improved acquisition process of japanese tokens in contentbasedrecommenderts (#11)
* feat: Implement English and Japanese tokenizers with filtering capabilities - Added EnglishTokenizer and JapaneseTokenizer classes for text tokenization. - Integrated HTML tag stripping and case normalization in EnglishTokenizer. - Implemented morphological analysis using kuromoji in JapaneseTokenizer. - Created EnglishTokenFilter and JapaneseTokenFilter for token filtering. - Developed a ProcessingPipelineFactory to create tokenization and filtering pipelines. - Enhanced ContentBasedRecommender with improved training and recommendation logic. - Added comprehensive unit tests for tokenizers, filters, and recommender functionality. - Implemented integration tests for end-to-end functionality of the recommender system. * Update package.json --------- Co-authored-by: kemsakurai <sakurai.kem@mail.com>
1 parent 9658e53 commit 442821e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-content-based-recommender",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "A TypeScript-based content-based recommender with multilingual support (Japanese & English). Forked from content-based-recommender.",
55
"homepage": "https://github.com/kensakurai/ts-content-based-recommender",
66
"repository": {

0 commit comments

Comments
 (0)