Quizzes - mohsensalari/cs571 GitHub Wiki

Quiz 0

  • Create a Github account if you don't already have one.
  • Fork this repository by clicking the Fork button at the right-upper corner.
  • Import the forked repository to the IDE (e.g., Eclipse, IntelliJ) as a Java project on your local machine.
  • Compile the project with either a command line or your IDE.
mvn compile
  • Run the MavenTest.
  • Take the screenshot showing the success of your unit test and rename it with your full name (e.g., jinho_choi.png).
  • Put the screenshot under your img folder.
  • Commit and push your change to your Github repository.

Quiz 1

  • Read the post on POSTagger.
  • Download the training, development, and evaluation data: wsj-pos.tgz.
  • Run POSDevelop and show the difference between:
  • Perceptron vs. AdaGrad.
  • Averaging vs. non-averaging.
  • L2-regularization (extra credit).
  • Create a wiki page Part-of-Speech Tagging Results under your repository and report your findings.