Nealcly / BiLSTM-LAN

Hierarchically-Refined Label Attention Network for Sequence Labeling
Apache License 2.0
285 stars 50 forks source link

Can you provide the pre-trained model ? #3

Closed KelleyYin closed 5 years ago

KelleyYin commented 5 years ago

It's a very wonderful work. Can you provide the pre-trained model ? I want to use it to decode text directly.

Thanks.

Nealcly commented 5 years ago

May I ask which model do you want to use? I will upload it as soon as possible.

KelleyYin commented 5 years ago

@Nealcly Thank you for your reply.

The method you proposed can effectively improve the accuracy in task of POS tagging. I want to use this model to decode my own text data.

Nealcly commented 5 years ago

Please find the link below to download https://drive.google.com/open?id=1C2VezGZJqw7IxmPslQbwlawYzL__NYwS I will update readme later.

KelleyYin commented 5 years ago

Thank you very much. Do you give a script about decoding command ?