Skip to content

Commit

Permalink
Added lemmatization feature, docstrings, updated HELP method, improve…
Browse files Browse the repository at this point in the history
…d design of plotwords and plotyear, allow users to provide filename to save graphs, fixed bugs of graph plots not showing values correctly. Refactored code and removed unused attributes, provided more meaningful var names
  • Loading branch information
kohjiaxuan committed Nov 26, 2019
1 parent 8469690 commit 9f6e00e
Show file tree
Hide file tree
Showing 16 changed files with 4,528 additions and 238 deletions.
Binary file added ArminBuuren.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Armin_top10words_25112019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Armin_top30years_25112019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Armin_top40words_25112019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ColdplayWordCount2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ColdplayYearCount3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Donald_Trump_30years.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Donald_Trump_40words.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion WIKI08. wikiscrape (updated 26 May for year graph).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down
2,394 changes: 2,394 additions & 0 deletions WIKI10. Added Lemmatizing (shortening of words).ipynb

Large diffs are not rendered by default.

766 changes: 766 additions & 0 deletions wikiscrape July 2019.py

Large diffs are not rendered by default.

764 changes: 764 additions & 0 deletions wikiscrape May 2019.py

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions wikiscrape May 2019.txt

Large diffs are not rendered by default.

456 changes: 219 additions & 237 deletions wikiscrape.py

Large diffs are not rendered by default.

Binary file modified wordcount.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified yearcount.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f6e00e

Please sign in to comment.