A PyTorch implementation of the BI-LSTM-CRF model.
Easy to use BiLSTM+CRF sequence tagging for text.
This package contains a simple wrapper for using conditional random fields(CRF) for NLP applications. This code is based on the excellent Allen NLP implementation of CRF.
基于BiLSTM-CRF的字级别的中文命名实体识别库