cedias / practicalNLP

A collection of things to do.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practical NLP

SLIDES OF COURSES:

Instructions to get started (ON LINUX)

  • Clone repository: git clone git@github.com:cedias/practicalNLP.git
  • move in directory: cd practicalNLP
  • unzip data: cd datasetthenunzip json_pol.zip
  • start notebook: cd .. if you're still in the .../dataset dir and jupyter notebook

Instructions to get started (ON Windows)

  • Clone or Download Repository
  • (Manually) unzip ``json_pol.zip` file in "dataset/":
  • start notebook

Install package directly within jupyter notebooks:

import sys
!{sys.executable} -m pip install [--user] package

Pre-trained embeddings:

can be found here -> https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing

About

A collection of things to do.


Languages

Language:Jupyter Notebook 99.9%Language:Shell 0.1%