Skip to content
Permalink
Tree: e5f78a4425
Commits on Apr 15, 2019
  1. Setup notebook to run with au_notebook as a library; resolves #50 (#52)

    ruebot authored and ianmilligan1 committed Apr 15, 2019
    * Setup notebook to run with au_notebook as a library; resolves #50
    
    - Update Dockerfile
    - Update README
    - Update notebook to use au_notebook library
    - Remove library
Commits on Apr 11, 2019
  1. Add AU Python library; resolves #47. (#49)

    greebie authored and ruebot committed Apr 11, 2019
    * Move AU Notebook library from Notebook to standalone library.
    * Run library through PEP8 Lint.
    * Update Dockerfile
Commits on Mar 27, 2019
  1. Add user stop words variable (Madlib); resolves #45. (#48)

    greebie authored and ruebot committed Mar 27, 2019
    - add set for user stopwords.
    - remove misleading 'international' call until it's fixed.
    - update comments, and help language
Commits on Mar 14, 2019
  1. Add comment on try/catch, and remove explicit exception; #37. (#41)

    ruebot authored and ianmilligan1 committed Mar 14, 2019
    * Add comment on try/catch, and remove explicit exception; #37.
  2. Catch errors when graph files are not available: (#40)

    ruebot authored and ianmilligan1 committed Mar 14, 2019
    - Wrap three cells in try/catch statements
    - The first of those statements explicitly catches OSError for FileNotFoundError
    - The last two catch any error
Commits on Mar 12, 2019
  1. Remove auk-notebook-example.ipynb; resolves #38. (#39)

    ruebot authored and ianmilligan1 committed Mar 12, 2019
    - remove auk-notebook-example.ipynb
    - update Dockerfile
    - execute auk-notebook.ipynb
    - update link in README to Binder
Commits on Mar 7, 2019
  1. Copyediting. (#35)

    ruebot authored and ianmilligan1 committed Mar 7, 2019
  2. Create user variables for easier input and output. (#30)

    greebie authored and ianmilligan1 committed Mar 7, 2019
    * Create user variables for easier input and output.
    * Review + add citation for NetworkX.
  3. Updating README content - Issue 23 (#34)

    SamFritz authored and ianmilligan1 committed Mar 7, 2019
    * tweaking some of the text and descriptions; adds in URLs for dependencies, outlines types of visuals created with notebook
  4. Install deps with requirements.txt; resolve #32. (#33)

    ruebot authored and ianmilligan1 committed Mar 7, 2019
    - Add requirements.txt
    - Update Docker to install depencies with requirements.txt
    - Remove nltk_data
    - Install nltk_data on Docker build
    - Update README with new instructions
Commits on Mar 6, 2019
  1. Add B.C. Teachers' Labour Dispute (2014); resolves #13. (#26)

    ruebot authored and ianmilligan1 committed Mar 6, 2019
    - Removes existing dataset
    - Adds 4867 data
Commits on Mar 5, 2019
  1. Copyedit and clean-up comments. (#22)

    ruebot authored and ianmilligan1 committed Mar 5, 2019
  2. Fix case, and actually resolve #16. (#21)

    ruebot authored and ianmilligan1 committed Mar 5, 2019
  3. Executed notebook for #19. (#20)

    ruebot authored and ianmilligan1 committed Mar 5, 2019
  4. Restores data to original timestamps (#19)

    ianmilligan1 authored and ruebot committed Mar 5, 2019
  5. Change output_filename to a string; resolves #16. (#18)

    ruebot authored and ianmilligan1 committed Mar 5, 2019
Commits on Mar 4, 2019
  1. Use NLTK stopwords, update README (#15)

    ruebot authored and ianmilligan1 committed Mar 4, 2019
        - Resolve #14
        - Partially address #13
        - Resolve #17 
        - Update notebooks to use NLTK stopwords
        - Add NLTK stopwords
  2. Remove ggplot, and have auk-notebook-example fully executed. (#12)

    ruebot authored and ianmilligan1 committed Mar 4, 2019
    - Remove ggplot
    - Set auk-notebook-example to be fully executed
    - Additional README tweaks
Commits on Mar 3, 2019
  1. Rename existing notebook and create generic notebook (#11)

    ruebot committed Mar 3, 2019
    - Rename notebook files
      - Create example notebook with existing data
      - Create notebook with empty collection id, and help text
    - Update language in README and notebooks
    - Tweak Dockerfile
    - Resolves #9
  2. Setup Docker for notebooks (#8)

    ruebot authored and greebie committed Mar 3, 2019
    - Add Dockerfile,
    - Add required nltk data
    - Add instructions in README
Commits on Feb 22, 2019
  1. Improve function documentation and text fixes.

    greebie committed Feb 22, 2019
    - Add pydocs to python functions
    - Change get_text_tokens to use get_text() to avoid having to change three functions.
    - Minor changes to text (typos etc.)
  2. Merge pull request #5 from archivesunleashed/notebook-readme

    ianmilligan1 committed Feb 22, 2019
    Update README.md
  3. Update README.md

    SamFritz committed Feb 22, 2019
    Just made a few suggestions for wording in the Readme file
Commits on Feb 21, 2019
  1. Fix errant pp.bar

    greebie committed Feb 21, 2019
  2. Add ego networks and some word fixes.

    greebie committed Feb 21, 2019
    - add ego network
    - add density distribution graph
    - change sanity_check() to check_imports()
    - change pp to plt for pyplot
  3. Updates for networkx:

    greebie committed Feb 21, 2019
    - Fix broken data file (with updated Graphpass)
    - Add domain graph (by master name, subdomain + name and full domain)
    - Add network analysis
Commits on Feb 20, 2019
  1. Add line skipping.

    greebie committed Feb 20, 2019
Commits on Feb 19, 2019
  1. Played with a different collection and fixed errors where I could fin…

    greebie committed Feb 19, 2019
    …d them.
    
    - toggle number of lines to read from any file (default to 2500 for now)
    - fix a splitting problem
  2. Add sentiment analysis.

    greebie committed Feb 19, 2019
Older
You can’t perform that action at this time.