Skip to content

1. List all the occurrences of a query-string in the set of documents. 2. List only the first occurrence of a given query-string in every document. If the query-string is not present, find the first occurrence of the longest substring of the query-string. 3. For a given query-string (query of words), list the documents ranked by the relevance.

Notifications You must be signed in to change notification settings

Shruthikr18/Suffixtree_occurances

Repository files navigation

Suffixtree_occurances

List all the occurrences of a query-string in the set of documents. List only the first occurrence of a given query-string in every document. If the query-string is not present, find the first occurrence of the longest substring of the query-string. For a given query-string (query of words), list the documents ranked by the relevance.

About

1. List all the occurrences of a query-string in the set of documents. 2. List only the first occurrence of a given query-string in every document. If the query-string is not present, find the first occurrence of the longest substring of the query-string. 3. For a given query-string (query of words), list the documents ranked by the relevance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published