[Category] native node module for category so wrapping 12/264312/2
authorjaekuk, lee <juku1999@samsung.com>
Thu, 16 Sep 2021 01:15:02 +0000 (10:15 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Thu, 16 Sep 2021 01:57:02 +0000 (10:57 +0900)
commit7aa2e393b4d8f5e22c09c236020d4c2c2a32e8b3
tree26e4abc71d071068eddd64784ff94044bd0fe809
parent042ec6855f24fa6a964785720d97736d94f41ad2
[Category] native node module for category so wrapping

category feature is supported by default for public profile.
If using category feature for the other profiles, use category option.
$ ./tizen/build/build_tv.sh --category

Related patch:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/253460

Change-Id: I7493aeb5111646f278995e6098336b4941394d58
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
12 files changed:
BUILD.gn
packaging/wrtjs.spec
tizen/build/common.sh
wrt_app/common/config-search-paths.ts
wrt_feature/category_service/BUILD.gn [new file with mode: 0755]
wrt_feature/category_service/data/category_probablity.txt [new file with mode: 0755]
wrt_feature/category_service/data/naive_data.txt [new file with mode: 0755]
wrt_feature/category_service/data/stop_words_stemmed.txt [new file with mode: 0755]
wrt_feature/category_service/node_modules/category/category.cpp [new file with mode: 0755]
wrt_feature/category_service/node_modules/category/category.h [new file with mode: 0755]
wrt_feature/category_service/node_modules/category/porter_stemmer.cpp [new file with mode: 0755]
wrt_feature/category_service/node_modules/category/porter_stemmer.h [new file with mode: 0755]