Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kohjiaxuan committed Nov 26, 2019
1 parent 47de387 commit 05420ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ New Graph of plotting the most popular words in a Wikipedia Article:
To save a wikiscrape object, simply type: <br>
<b> import wikiscrape </b><br>
<b> var = wikiscrape.wiki('Search Article') </b> <br> <br>
e.g. paris = wikiscrape.wiki('PArIs','Yes','french','Yes','Yes') means to search for the article Paris, auto format to proper case (Yes for 2nd argument, default Yes), search for French wikipedia (french for 3rd argument, default No), apply nltk stoplist for french (Yes for 4th argument, default No) and lemmatize the article using nltk (Yes for 5th argument, default No) <br>
e.g. paris = wikiscrape.wiki('PArIs','Yes','french','Yes','Yes') means to search for the article Paris, auto format to proper case (Yes for 2nd argument, default Yes), search for French wikipedia (french for 3rd argument, default English), apply nltk stoplist for french (Yes for 4th argument, default No) and lemmatize the article using nltk (Yes for 5th argument, default No) <br>

### Full capabilities of wikiscrape package include: <br>
1. Able to search in multiple languages <br>
Expand Down

0 comments on commit 05420ee

Please sign in to comment.