Re: Corpora: Brill's tagger for DOS

Yaari Yaakov (yyaari@macs.biu.ac.il)
Sun, 6 Dec 1998 10:20:52 +0200

Thanks to Takashi, here is what you need to have Brill's tagger run on
DOS
1. The zipped tagger for DOS
http://member.nifty.ne.jp/htakashi/dos/TAGGERDO.EXE
http://member.nifty.ne.jp/htakashi/dos/TAGGERD2.EXE

Execute them to get the DOS programs. Among other things you'll get :
tagger.exe, start-st.exe, final-st.exe

2. 32 bit execution environment
http://www.vector.co.jp/pack/dos/prog/c/gcc/g32v12m3.lzh -- the go32
files
http://www.vector.co.jp/pack/dos/util/arc/lha/lha255.exe -- the
archiving program.

Now execute "lha255.exe" to get "lha.exe"
Then run "lha x g32v12m3" to get "go32.exe"

You can now run the tagger using its normal invocation. Note that
under DOS you may need to rename the longer filenames, like
"lexicalrulesfile", to something shorter.

Good luck,
Yaakov