Skip to content

greenfish8090/Boolean-Retrieval

Repository files navigation

Boolean Retrieval

Assignment-1 for the course Information Retrieval (CS F469)

Group members:
Ankita Behera (2019A7PS0075H)
Pranav Balaji (2019A7PS0040H)
Ojashvi Tarunabh (2019A7PS0025H)

How to use

Windows

From root directory run python src

Linux

From root directory run py3 src

Query Format

Valid boolean operators are AND, OR and NOT. They are not case sensitive. Every two operands should be enclosed in parentheses.

(Brutus and Calpurnia) or Anthony
(Brutus OR Calpurnia) OR NOT Anthony

Wildcard Queries

Only single wildcard per term is supported.

(Brut* AND Ant*ny) OR *purnia

About

Assignment-1 for the course Information Retrieval (CS F469)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published