kStep1AExceptions constant

Map<String, String> const kStep1AExceptions

Collection of terms that have no stem at the end of Step 1(a).

Implementation

static const kStep1AExceptions = {
  'inning': 'inning',
  'proceed': 'proceed',
  'goodbye': 'goodbye',
  'commune': 'commune',
  'herring': 'herring',
  'earring': 'earring',
  'outing': 'outing',
  'exceed': 'exceed',
  'canning': 'canning',
  'succeed': 'succeed',
  'doing': 'do'
};