- In this example, we would like to show how to do sequence tagging task in PaddlePaddle. We take NER as an example. - Please refer to [this configuration](https://github.com/lcy-seso/paddle_confs_v1/tree/master/sequence_tagging_for_ner) file written in old PaddlePaddle API. - The example **must** include the training and the decoding process. - Please pull your codes and docs into the [sequence_tagging_for_ner](https://github.com/lcy-seso/paddle_confs_v1/blob/master/sequence_tagging_for_ner/ner.conf) directory.