howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和 IDCNN+CRF,更多算法正在持续添加中)实现中文分词(Tokenizer / segmentation)、词性标注(Part Of Speech, POS)和命名实体识别(Named Entity Recognition, NER)等序列标注任务。
No commits in the last 6 months. Available on PyPI.
Stars
86
Forks
21
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 08, 2022
Monthly downloads
76
Commits (30d)
0
Dependencies
14
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/howl-anderson/seq2annotation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
scofield7419/sequence-labeling-BiLSTM-CRF
The BiLSTM-CRF model implementation in Tensorflow, for sequence labeling tasks.
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow