Skip to content

The amount of text data available is mind-boggling. We will explore programatic approaches to identify information about what happened and when it happened by gathering knowledge from text.

Notifications You must be signed in to change notification settings

Amirosimani/nlp_for_non_datascientist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP for All - Event Detection

The amount of text data available is mind-boggling. We will explore programatic approaches to identify information about what happened and when it happened by gathering knowledge from text.

Installation

pip install -r requirments.txt

python -m spacy download en_core_web_lg

https://spacy.io/usage/models

Start a notebook on Docker

docker run --rm -p 10010:8888 -e JUPYTER_ENABLE_LAB=yes --name nlp -v %cd%:/home/jovyan/work jupyter/tensorflow-notebook:latest

About

The amount of text data available is mind-boggling. We will explore programatic approaches to identify information about what happened and when it happened by gathering knowledge from text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published