Downloading, installing, and running AM::Parallel (non-PC) |
To download and install the most recent version of the analogical modeling (AM) program on a Unix/Linux/Mac OS X machine do the following:
To install a sample file that shows how you can run the program on the Finnish verb data, do the following:
Now click on the file finnverb.pl in the home folder. The program should run and create an output file called amcpresults in the project folder. You can open this folder in WordPad or your favorite text editor or browser to see the result.
Each project's files should be in its own project folder, and each project should have its own .pl Perl file for running the program. At the very least, for other projects you need to change the project name in the .pl command file on the command that looks like this:
$p = AM::Parallel->new('finnverb', -commas => 'no', -given => 'exclude');
This command is also where several other parameters are specified (e.g. whether to exclude the givens); for further details consult the documentation mentioned above.