Skip to content

acoli-repo/nlp-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLP Basics

Course materials (tools) for an introduction into NLP for linguists.

Design priorities

  • portable tools (we thus aim for a Docker container)
  • prioritize didactics, not performance (we don't aim for SOTA solutions, but for those that relate to common knowledge of linguists, in particular, we have a substantial share of symbolic techniques)
  • don't address programmers (we don't require people to have even rudimentary programming skills before the middle of the course)
  • don't overload (one tool for one level of description)

Selection

  • crawling: wget
  • converters: pandoc, etc.
  • preprocessing with regular expressions: just use perl -pe "..." ?
  • XML (xmllint, xsltproc)
  • SFST (morphology): documentation is mediocre, but SFST is quite intuitive to linguists, if the notation is understood
  • CFG (phrase structure parsing): a light wrapper for the NLTK nltk.parse module
  • Parse (dependency parsing): UDpipe v.1

Future Extensions

About

Course materials (tools) for an introduction into NLP for humanists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published