Name | st-ner-annotate JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | Streamlit Named Entity Recognition (NER) Annotation custom component |
upload_time | 2023-03-28 06:41:13 |
maintainer | |
docs_url | None |
author | Hironsan |
requires_python | >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.* |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Streamlit Named Entity Recognition (NER) Annotation component
This is a component to assist with the annotation of *named entities* in an unstructured piece of text. The concept for this is borrowed from what is offered by [Prodi.gy](https://prodi.gy/). This code is derived from the work done by [andfalino](https://github.com/andfanilo) in his excellent [streamlit-named-entity-svelte](https://github.com/andfanilo/streamlit-named-entity-svelte) repository.
The functionality has been expanded to allow for selecting of new entities and uses the [streamlit-component-svelte-template](https://github.com/93degree/streamlit-component-svelte-template).
I am also using this component as a testbed to get familiar with streamlit custom components and svelte.
![Streamlit NER Annotate Demo GIF](https://github.com/Hironsan/st_ner_annotate/blob/master/docs/st_ner_annotate_demo.gif)
Raw data
{
"_id": null,
"home_page": "",
"name": "st-ner-annotate",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
"maintainer_email": "",
"keywords": "",
"author": "Hironsan",
"author_email": "hiroki.nakayama.py@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/73/8c/1f3863a3224e1c1c2c5548782ce852c6b80f27a420c3eb0bd3302c7c973a/st_ner_annotate-0.1.0.tar.gz",
"platform": null,
"description": "# Streamlit Named Entity Recognition (NER) Annotation component\n\nThis is a component to assist with the annotation of *named entities* in an unstructured piece of text. The concept for this is borrowed from what is offered by [Prodi.gy](https://prodi.gy/). This code is derived from the work done by [andfalino](https://github.com/andfanilo) in his excellent [streamlit-named-entity-svelte](https://github.com/andfanilo/streamlit-named-entity-svelte) repository.\n\nThe functionality has been expanded to allow for selecting of new entities and uses the [streamlit-component-svelte-template](https://github.com/93degree/streamlit-component-svelte-template).\n\nI am also using this component as a testbed to get familiar with streamlit custom components and svelte.\n\n![Streamlit NER Annotate Demo GIF](https://github.com/Hironsan/st_ner_annotate/blob/master/docs/st_ner_annotate_demo.gif)\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Streamlit Named Entity Recognition (NER) Annotation custom component",
"version": "0.1.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ea2d6e879a5b294926b08923aaa23326b5ea53ad54cf261dfa5da92ac1fd1c49",
"md5": "01b1158b32f840f38ed0d6518af4bc49",
"sha256": "e9fe22b921d53df240b9a5c6ff486979c59f591c86014425417ddf283bd55cf0"
},
"downloads": -1,
"filename": "st_ner_annotate-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01b1158b32f840f38ed0d6518af4bc49",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
"size": 437620,
"upload_time": "2023-03-28T06:41:11",
"upload_time_iso_8601": "2023-03-28T06:41:11.784590Z",
"url": "https://files.pythonhosted.org/packages/ea/2d/6e879a5b294926b08923aaa23326b5ea53ad54cf261dfa5da92ac1fd1c49/st_ner_annotate-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "738c1f3863a3224e1c1c2c5548782ce852c6b80f27a420c3eb0bd3302c7c973a",
"md5": "7456d249cafed4d88b5f0ff7f837970c",
"sha256": "c48be5c0344255fdf0cdc800c62627f78dff1b852dad0a203976a18b707c30ee"
},
"downloads": -1,
"filename": "st_ner_annotate-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7456d249cafed4d88b5f0ff7f837970c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
"size": 428104,
"upload_time": "2023-03-28T06:41:13",
"upload_time_iso_8601": "2023-03-28T06:41:13.572063Z",
"url": "https://files.pythonhosted.org/packages/73/8c/1f3863a3224e1c1c2c5548782ce852c6b80f27a420c3eb0bd3302c7c973a/st_ner_annotate-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-28 06:41:13",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "st-ner-annotate"
}