Repository navigation

#

sequence-labeling

A very simple framework for state-of-the-art Natural Language Processing (NLP)

Python
14261
1 天前

Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.

Python
2387
1 年前

中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)

Python
2238
3 年前

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.

Python
1898
3 年前
Python
1504
3 年前

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.

Python
1486
3 年前

A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)

Python
1148
1 年前

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)

Python
932
1 年前

Empower Sequence Labeling with Task-Aware Language Model

Python
849
3 年前

The BiLSTM-CRF model implementation in Tensorflow, for sequence labeling tasks.

JavaScript
707
3 年前

word2vec, sentence2vec, machine reading comprehension, dialog system, text classification, pretrained language model (i.e., XLNet, BERT, ELMo, GPT), sequence labeling, information retrieval, information extraction (i.e., entity, relation and event extraction), knowledge graph, text generation, network embedding

OpenEdge ABL
553
5 年前

A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling

Python
488
7 年前

This is the template code to use BERT for sequence lableing and text classification, in order to facilitate BERT for more tasks. Currently, the template code has included conll-2003 named entity identification, Snips Slot Filling and Intent Prediction.

Python
470
3 年前
Python
402
4 个月前

a Deep Learning Framework for Text https://delft.readthedocs.io/

Python
400
18 天前