Skip to content

Slides, code and a down-sampled dataset from the QLD AI NLP fundamentals workshop (21.11.19)

Notifications You must be signed in to change notification settings

samhardyhey/qld-ai-nlp-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QLD AI NLP Fundamnetals

1.0 Overview

Slides, notebooks and a down-sampled datatset from the QLD AI NLP Fundamentals workshop (21.11.19).

1.1 Up and Running

Clone repo and install dependencies via:

  • pip install -r requirements.txt

Additionally, also install the spacy medium model via:

  • python -m spacy download en_core_web_md

1.2 Notebook Overview

  • trove_scrape - pulling content from the trove archives via the trove API, API key requires creating a trove account (see website)
  • spacy_analysis - preprocessing, processing, formatting and analysis of trove documents
  • spacy_vis_benchmarking - visualising spacy dependency parses, NER outputs and some very rough benchmarking around the multi-core processing and simple/complex spacy pipelines

About

Slides, code and a down-sampled dataset from the QLD AI NLP fundamentals workshop (21.11.19)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published