-
Notifications
You must be signed in to change notification settings - Fork 5
Sentence merge algorithm #4
Copy link
Copy link
Open
Labels
DifficultenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DifficultenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed