Skip to content

Sentence merge algorithm #4

@ABarpanda

Description

@ABarpanda

As of now, the sentence merging works on a threshold based system. But it has some problems

  • It is very subjective to the input text data (story)
  • If the story is large and threshold is also high, then none of the sentences will be merged. This may cause the program to create huge number of images.

Idea -

  • Create a system that will collect the similarity values
  • Then it will select which sentences to merge
    • It can select a certain percentage (20-30%) and the top percentage of similarity will be merged
    • Create a distinction based system
      • Suppose the values are (0.8, 0.76, 0.78, 0.2, 0.1, 0.15); then the algorithm must able to figure out to select the first 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions