Ampy: A Python AM implementation

Paul Huff

Linguistics 615

Motivation

Context

Design principles

The basic algorithm

  1. Snarf the examples, putting each one in several big containers.
  2. For each test set member:
    1. Find the analogical set (the list of containers we need to look in).
    2. Tally up the votes.
    3. Announce the winner

Considerations