Skip to content

Is it possible to get how many texts summarized by the summarizer? #188

Open
@darwinharianto

Description

@darwinharianto

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions