ljx

Results 6 repositories owned by ljx

SLTK

362
Stars
84
Forks
Watchers

序列化标注工具,基于PyTorch实现BLSTM-CNN-CRF模型,CoNLL 2003 English NER测试集F1值为91.10%(word and char feature)。

NER-LSTM-CRF

346
Stars
118
Forks
Watchers

An easy-to-use named entity recognition (NER) toolkit, implemented the Bi-LSTM+CRF model in tensorflow.

dialogue-utterance-rewriter

125
Stars
23
Forks
Watchers

ACL 2019论文复现:Improving Multi-turn Dialogue Modelling with Utterance ReWriter

DocumentClassification

155
Stars
77
Forks
Watchers

This code implements a simple CNN model for document classification with tensorflow.

KeywordProcesser

63
Stars
13
Forks
Watchers

使用python实现了一个简单的trie树结构,可增加/查找/删除关键词,用于中文文本的关键词匹配、停用词删除等。

AhoCorasickAutomation

18
Stars
4
Forks
Watchers

Python version Aho-Corasic Automaton.