GateNLP / gate-lf-pytorch-json

PyTorch wrapper for the LearningFramework GATE plugin
Apache License 2.0
1 stars 2 forks source link

Add module / layer for BiLSTM-CRF #31

Open johann-petrak opened 5 years ago

johann-petrak commented 5 years ago

Add ready-made LSTM-Crf but not char-augmentation for now.

johann-petrak commented 5 years ago

OK, this is more complicated than originally thought since the CRF layer forces a different scheme for making predictions and calculating the loss on us. Postpone to the next version.