{"id":23552562,"url":"https://github.com/xlisp/hanlping","last_synced_at":"2025-07-02T21:05:11.270Z","repository":{"id":127744418,"uuid":"90278577","full_name":"xlisp/hanlping","owner":"xlisp","description":"A Clojure library for HanLP","archived":false,"fork":false,"pushed_at":"2017-10-10T06:34:55.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T21:04:52.043Z","etag":null,"topics":["clojure","clojure-library","crf","hanlp"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xlisp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-05-04T15:20:33.000Z","updated_at":"2022-03-03T11:23:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"36ed43a3-8360-4109-92e7-a34ae1073965","html_url":"https://github.com/xlisp/hanlping","commit_stats":null,"previous_names":["xlisp/hanlping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xlisp/hanlping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fhanlping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fhanlping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fhanlping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fhanlping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xlisp","download_url":"https://codeload.github.com/xlisp/hanlping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xlisp%2Fhanlping/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263215288,"owners_count":23431893,"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":["clojure","clojure-library","crf","hanlp"],"created_at":"2024-12-26T11:11:33.326Z","updated_at":"2025-07-02T21:05:11.100Z","avatar_url":"https://github.com/xlisp.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hanlping\n\nA Clojure library for [HanLP](https://github.com/hankcs/HanLP)\n\n## Usage: Leiningen/Boot\n\n` [hanlping \"0.1.1-SNAPSHOT\"] `\n\n* to-seg-list, 返回分词的词性和分词 `[type word]`, n*为名词, [详情请看具体词性标注](http://www.hankcs.com/nlp/part-of-speech-tagging.html#h2-8)\n\n```clojure\n\nuser=\u003e (ns test (:require [hanlping.core :as han]))\nnil\n\ntest=\u003e han/crfs-segment-path\n\"./data/model/segment/CRFSegmentModel.txt\"\n\ntest=\u003e (time (han/to-seg-list \"你看过穆赫兰道吗\" \"江西鄱阳湖干枯\"))\n\"Elapsed time: 2256.311219 msecs\"\n[[[r 你] [v 看过] [nz 穆赫兰道] [y 吗]] [[ns 江西] [ns 鄱阳湖] [a 干枯]]]\n\n;;=\u003e not first call: \n\"Elapsed time: 0.08001 msecs\"\n\"Elapsed time: 0.079739 msecs\"\n...\n\n```\n\n## License\n\nCopyright © 2017 FIXME\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlisp%2Fhanlping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxlisp%2Fhanlping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlisp%2Fhanlping/lists"}