named-entity-recognition topic
gohanlp
Golang RESTful Client for HanLP.中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
BERT-BiLSTM-CRF-NER-pytorch
Pytorch BERT-BiLSTM-CRF For NER
BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
BERT-NER-TF
Named Entity Recognition with BERT using TensorFlow 2.0
NCRFpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
YEDDA
YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
anonymization-api
How to build and deploy an anonymization API with FastAPI and SpaCy
bilstm_crf_sequence_labeling_pytorch
Bi-LSTM+CRF sequence labeling model implemented in PyTorch