Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 557 Bytes

Dr. Book Repo

To work on Dr. Book:

  1. Copy DoctorBookParse.ipynb and rename it
  2. Make your changes and commit
  3. Push to your Github and send a pull request
  4. We'll use notebooks to compare each others work and then merge it when we pull the code together

Current Tasks:

  1. For a term in our DataFrame, write a function that fetches it's wikipedia url (if it has one)
  2. Find important terms in the document text (not inside of tags)
  3. How to Save/Load DataFrame for use with webserver
  4. Build Front-end