Skip to content

Searching words in multiple sentences #19

@thesagarsehgal

Description

@thesagarsehgal

When the search consists of 2 words, and the 2 words do not have any dependency specified between them, then the search instead of searching in a single sentence makes a combination of search and keeps on searching with all other sentences.

For eg:-
For the query

w1:[  ( conll:ID = "1" )  ] w2:[  ( conll:ID = "2" )  ] 

the interface looks like this.
screencapture-localhost-8088-2020-01-13-22_23_45

As you can see in the above image, the first result in the first sentence that satisfies the above query. Further, after that, all the results contain the same sentence(as seen from the ID on the left), but it forms a combination with other sentences also and the same sentence goes on to become larger.

Due to this, as the dataset grows larger, every query takes more time, as it tries to make a combination with all other sentences. Thus increasing the processing time a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions