Have you downloaded and installed Michael Collins' source code package for the parser? (
ftp://ftp.cis.upenn.edu/pub/mcollins/PARSER.tar.gz)
The perl module is just a wrapper for that package, so if the code has not been compiled, linked and installed for use, the perl module has nothing to link to.
The readme file in the COLLINS-PARSER source code package doesn't mention any OS dependencies, but it is clearly geared to the unix/linux crowd. Any of the "unix tools for windows" packages (or at least "gcc" and "make" for windows) will probably help, and the source code probably doesn't involve anything that will choke on windows, but you won't know for sure till you try.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.