stelemate/BERT-for-Cybersecurity-NER
An implementation of BERT for cybersecurity named entity recognition
This project helps cybersecurity analysts and threat intelligence researchers automatically extract critical information from unstructured text, like incident reports or security articles. It takes raw text in Chinese or English and identifies specific cybersecurity entities, such as software names, vulnerabilities, or attack techniques. The output is a structured list of these recognized entities, making it easier to analyze and categorize cybersecurity data.
No commits in the last 6 months.
Use this if you need to quickly identify and extract key cybersecurity-related entities from large volumes of text data in Chinese or English.
Not ideal if your primary need is for a language other than Chinese or English, or if you need to identify entity types beyond what's typically found in cybersecurity contexts.
Stars
26
Forks
6
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 13, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/stelemate/BERT-for-Cybersecurity-NER"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs