Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 696 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 696 Bytes

Python_Scripts

1

file final.py split the testCollection.dat file

pageID (an integer) <title> title of the page </title> Contents of the article Can span multiple lines May contain non-alphanumeric characters and links another pageID (every pageID is distinct) <title> title of another page </title> Body of the article

It give the name of created file as <"Title of page" + ".txt"> created files contain the text which are written between ...

2

quest3.py takes the data from out1.txt file and makes the graph of

using Numpy, Matplotlib, and pandas python libraries.