Material Related to Nugues Introduction to Language Processing
with Perl and Prolog
This page contains various stuff related to [1].
Here is a bibtex entry for it:
@book{ Nugues06PerlProlog,
author = {Nugues, Pierre M},
title = { An Introduction to Language Processing with {P}erl and
{P}rolog },
year = 2006,
address = {Berlin},
publisher = {Springer}
}
- Corpus Processing
- Counting Words (Chpt 4)
- Tagging -- some notes on using Qtag (not directly related
to Nugues stuff)
- HMMs, Prolog - I've put a tar file here
(hmm_prolog.tar) with the stuff we talked about. To
use it make
a directory to contain the files, cd to it, and untar the file.
How you do these things will depend on your system (Windows, Unix,
etc.). On a unix system you will do something like:
tar -xvf hmm_prolog.tar
On a windows system you will do whatever you normally do with .zip
files. It may be enough to just click on the file and follow the
instructions that come up. There is a ReadMe file among the files that will
tell you what to do next.
- [1]
-
Pierre M Nugues.
An Introduction to Language Processing with Perl and
Prolog.
Springer, Berlin, 2006.
Last updated March 25, 2008
doug@essex.ac.uk