deep-crf

Neural Networks and CRFs for Sequence Labeling

-
Deep CRF Logo

How to use?

Features

Easy install/train/test "Sequential Tagging Model with Neural Networks and CRFs".

How to install?

How to train?

$ deep-crf train input_file.txt --delimiter ' ' --model_name bilstm-cnn-crf

How to predict?

$ deep-crf predict input_raw_file.txt --model_name bilstm-cnn-crf --model_filename bilstm-cnn-crf_adam.model

Publications