Ankita-Das/News_Summarization

Find the fixed length of the sentence for document and summary in the function preprocessing

Closed this issue · 1 comments

Find the fixed length of the sentence for document and summary in the function preprocessing
This function  will be used to preprocess the data to a form that can be fed into the neural network
Subparts:
1.For feeding into the encoder model, the sentences need to have a specific fixed length, the fixed length is set to the length maximum sentences have.The shorter sentences are then padded to be of the fixed length(in a later issue)