Commit 45d8ae55 by Michelle Awh

:README.txt

parent de9ddacf
WikiWikiHow.py - contains code to creates the user interface, including a window to enter query and filters, along with the display of results. TO USE WikiWikiHow, type: python3 WikiWikiHow.py
SearchResults.py
- SearchResults class, which takes query and filters input and returns a list of Article objects that match the query and filters
- Article class, each instance of which corresponds to one article in the SearchResults output. Articles also contain lists of related articles, which are filtered by relevance.
- OuterArticle class, which allows for some filtering to be done before BeautifulSoup objects are made. This saves computational power.
old - a directory containing old test files and individual group members' work that was later added to the main file
inappropriate_words.py - contains a function that creates a list of words that will be selected out if Child Safe mode is turned on. I would advise against opening this file since it's basically just a very long list of vulgar words.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment