{"id":18044685,"url":"https://github.com/groonga/groonga-tokenizer-friso","last_synced_at":"2025-07-10T12:43:37.674Z","repository":{"id":66631020,"uuid":"15806336","full_name":"groonga/groonga-tokenizer-friso","owner":"groonga","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-15T01:34:33.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-10T11:45:22.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/groonga.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-10T18:43:53.000Z","updated_at":"2023-03-27T08:50:41.000Z","dependencies_parsed_at":"2023-03-17T04:46:04.340Z","dependency_job_id":null,"html_url":"https://github.com/groonga/groonga-tokenizer-friso","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groonga%2Fgroonga-tokenizer-friso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groonga%2Fgroonga-tokenizer-friso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groonga%2Fgroonga-tokenizer-friso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groonga%2Fgroonga-tokenizer-friso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groonga","download_url":"https://codeload.github.com/groonga/groonga-tokenizer-friso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284902,"owners_count":20913687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T18:10:18.636Z","updated_at":"2025-04-05T03:26:56.058Z","avatar_url":"https://github.com/groonga.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Friso tokenizer for Groonga\n\n## Install\n\nInstall libgroonga-dev, friso in the advance.\n\n* Groonga http://groonga.org/\n* Friso https://github.com/lionsoul2014/friso\n\nBuild this tokenizer.\n\n    % ./configure --with-friso=PATH_TO_FRISO_DIR --with-friso-ini=PATH_TO_INI_FILE\n    % make\n    % sudo make install\n\nFriso is installed into `/usr/lib` and `/usr/include/friso` by default. In this case, you should specify `--with-friso=/usr` option.\n\n## Usage\n\nRegister `tokenizers/friso`:\n\n    % groonga DB\n    \u003e register tokenizers/friso\n    [[0,0.0,0.0],true]\n\nNow, you can use `TokenFriso` that tokenizes the sentence by each word segmentation:\n\n    \u003e tokenize TokenFriso \"Groonga是一款可嵌入式的全文搜寻引擎\"\n    [\n      [\n        0,\n        0.0,\n        0.0\n      ],\n      [\n        {\n          \"value\": \"Groonga\",\n          \"position\": 0\n        },\n        {\n          \"value\": \"是\",\n          \"position\": 1\n        },\n        {\n          \"value\": \"一款\",\n          \"position\": 2\n        },\n        {\n          \"value\": \"可\",\n          \"position\": 3\n        },\n        {\n          \"value\": \"嵌入\",\n          \"position\": 4\n        },\n        {\n          \"value\": \"式\",\n          \"position\": 5\n        },\n        {\n          \"value\": \"的\",\n          \"position\": 6\n        },\n        {\n          \"value\": \"全文\",\n          \"position\": 7\n        },\n        {\n          \"value\": \"搜寻引擎\",\n          \"position\": 8\n        }\n      ]\n    ]\n  \n## License\n\nLGPLv2.1. It is same as Groonga.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroonga%2Fgroonga-tokenizer-friso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroonga%2Fgroonga-tokenizer-friso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroonga%2Fgroonga-tokenizer-friso/lists"}