Project for information retrieval
Python CLI
- Get similarity scores
- Get text search
- Apply stemming on a document
- Visualise score
- Clone the project.
- Enter the directory and execute the script.
- Use python3 toolkit.py -h : for help
Examples:
python3 toolkit.py -s c 0 Cosine similarity of whole doc
python3 toolkit.py -s e 3 Euclidean similarity of a file with a directory
python3 toolkit.py -t apple IR_Project/IR_Project/test_dir/txt2.txt Search the pattern "apple" in given file
python3 toolkit.py -p IR_Project/IR_Project/txt1.txt Apply stemming on the given doc
python3 toolkit.py -f IR_Project/IR_Project/txt1.txt IR_Project/IR_Project/txt2.txt Visualise similiarty scores of given docs