Implement some keyphrase generation algorithm
CopyRNN
Deep Keyphrase Generation (Meng et al., 2017)
CopyCNN
CopyTransformer
- vocab_file: word line by line (don't with index!!!!)
- training, valid and test file
json line format, every line is a dict
- compared with the original
seq2seq-keyphrase-pytorch - fix the implementation error:
- copy mechanism
- train and inference are not correspond (training doesn't have input feeding and inference has input feeding)
- easy data preparing
- tensorboard support
- compared with the original