{"id":18047271,"url":"https://github.com/akabe/ocaml-mecab","last_synced_at":"2025-04-05T04:27:22.304Z","repository":{"id":76067189,"uuid":"109266797","full_name":"akabe/ocaml-mecab","owner":"akabe","description":"MeCab binding for OCaml","archived":false,"fork":false,"pushed_at":"2018-08-03T12:10:38.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T12:36:19.411Z","etag":null,"topics":["funcional-programming","japanese-language","machine-learning","natural-language-processing","ocaml","part-of-speech-tagger"],"latest_commit_sha":null,"homepage":"https://akabe.github.io/ocaml-mecab/","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akabe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-02T13:13:34.000Z","updated_at":"2024-01-03T08:57:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee703e88-2749-4d8c-9b13-4035ca49cf33","html_url":"https://github.com/akabe/ocaml-mecab","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabe%2Focaml-mecab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabe%2Focaml-mecab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabe%2Focaml-mecab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabe%2Focaml-mecab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akabe","download_url":"https://codeload.github.com/akabe/ocaml-mecab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289448,"owners_count":20914463,"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":["funcional-programming","japanese-language","machine-learning","natural-language-processing","ocaml","part-of-speech-tagger"],"created_at":"2024-10-30T19:10:56.843Z","updated_at":"2025-04-05T04:27:22.286Z","avatar_url":"https://github.com/akabe.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ocaml-mecab\n\n[![Build Status](https://travis-ci.org/akabe/ocaml-mecab.svg?branch=master)](https://travis-ci.org/akabe/ocaml-mecab)\n\nAn OCaml binding of MeCab, a part-of-speech and morphological analyzer.\n\nMeCab is a open-sourced part-of-speech and morphological analyzer independent from languages, dictionaries, and corpuses, developed by a joint project team of\n[Graduate School of Informatics in Kyoto University][GSI-KU] and\n[NTT Communication Science Laboratories][NTT-CSL].\nMeCab is almost faster than [ChaSen][ChaSen], [Juman][Juman], and [KAKASHI][KAKASHI].\nThe official documentation (written in Japanese) is published at [MeCab: Yet Another Part-of-Speech and Morphological Analyzer][MeCab-ja], and English-translated version is at [MeCab English Documentation][MeCab-en].\n\n[GSI-KU]: http://www.i.kyoto-u.ac.jp/en/\n[NTT-CSL]: http://www.kecl.ntt.co.jp/rps/english/index_e.html\n[ChaSen]: http://chasen-legacy.osdn.jp/\n[Juman]: http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN\n[KAKASHI]: http://kakasi.namazu.org/index.html.en\n[MeCab-ja]: http://taku910.github.io/mecab/\n[MeCab-en]: https://github.com/jordwest/mecab-docs-en/blob/master/README.md\n\n# Getting started\n\nInstall the latest-released version by\n\n```\nopam install mecab\n```\n\nor the latest snapshot by `opam pin add mecab .`.\n\nYou can parse a sentense as follows:\n\n```ocaml\n# #require \"mecab\" ;;\n\n# let mecab = Mecab.Tagger.create [|\"\"|];;\nval mecab : Mecab.Tagger.t = \u003cabstr\u003e\n\n# Mecab.Tagger.sparse_tostr mecab \"すもももももももものうち\" |\u003e print_endline;;\nすもも\t名詞,一般,*,*,*,*,すもも,スモモ,スモモ\nも\t助詞,係助詞,*,*,*,*,も,モ,モ\nもも\t名詞,一般,*,*,*,*,もも,モモ,モモ\nも\t助詞,係助詞,*,*,*,*,も,モ,モ\nもも\t名詞,一般,*,*,*,*,もも,モモ,モモ\nの\t助詞,連体化,*,*,*,*,の,ノ,ノ\nうち\t名詞,非自立,副詞可能,*,*,*,うち,ウチ,ウチ\nEOS\n\n- : unit = ()\n```\n\n# Documentation\n\n- API documentation: [https://akabe.github.io/ocaml-mecab/api/](https://akabe.github.io/ocaml-mecab/api/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabe%2Focaml-mecab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakabe%2Focaml-mecab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabe%2Focaml-mecab/lists"}