Open
Description
Suppose I have this kind of text
Check this out.
Everything checked out.
Not so much is checked.
I am not sure what is happening.
The dog is burnt.
Running the LSA algorithm with 3 sentences count gives me
Everything checked out.
Not so much is checked.
The dog is burnt.
Is it possible to get count of summarized text?
I assume it would look like this
Everything checked out. -> [Check this out., Everything checked out.] -> 2
Not so much is checked. -> [Not so much is checked., I am not sure what is happening.] -> 2
The dog is burnt. -> [The dog is burnt.] -> 1
Can I get this info from the SVD matrix?
Edit: wrong count for number for dog sentence
Metadata
Metadata
Assignees
Labels
No labels