{"id":24016099,"url":"https://github.com/sbl/ner","last_synced_at":"2025-04-15T13:53:34.330Z","repository":{"id":136939847,"uuid":"47132371","full_name":"sbl/ner","owner":"sbl","description":"Named Entity Recognition for golang via MITIE","archived":false,"fork":false,"pushed_at":"2018-10-25T14:45:03.000Z","size":48,"stargazers_count":33,"open_issues_count":3,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T20:46:37.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/sbl.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":"2015-11-30T16:46:10.000Z","updated_at":"2024-09-17T12:57:28.000Z","dependencies_parsed_at":"2023-06-19T03:48:54.151Z","dependency_job_id":null,"html_url":"https://github.com/sbl/ner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbl%2Fner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbl%2Fner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbl%2Fner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbl%2Fner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbl","download_url":"https://codeload.github.com/sbl/ner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085474,"owners_count":21210267,"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":"2025-01-08T08:39:40.018Z","updated_at":"2025-04-15T13:53:34.310Z","avatar_url":"https://github.com/sbl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NER\n\n[![GoDoc](https://godoc.org/github.com/sbl/ner?status.svg)](https://godoc.org/github.com/sbl/ner)\n[![Build Status](https://travis-ci.org/sbl/ner.svg?branch=travis)](https://travis-ci.org/sbl/ner)\n\nNamed Entity Recognition for golang via the [MITIE (MIT Information\nExtraction)](https://github.com/mit-nlp/MITIE) library.\n\n### Installation\n\n- Install the MITIE library and header files. This does vary by platform. On a\n  mac the easiest way would be `brew install mitie`. You'd have build from\n  source on a linux system.\n- The go bindings will fail if the MITIE header files and dynamic library are\n  not found.\n- `go get github.com/sbl/ner`\n\n### Usage\n\nSee `_example/main.go` for a simple usage example. Training files in your\nlanguage of choice are required to be able to detect entities in text. See\nhttps://github.com/mit-nlp/MITIE#initial-setup for reference.\n\n```\n// In a nutshell\next, err := ner.NewExtractor(path)\ndefer ext.Free()\nif err != nil {\n  return\n}\n\ntokens := ner.Tokenize(txt)\n\nes, err := ext.Extract(tokens)\nif err != nil {\n  return\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbl%2Fner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbl%2Fner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbl%2Fner/lists"}