amenota's Stars
neulab/InterpretEval
Interpretable Evaluation for (Almost) All NLP Tasks
JunnYu/RoFormer_pytorch
RoFormer V1 & V2 pytorch
LeePleased/NegSampling-NER
Negative sampling for solving the unlabeled entity problem in NER. ICLR-2021 paper: Empirical Analysis of Unlabeled Entity Problem in Named Entity Recognition.
gaohongkui/TPLinker-NER
TPlinker for NER 中文/英文命名实体识别
gaohongkui/GlobalPointer_pytorch
全局指针统一处理嵌套与非嵌套NER的Pytorch实现
loujie0822/DeepIE
DeepIE: Deep Learning for Information Extraction
kmkurn/pytorch-crf
(Linear-chain) Conditional random field in PyTorch.
bojone/GlobalPointer
全局指针统一处理嵌套与非嵌套NER
v-mipeng/LexiconAugmentedNER
Reject complicated operations for incorporating lexicon for Chinese NER.
liuwei1206/CCW-NER
Code for NAACL2019 paper "An Encoding Strategy Based Word-Character LSTM for Chinese NER".
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
lonePatient/BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
DA-southampton/Read_Bert_Code
Bert源码阅读与讲解(Pytorch版本)-以BERT文本分类代码为例子
liuwei1206/LEBERT
Code for the ACL2021 paper "Lexicon Enhanced Chinese Sequence Labelling Using BERT Adapter"
pyecharts/pyecharts
🎨 Python Echarts Plotting Library
yongzhuo/Macropodus
自然语言处理工具Macropodus,基于Albert+BiLSTM+CRF深度学习网络架构,中文分词,词性标注,命名实体识别,新词发现,关键词,文本摘要,文本相似度,科学计算器,中文数字阿拉伯数字(罗马数字)转换,中文繁简转换,拼音转换。tookit(tool) of NLP,CWS(chinese word segnment),POS(Part-Of-Speech Tagging),NER(name entity recognition),Find(new words discovery),Keyword(keyword extraction),Summarize(text summarization),Sim(text similarity),Calculate(scientific calculator),Chi2num(chinese number to arabic number)
ownthink/Jiagu
Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类
hellonlp/hellonlp
NLP tools, word segmentation, sentence segmentation, New-Word-Discovery,新词发现
bojone/word-discovery
速度更快、效果更好的中文新词发现
ShannonAI/mrc-for-flat-nested-ner
Code for ACL 2020 paper `A Unified MRC Framework for Named Entity Recognition`
kimiyoung/transformer-xl
circlePi/IDCNN-CRF-Pytorch
迭代膨胀卷积命名实体抽取
guocheng18/BiLSTM-CRF
中文命名实体识别 | English NER
qq547276542/TF_adapting_transformer
Tensorflow version of adapting transformer in paper "TENER: Adapting Transformer Encoder for Named Entity Recognition"
fastnlp/TENER
Codes for "TENER: Adapting Transformer Encoder for Named Entity Recognition"
LeeSureman/Flat-Lattice-Transformer
code for ACL 2020 paper: FLAT: Chinese NER Using Flat-Lattice Transformer
yongzhuo/Macadam
Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA、GPT-2等EMBEDDING嵌入; 支持FineTune、FastText、TextCNN、CharCNN、BiRNN、RCNN、DCNN、CRNN、DeepMoji、SelfAttention、HAN、Capsule等文本分类算法; 支持CRF、Bi-LSTM-CRF、CNN-LSTM、DGCNN、Bi-LSTM-LAN、Lattice-LSTM-Batch、MRC等序列标注算法。
LeeSureman/Batch_Parallel_LatticeLSTM
Chinese NER using Lattice LSTM. Reproduction for ACL 2018 paper.
jiesutd/LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
ntunlp/daga
Data Augmentation with a Generation Approach for Low-resource Tagging Tasks