Closed JxuHenry closed 3 years ago
I want just use the CRF layer, because of the lack of data.
You can consider use the statistical CRF models using CRF++ https://taku910.github.io/crfpp/
If you want to use neural networks, you can set the network with simple feed-forward (FF) structures.
I want just use the CRF layer, because of the lack of data.