Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 782 Bytes

labeling.rst

File metadata and controls

42 lines (29 loc) · 782 Bytes

Labeling Models

Table of Contents

Bidirectional LSTM Model

kashgari.tasks.labeling.BiLSTM_Model

Bidirectional GRU Model

kashgari.tasks.labeling.BiGRU_Model

Bidirectional LSTM CRF Model

kashgari.tasks.labeling.BiLSTM_CRF_Model

Bidirectional GRU CRF Model

kashgari.tasks.labeling.BiGRU_CRF_Model

Bidirectional CNN LSTM Model

kashgari.tasks.labeling.CNN_LSTM_Model