| Brill
tagger: Python dll module: gbpybrilldll.zip Original Brill Distribution: RULE_BASED_TAGGER_V.1.14.tar.Z |
Example: Input: 'go to the end of the street .' Output: Go VB to TO the DT end NN of IN the DT street NN . . |
|
Abney parser: Python dll module: gbpyabneydll.zip Original distribution: scol1e.tar.gz |
Example: Input: 'Go VB\nto to\nthe dt\nend NN\nof of\nthe dt\nstreet NN\n. .' Output: [vp [vx [vb Go]] [pp [to to] [ng [nx [dt the] [nn end]] [of of] [nx [dt the] [nn street]]]]] [. .] |
Notes
Only the essential functions of the original distributions have been implemented.Please check the documentation in the original distributions for detailled explanations on what the implemented functions do.
Sample Python programs using the modules are part of the zip files.
The programs have been tested under Python 1.52 on a WIN98 machine.
The dll's have been compiled using Swig 1.1-883 under VC++4.0.
Let me know if you have any problem, but I cannot promise immediate fixes.
Back to: Guido Bugmann's Home Page
This page has been visited
times since 21 Nov. 2002.