Technology for NLP


NPFL092

Zdeněk Žabokrtský & Rudolf Rosa

{zabokrtsky,rosa}@ufal.mff.cuni.cz

Thursday 9.50–12.10
SU2

Motivation

Course Requirements

Course Requirements

Required work

  • Homeworks (penalty: extra homework)
  • Lab excercises

Final exam

  • Written test
  • Prerequisite: all homeworks submitted (including extra hw's)

Final grade

  • 15% lab activity
    50% homeworks
    35% final test
  • Excellent ≥ 90%,
    very good ≥ 70%,
    good ≥ 50%

The Course

Course plan

Survival in Linux

Keyboard Shortcuts

Table of keyboard shortcuts at Wikipedia

Bash in a Nutshell

  • ls (-l -a -1 -R)
  • cd
  • pwd
  • cp (-R)
  • mv
  • rm (-r -f)
  • mkdir (-p)
  • rmdir
  • chmod
  • ssh (-X -Y)
  • cat
  • less
  • ln (-s)
  • .bashrc

Other shells

sh, ksh, tcsh, dash, zsh

Supplementary Reading