You Can’t Summarize a Document in One Sentence.
I recently worked on a project at work where we were given an array of documents and had to summarize each of them in as few sentences as possible. As…
1 Comment
February 1, 2022
I recently worked on a project at work where we were given an array of documents and had to summarize each of them in as few sentences as possible. As…
Tokenization It is a simple concept where we split a text into meaningful segments. Similarity Using GloVe Knowing similarity between two sentences/words helps a lot. GloVe helps in finding similarity.…