-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Domagoj Pluscec edited this page Jun 17, 2019
·
19 revisions
Welcome to TakeLab Podium - Python machine learning library that helps users to accelerate use of natural language processing models.
This wiki is the main source of documentation for developers working with (or contributing to) the TakeLab Podium project.
Podium goal is described in next figure.
Data part of podium starts with Dataset definition which is composed by using Examples and Fields.
Every Field can have it's own vocabulary about which you can find more here.
Iteration through dataset is defined by Iterators.
- Large resource - if you need to use or make a class that downloads a large resource from a server to takepod resources folder
- Logging - if you need good logging from podium modules