Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching words in multiple sentences #19

Open
thesagarsehgal opened this issue Jan 13, 2020 · 0 comments
Open

Searching words in multiple sentences #19

thesagarsehgal opened this issue Jan 13, 2020 · 0 comments

Comments

@thesagarsehgal
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant