Skip to content

durszlaczek/nlp_workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlp_workshop

NLP Workshop | Tooploox & Grupa Pracuj

About this repo

  • ./notebooks - practical examples (to run them install requirements.txt)
  • ./data - here you can find the data that will be used throughout the workshop
  • ./src - helper functions (mostly data gathering)
  • ./docker - Dockerfiles for Morfeusz and MACA / krnnt (for working with Polish language)

Data

We store large files with Git LFS. To download all data used in this tutorial you need to have Git LFS installed. Then, after cloning the repo, run the following.

git lfs pull

Syllabus

Week 1

  1. Intro, around the NLP
  2. Text Normalization and RegEx
  3. LDA

Week 2

  1. Lemma, PoS, dependency-parsing
  2. Lemmatization in Polish (morfeusz)
  3. BoW models
  4. word2vec

Week 3

  1. Introduction to neural networks
  2. RNNs
  3. LSTMs

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages