Skip to content

LSTM POS tagging network with character embedding layer added on the bottom (PyTorch Tutorial)

Notifications You must be signed in to change notification settings

Linohong/LSTM_Char_POS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. @ 'Network.py' :
    - difficulty in merging hidden output of LSTM of character inputs with word embeddings.
    - char_embed_list + word_embeds
    - problem occurs firstly in char_embed_list.
        - how to make an empty Variable type list.
        - how to add elements to that list.
    - Finally, how to put that results into the word embedding list.

About

LSTM POS tagging network with character embedding layer added on the bottom (PyTorch Tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages