in reply to Re^2: Out of memory error while installing a perl package
in thread Out of memory error while installing a perl package
Sure, download (either via the command line or from Lingua::StanfordCoreNLP, though the latter is likely quicker) and extract to a directory (I used 7zip). Open a command prompt and change to the directory you created when extracting, e.g.:
cd c:\LinguaStanfordCoreNLP
Before going any further make sure you've installed Inline::Java. Now you essentially want to follow the installation process detailed in the Lingua::StanfordCoreNLP, apart from the slight differences for your platform:
perl Build.PL Build Build test Build install
Update: Slight rewording of the first sentence.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Out of memory error while installing a perl package
by pxb5080 (Initiate) on May 31, 2013 at 21:32 UTC | |
by marto (Cardinal) on Jun 01, 2013 at 08:28 UTC |