Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adi-code22/create-ner-dataset-nlp
Python snippet for creating NER dataset, this basically filters out words and sentences relevant for an ideal NER model.
https://github.com/adi-code22/create-ner-dataset-nlp
machine-learning natural-language-processing ner
Last synced: about 5 hours ago
JSON representation
Python snippet for creating NER dataset, this basically filters out words and sentences relevant for an ideal NER model.
- Host: GitHub
- URL: https://github.com/adi-code22/create-ner-dataset-nlp
- Owner: adi-code22
- Created: 2021-07-14T12:50:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T04:10:54.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:12:57.081Z (7 months ago)
- Topics: machine-learning, natural-language-processing, ner
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-NLP
## Python snippet for creating NER(Named Entity Recognition) dataset, this basically filters out words and sentences relevant for an ideal NER model.