From 7930d78233d7567a80ce30b5f0313b48c80f3aa3 Mon Sep 17 00:00:00 2001
From: Ojas Srivastava <74397676+Ojas1804@users.noreply.github.com>
Date: Fri, 17 Feb 2023 18:50:51 +0530
Subject: [PATCH] Update README.md
---
README.md | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 3a4633d..c1418db 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
# DESCRIPTION OF EACH FILE:
There are 12 files in this asignment folder.
- BooleanOperator.py: defines and, or and not operator for list data structure.
-Conversion.py: defines infix to postfix conversion of boolean expressions
-ExtendedBinaryRetrieval.py: defines the extended binary retrieval model (phrase query with biword index).
-InverseIndex.py: defines basic inverted indexing
-Lemmatizer.py: defines tokenization and lemmatization of text
-main.py: main program. This is where from where you can test this assignment.
-Query.py: defines query processing (both normal and biword query processing)
-README.md: this file
-Stack.py: defines different operations of stack data structure
-PositionalIndex.py: defines positional indexing
-SoundexIndex.py: defines soundex indexing
-Soundex.py: defines soundex algorithm
+- BooleanOperator.py: defines and, or and not operator for list data structure.
+- Conversion.py: defines infix to postfix conversion of boolean expressions
+- ExtendedBinaryRetrieval.py: defines the extended binary retrieval model (phrase query with biword index).
+- InverseIndex.py: defines basic inverted indexing
+- Lemmatizer.py: defines tokenization and lemmatization of text
+- main.py: main program. This is where from where you can test this assignment.
+- Query.py: defines query processing (both normal and biword query processing)
+- README.md: this file
+- Stack.py: defines different operations of stack data structure
+- PositionalIndex.py: defines positional indexing
+- SoundexIndex.py: defines soundex indexing
+- Soundex.py: defines soundex algorithm
- ExtendedBinaryRetrieval.py extends InverseIndex.py