We walk through the basics of using AllenNLP, describing all of the main abstractions used and why we chose them, how to use specific functionality like configuration files or pre-trained representations, and how to build various kinds of models, from simple to complex.
Part 1 gives you a quick walk-through of main AllenNLP concepts and features. We’ll build a complete, working NLP model (text classifier) along the way.
Part 2 provides in-depth tutorials on individual abstractions and features of AllenNLP.
Part 3 introduces common NLP tasks and how to build models for these tasks using AllenNLP.